[ https://issues.apache.org/jira/browse/SCM-614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov closed SCM-614. ------------------------------ Resolution: Auto Closed This issue has been auto closed because it has been inactive for a long period of time. If you think this issue still persists, retest your problem with the most recent version of Maven and the affected component, reopen and post your results. > scm plugin does not respect maven aggregation specifications > ------------------------------------------------------------ > > Key: SCM-614 > URL: https://issues.apache.org/jira/browse/SCM-614 > Project: Maven SCM > Issue Type: Bug > Components: maven-plugin > Affects Versions: 1.4 > Reporter: Thomas Cazali > > 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 (v6.3.4#6332)