[
https://issues.apache.org/jira/browse/SCM-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964466#comment-17964466
]
Olivier Lamy commented on SCM-297:
----------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-scm#516|https://github.com/apache/maven-scm/issues/516].
> scm:tag process child poms recursively and attempts to tag submodules
> ---------------------------------------------------------------------
>
> Key: SCM-297
> URL: https://issues.apache.org/jira/browse/SCM-297
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Reporter: Alexander Burak
> Assignee: Emmanuel Venisse
> Priority: Major
> Fix For: 1.0-rc1
>
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)