You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Peter <we...@gmx.ch> on 2006/08/08 22:19:16 UTC

release prepare failure with buildnumber-plugin

Hi, 

I followed the instructions for the maven-buildnumber-plugin. However,
preparing a release ends with a build failure as posted below. (and I've
tried different other things as well - but I'm new to Maven as well, so...)

Please, is there anyone who can help me with this.
Peter


[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Can't release project due to non released dependencies :
   
org.codehaus.mojo:maven-buildnumber-plugin:maven-plugin:0.9.2-SNAPSHOT:runtime
in project 'testApp Archetype' (wfp:testApp:jar:1.0-SNAPSHOT)
-- 
View this message in context: http://www.nabble.com/release-prepare-failure-with-buildnumber-plugin-tf2075003.html#a5714246
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: release prepare failure with buildnumber-plugin

Posted by Alex Boisvert <al...@gmail.com>.
Hi Peter,

You can't do a release if any of the dependencies are SNAPSHOTs.  The
maven-release-plugin enforces that all dependencies have concrete release
numbers.

alex


On 8/8/06, Peter <we...@gmx.ch> wrote:
>
>
> Hi,
>
> I followed the instructions for the maven-buildnumber-plugin. However,
> preparing a release ends with a build failure as posted below. (and I've
> tried different other things as well - but I'm new to Maven as well,
> so...)
>
> Please, is there anyone who can help me with this.
> Peter
>
>
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Can't release project due to non released dependencies :
>
>
> org.codehaus.mojo:maven-buildnumber-plugin:maven-plugin:0.9.2-SNAPSHOT:runtime
> in project 'testApp Archetype' (wfp:testApp:jar:1.0-SNAPSHOT)
> --
> View this message in context:
> http://www.nabble.com/release-prepare-failure-with-buildnumber-plugin-tf2075003.html#a5714246
> Sent from the Maven - Users forum at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>