[
http://jira.codehaus.org/browse/MRELEASE-528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=212231#action_212231
]
John Crim edited comment on MRELEASE-528 at 3/3/10 12:49 AM:
-------------------------------------------------------------
I mistakenly posted additional info on this issue - should have been on
MRELEASE-526.
was (Author: j...@medio):
To clarify 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.
> The directory layout of Release plugin does not respect the standard layout
> of svn scm.
> ---------------------------------------------------------------------------------------
>
> Key: MRELEASE-528
> URL: http://jira.codehaus.org/browse/MRELEASE-528
> Project: Maven 2.x Release Plugin
> Issue Type: Bug
> Components: prepare
> Affects Versions: 2.0
> Reporter: Alexandre Navarro
>
> The directory layout of Release plugin does not respect the standard layout
> of svn scm.
> For instance, if you have repo like
> trunk/project1/module1/pom.xml (where you want to launch mvn release)
> the tags will be in
> tags/module1-${version}/pom.xml
> but the standard is
> tags/module1-${version}/project1/module1/pom.xml
> See for example how in eclipse the compare with tags works (not by url).
> You can customize the tagBase to have this but it should be by default.
> Thanks in advance
--
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