Hi John, Kenney and others,

I did an attempt to perform IT tests for a Plugin project and I want
your feedback.

I used a profile (already suggested by John) with:
* maven-clean-plugin to clean src/it/**/target
* maven-install-plugin to install a snapshot of the plugin on
/target/local-repo (an repo with it-local-repo as id)
* maven-invoker-plugin to test it in a given phase

The IT pom uses this given it-local-repo, ie
 <repositories>
   <repository>
     <id>it-local-repo</id>
     <url>file://${basedir}/../../../target/local-repo</url>
   </repository>
...
All artifacts required by the it tests will be downloaded to /target/local-repo

Your comments are welcome!

Cheers,

Vincent

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to