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

        

Reply via email to