Graham Leggett a écrit :
On Fri, June 8, 2007 1:57 pm, Emmanuel Venisse wrote:

If you want to install artifacts in your local repo during the prepare
process and don't want to use 'clean verify' goals, you can configure
preparationGoals parameter on the prepare mojo
(http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html)

This remains a workaround though.

Without this step, it is not possible to run release:prepare on an
aggregated project and expect it to always work.

'clean verify' works fine in the majority of case but can't work if a dependency (that is a module in the reactor) is used in a plugin like the dependency plugin because this plugin try to download the dep that doesn't exist yet in the repo. It's the same result if you run 'mvn clean package' on your project with an empty local repo.

Emmanuel


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

Reply via email to