[ https://issues.apache.org/jira/browse/SCM-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964777#comment-17964777 ]
Olivier Lamy commented on SCM-614: ---------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-scm#824|https://github.com/apache/maven-scm/issues/824]. > scm plugin does not respect maven aggregation specifications > ------------------------------------------------------------ > > Key: SCM-614 > URL: https://issues.apache.org/jira/browse/SCM-614 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Components: maven-plugin > Affects Versions: 1.4 > Reporter: Thomas Cazali > Priority: Major > > Good morning, > According to > http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Project_Aggregation > documentation, "the parent project now knows its modules, and if a Maven > command is invoked against the parent project, that Maven command will then > be executed to the parent's modules as well". > But it doesn't work for maven-scm-plugin. > Consider you have this kind of project > {noformat} > myProject > |-- my-module > | `-- pom.xml > `-- pom.xml > {noformat} > And you have set a "project.scm.connection" xml element in each {{pom.xml}} > file. > if you run {{scm:checkout}} goal in parent project (myProject in above > example), il will not run this goal in module (my-module in above example) > but only in parent project. > Kind Regards, > Thomas. -- This message was sent by Atlassian Jira (v8.20.10#820010)