Hallo Edwin
Thanks for you response. We want to run an ANT-Script with the
maven-antrun-plugin. Which <phase> do we have to specify in the
<execution>-tag, so that it runs after test-compile, but before the
tests are run??
Thanks and bye,
Thomas
Edwin Punzalan schrieb:
What is your use case?
If your plugin needs to run after the test phase but you don't want to
run the package phase, then you can fork the lifecycle and use:
@execute phase="test"
for more info, please see:
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
Hope that helps.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]