You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Crim (JIRA)" <ji...@codehaus.org> on 2010/03/03 07:22:56 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=212230#action_212230 ] 

John Crim commented on MRELEASE-528:
------------------------------------

Here's the issue I just ran in to, which seems to be related, and might be a better illustration.

I have a project with submodules as follows:

{noformat}
/common/projectA/trunk/
   ./pom.xml
   ./module1
   ./module2
{noformat}

With version 2.0 of the release plugin, when I release, the tag becomes:
{noformat}
/common/projectA/tags/projectA/trunk/
   ./pom.xml
   ./module1
   ./module2
{noformat}

Whereas it should be:
{noformat}
/common/projectA/tags/projectA/
   ./pom.xml
   ./module1
   ./module2
{noformat}

It appears that the tag is being created from the wrong working dir.  It's being created from {{/common/projectA/}}, where it should be {{/common/projectA/trunk/}}.

> 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