[
http://jira.codehaus.org/browse/MRELEASE-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=212232#action_212232
]
John Crim commented on MRELEASE-526:
------------------------------------
I'm seeing the exact same behavior. This is a real problem, so need to revert
to 2.0-beta-9.
To simplify the problem description further, if I run:
{noformat}
mvn org.apache.maven.plugins:maven-release-plugin:2.0-beta-8:prepare -DdryRun
-Dresume=false
{noformat}
I see:
{noformat}
...
[INFO] Full run would be tagging C:\code\common\projectA\trunk with label:
'projectA-1.0'
{noformat}
If I run:
{noformat}
mvn org.apache.maven.plugins:maven-release-plugin:2.0:prepare -DdryRun
-Dresume=false
{noformat}
I see:
{noformat}
...
[INFO] Full run would be tagging working copy C:\code\common\projectA with
label: 'projectA-1.0'
{noformat}
2.0-beta-9 gives me the same result as 2.0-beta-8.
> release:prepare 2.0 goal tags at the wrong level, tagging project/ instead of
> project/trunk
> -------------------------------------------------------------------------------------------
>
> Key: MRELEASE-526
> URL: http://jira.codehaus.org/browse/MRELEASE-526
> Project: Maven 2.x Release Plugin
> Issue Type: Bug
> Components: prepare
> Affects Versions: 2.0
> Environment: Maven 2.2.1
> Reporter: Damien Coraboeuf
> Priority: Critical
> Fix For: 2.0.1
>
> Attachments: export.zip
>
>
> We have switched to the release plug-in 2.0 and are using the prepare goal as
> we did before using version 2.0-beta-9. Unfortunately, the tag which is now
> created is copied from the project level, and from the trunk. With version
> 2.0-beta-9, the tag was correctly copied from the trunk.
> With 2.0-beta-9:
> {noformat}
> /project
> |-- trunk/
> |-- pom.xml
> |-- src/
> |-- tags/
> |-- 4.0.1/ (<-- copied from trunk
> |-- pom.xml
> |-- src/
> {noformat}
> With 2.0:
> {noformat}
> /project
> |-- trunk/
> |-- pom.xml
> |-- src/
> |-- tags/
> |-- 4.0.1/ (<-- copied from trunk
> |-- trunk/
> |-- pom.xml
> |-- src/
> |-- tags/
> |-- branches/
> {noformat}
> Our _pom.xml_ SCM information is declared as follow:
> {noformat}
> <scm>
>
> <developerConnection>scm:svn:svn://host/path/project/trunk</developerConnection>
> </scm>
> {noformat}
--
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