Renato Del Gaudio created MRELEASE-855:
------------------------------------------

             Summary: 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.
Module A:  https://hostname/svn/A/moduleA
Module A:  https://hostname/svn/A/moduleA


<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}/BDF/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>


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

Reply via email to