One module/project supports one SCM location. What you're suggesting below simply is not supported.
You'll need to "fix" this in your SCM with something like svn:externals. Wayne On Mon, Apr 13, 2009 at 8:04 AM, huser <[email protected]> wrote: > > Any ideas ? Anyone ? > > > huser wrote: >> >> Hi, >> >> I have a situation in which I need to specify different location for scm >> connections in the plugin. How can I set this up ? See the comment >> <connection> and <developerConnection> >> >> Adding new locations like these does not work. >> >> Thanks, >> >> <scm> >> <connection> >> >> scm:svn:https://domain1.na.abcglobal.com/abc_repos/T3/branches/int_002_dev_test/common >> >> <!-- >> scm:svn:https://domain1.na.abcglobal.com/abc_repos/T3/branches/int_002_dev_test/sys-trace--> >> </connection> >> <developerConnection> >> >> scm:svn:https://domain1.na.abcglobal.com/abc_repos/T3/branches/int_002_dev_test/common >> <!-- >> scm:svn:https://domain1.na.atxglobal.com/abc_repos/T3/branches/int_002_dev_test/sys-trace >> --> >> </developerConnection> >> <tag>HEAD</tag> >> >> <url>https://domain1.na.atxglobal.com/abc_repos/T3/branches/int_002_dev_test</url> >> </scm> >> >> >> > > -- > View this message in context: > http://www.nabble.com/maven-changelog-plugin-tp22978971p23023530.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
