Hi, I am using org.codehaus.mojo:exec-maven-plugin:1.1.1:java to execute my sever application. I would like to configure it such that the server application is forked and maven continues on to other plugins - in my case selenium plugin to execute test cases against a live server.
Looking at the documentation<http://mojo.codehaus.org/exec-maven-plugin/java-mojo.html>for exec-maven-plugin it is not clear how to make it fork off a java application. Is there feature present? Any input/example is really appreciated. -- Best Regards, Sidda