You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2010/02/24 22:57:55 UTC

[jira] Commented: (MRELEASE-528) The directory layout of Release plugin does not respect the standard layout of svn scm.

    [ http://jira.codehaus.org/browse/MRELEASE-528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=211510#action_211510 ] 

Olivier Lamy commented on MRELEASE-528:
---------------------------------------

IMHO won't fix.

If you have :
trunk/project1/module1/pom.xml
trunk/project1/module2/pom.xml

What you called standard 
tags/module1-${version}/project1/module1/pom.xml

will we have too ? 
tags/module1-${version}/project1/module2/pom.xml
Whereas you just want to release module1.

AFAIK you want to release ONLY trunk/project1/module1/.
So what's the issue about having : tags/module1-${version} ???

> 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