2010/11/27 Greg Akins <[email protected]>: > Rather than just running the selenium goals, I'd like to keep the > tomcat startup, cargo, junit execution and selenium server start in > one tasks.. so I don't think it's enough to just run the selenium > task.
As Kalle said, use a profile for this. For a real world example, take a look at Tiles test webapp POM: http://svn.eu.apache.org/repos/asf/tiles/framework/trunk/tiles-test-pom/tiles-test/pom.xml In particular, see the "run-selenium" profile. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
