You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by huser <mp...@atxg.com> on 2009/04/09 22:50:59 UTC

maven changelog plugin

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-tp22978971p22978971.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven changelog plugin

Posted by Wayne Fay <wa...@gmail.com>.
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 <mp...@atxg.com> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven changelog plugin

Posted by huser <mp...@atxg.com>.
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org