I would like to start and stop jetty with maven.
This is my setup http://nopaste.info/61ef12198d.html
With mvn jetty:run my jetty starts locally but when I want to run jetty in test-phase with mvn -Pselenium test jetty doesn't run.
|
I would like to start and stop jetty with maven. This is my setup http://nopaste.info/61ef12198d.html With |
||||
|
|
|
The "Maven way" would be to run your Selenium tests during the There are several ways to implement such a configuration, see Integration and Functional Testing with Maven 2.0 for one approach. |
|||
|
|
|
My guess would be that you would have to bind an execution of |
|||||||||
|