Hi, i'm new with maven2 and i 've been having problems with selenium tests.
The project is made of two modules. One module is a web service that provides some data. The other module is a web application that I want to test. I want to use something like mvn clean clover2:instrument jboss:undeploy jboss:deploy verify -Pselenium-ie clover2:aggregate clover2:clover If i run this instruction by instruction it works just fine. The problem is that the website needs the webservice to run. Maven2 seems to take one module and go through all the phases. When it comes to verify -P selenium, the page is not running. Can anybody give me a hint what to do ? http://www.nabble.com/file/p23497558/pom.xml pom.xml -- View this message in context: http://www.nabble.com/testing-with-selenium-html-tests-tp23497558p23497558.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]
