We are using Maven as the build automation tool. The build process generates
a jar file. The requirement here is to start execution of the java
application which will be generated by the build - Wait for  a few seconds
to let the application start completely and then move onto the test phase,
which will perform start a test tool (SoapUI) that will issue soap calls
against the java application  that was just started.

We tried using the exec plugin, to start the java application. However, when
we moved onto the test phase, the java application terminated. Also, we
couldn't figure out how to introduce a delay before the start of the soapUI
tests.

What will be the best way to achieve the above?
-- 
View this message in context: 
http://old.nabble.com/Automate-build-and-test-process-in-maven-tp28519524p28519524.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to