release:perform prevents deploy:deploy from deploying release poms
------------------------------------------------------------------
Key: MRELEASE-542
URL: http://jira.codehaus.org/browse/MRELEASE-542
Project: Maven 2.x Release Plugin
Issue Type: Bug
Components: perform
Affects Versions: 2.0
Reporter: Maarten Billemont
When I begin my release with release:prepare-with-pom to generate release poms
and then run release:perform, the deploy:deploy plugin deploys my normal pom
instead of the generated release pom I had prepare-with-pom create for me.
This is because the deploy:deploy goal is invoked using -f pom.xml as argument.
-f pom.xml should probably be removed from the arguments. I'm not sure whether
it serves a higher purpose, though. I don't think it's possible to build using
one pom and have deploy:deploy deploy another.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira