[ https://jira.codehaus.org/browse/MRELEASE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=335643#comment-335643 ]
Renato Del Gaudio commented on MRELEASE-855: -------------------------------------------- The same missing functionality has been reported here: http://maven.40175.n5.nabble.com/Maven-release-plugin-multiple-svn-repos-td5717816.html > Plugin does not support multiple SVN repositories > ------------------------------------------------- > > Key: MRELEASE-855 > URL: https://jira.codehaus.org/browse/MRELEASE-855 > Project: Maven Release Plugin > Issue Type: Bug > Components: prepare > Affects Versions: 2.4.2 > Reporter: Renato Del Gaudio > > I have a multi modules project that uses several different repositories. > e.g. > Repository 1: https://hostname/svn/A > Repository 2: https://hostname/svn/B > Repository 3: https://hostname/svn/C > Module A (Master build): https://hostname/svn/A/moduleA > Module B: https://hostname/svn/B/moduleB > Module C: https://hostname/svn/C/moduleC > IMPORTANT: > # Each module resided in its own repository with its own revision > # Module B and C are children maven projects of module A > Running *release:prepare* the plugin fails while trying to tag the > repositories because it tries to use the *same revision number* (the one from > the last module) for all. > I am using the plugin configured as follows: > {code:xml} > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-release-plugin</artifactId> > <version>2.4</version> > <configuration> > <commitByProject>true</commitByProject> > <useReleaseProfile>false</useReleaseProfile> > <preparationGoals>clean</preparationGoals> > <tagBase>${scm.baseurl}/A/tags</tagBase> > <tagNameFormat>MyProject_@{project.version}</tagNameFormat> > <providerImplementations> > <svn>javasvn</svn> > </providerImplementations> > </configuration> > <dependencies> > <dependency> > <groupId>com.google.code.maven-scm-provider-svnjava</groupId> > <artifactId>maven-scm-provider-svnjava</artifactId> > <version>2.0.5</version> > </dependency> > <dependency> > <groupId>org.tmatesoft.svnkit</groupId> > <artifactId>svnkit</artifactId> > <version>1.7.6</version> > </dependency> > <dependency> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-scm-plugin</artifactId> > <version>1.8.1</version> > </dependency> > </dependencies> > </plugin> > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira