Hi,
   I'm using maven antrun plugin to shutdown the hsqldb connection after the
unit test.
I have binded the antrun run goal with the post-integration-test.
And in that goal I'm actually running a sql script having shutdown command.
when I run the "mvn post-integration-test" in the parent directory, hsqldb
connection is closing gracefully. But after the execution of the
shutdown.sql script in antrun. Its stopping there without leaving any
message (such as build error, build failure, build success). And also it is
not executing the tests of the remaining submodules. I'm kind of confused
with this behavior of maven antrun.
Can any one help in this regard.

Thanks,
Santhosh
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/maven-antrun-plugin-with-sql-task-closing-the-maven-process-itself-tp3387689p3387689.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to