You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Barrie Treloar <ba...@gmail.com> on 2006/08/22 08:52:49 UTC

[m2] release failing on tag because some of the maven modified poms have not been checked in

[INFO] Checking in modified POMs...
[INFO] Executing: cvs -z3 -f -d :pserver:<USER>@<HOST>:<CVS_ROOT> -q
commit -R -F C:\TEMP\scm-commit-message188
38.txt pom.xml module1/pom.xml module2/pom.xml module3/pom.xml
module4/pom.xml [INFO] Working directory:
D:\ide\workspace\working_directory
[INFO] Tagging release with the label RELEASE_0_2_0...
[INFO] Executing: cvs -z3 -f -d :pserver:<USER>@<HOST>:<CVS_ROOT> -q
tag -F -c RELEASE_0_2_0
[INFO] Working directory: D:\ide\workspace\working_directory
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Unable to tag SCM
Provider message:
The cvs tag command failed.
Command output:
cvs server: pom.xml is locally modified
cvs [server aborted]: correct the above errors first!

And I can see that all the module poms are checked in correctly but
the parent pom isn't.

Has anyone else seen this issue?
I'm going to delete the module definitions and try again.

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


Re: [m2] release failing on tag because some of the maven modified poms have not been checked in

Posted by Barrie Treloar <ba...@gmail.com>.
> [ERROR] BUILD FAILURE
came from mvn release:prepare


> I'm going to delete the module definitions and try again.

My parent pom defines the dependencyManagement versions.
Which means that I have to hand edit this section first and promote
the values out rather than get the release plugin to do it for me.

Once that is done, I can release the parent and then work my way up
from the lowest dependencies for the modules.

Well the parent project was release successfully this way.

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