I am controlling running integration-tests by setting a property skip.integration.test (easier as setting up an integration test profile).
problem is that I also want to skip the pre-integration and post-integration phase for that (jetty start/stop plugin runs under this phases). unfortunately jetty plugin does not offer a skip parameter itself. is there a way to tell maven to skip a certain execution phase by a parameter? thanks ----- manuel aldana aldana((at))gmx.de software-engineering blog: http://www.aldana-online.de -- View this message in context: http://www.nabble.com/how-to-generally-skip-pre-and-post-integration-test-phase-tp24204569p24204569.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]
