You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ashley Williams <ag...@mac.com> on 2005/09/16 17:33:31 UTC

maven scm libraries

(Not sure if this is the correct mailing list)

I'm interested in writing a plugin which does stuff to a svn  
repository and came across the maven scm module. Does anyone have a  
quick five-line-or-less example of how to use it and a few  
instructions of which libraries I need? I looked at the  
DefaultContinuumScm class and it appears the project uses a provider  
design pattern.

How do I get my foot in the door anyone?

Thanks
-AW

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


Re: maven scm libraries

Posted by Emmanuel Venisse <em...@venisse.net>.
a m2 scm plugin is available 
(http://www.ibiblio.org/maven2/org/apache/maven/plugins/maven-scm-plugin/)

Sources are in maven-scm svn repo.

The correct list is scm-dev@maven.apache.org ;-)

Emmanuel

Ashley Williams wrote:
> Looks like the plugin I need. Is it available for m2 since I don't  see 
> it in the remote repository.
> 
> On 16 Sep 2005, at 16:51, dan tran wrote:
> 
>> maven1 maven-scm-plugin has some doc on how to setup your url in your
>> project.xml.
>> Should apply for pom.xml as well.
>>  the code is at http://svn.apache.org/repos/asf/maven/scm/trunk
>>  -Dan
>>
>>  On 9/16/05, Ashley Williams <ag...@mac.com> wrote:
>>
>>>
>>> (Not sure if this is the correct mailing list)
>>>
>>> I'm interested in writing a plugin which does stuff to a svn
>>> repository and came across the maven scm module. Does anyone have a
>>> quick five-line-or-less example of how to use it and a few
>>> instructions of which libraries I need? I looked at the
>>> DefaultContinuumScm class and it appears the project uses a provider
>>> design pattern.
>>>
>>> How do I get my foot in the door anyone?
>>>
>>> Thanks
>>> -AW
>>>
>>> ---------------------------------------------------------------------
>>> 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
> 
> 
> 


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


Re: maven scm libraries

Posted by Ashley Williams <ag...@mac.com>.
Looks like the plugin I need. Is it available for m2 since I don't  
see it in the remote repository.

On 16 Sep 2005, at 16:51, dan tran wrote:

> maven1 maven-scm-plugin has some doc on how to setup your url in your
> project.xml.
> Should apply for pom.xml as well.
>  the code is at http://svn.apache.org/repos/asf/maven/scm/trunk
>  -Dan
>
>  On 9/16/05, Ashley Williams <ag...@mac.com> wrote:
>
>>
>> (Not sure if this is the correct mailing list)
>>
>> I'm interested in writing a plugin which does stuff to a svn
>> repository and came across the maven scm module. Does anyone have a
>> quick five-line-or-less example of how to use it and a few
>> instructions of which libraries I need? I looked at the
>> DefaultContinuumScm class and it appears the project uses a provider
>> design pattern.
>>
>> How do I get my foot in the door anyone?
>>
>> Thanks
>> -AW
>>
>> ---------------------------------------------------------------------
>> 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 scm libraries

Posted by dan tran <da...@gmail.com>.
maven1 maven-scm-plugin has some doc on how to setup your url in your 
project.xml.
Should apply for pom.xml as well.
 the code is at http://svn.apache.org/repos/asf/maven/scm/trunk
 -Dan

 On 9/16/05, Ashley Williams <ag...@mac.com> wrote: 
> 
> (Not sure if this is the correct mailing list)
> 
> I'm interested in writing a plugin which does stuff to a svn
> repository and came across the maven scm module. Does anyone have a
> quick five-line-or-less example of how to use it and a few
> instructions of which libraries I need? I looked at the
> DefaultContinuumScm class and it appears the project uses a provider
> design pattern.
> 
> How do I get my foot in the door anyone?
> 
> Thanks
> -AW
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>