scm:tag process child poms recursively and attempts to tag submodules
---------------------------------------------------------------------

                 Key: SCM-297
                 URL: http://jira.codehaus.org/browse/SCM-297
             Project: Maven SCM
          Issue Type: Bug
            Reporter: Alexander Burak


My project contains several submodules with own poms: 
<root>
  pom.xml
          <module1>
                 pom.xml
          <module2>
                 pom.xml

When I execute 'clean package scm:tag -Dtag="tag1"' root folder is tagged 
perfectly to (Subversion) "..../tags/tag1" but scm:tag is then executed for 
each submodule, i.e. it tries to tag "module1" folder to "..../tags/tag1", but 
"tag1" already exists and svn reports error.
I need to be able to stop recursive processing of child poms, because all 
subdirectories of <root> are already tagged

-- 
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