Re: m2 how to tag a build using maven scm plugin java api

2006-05-01 Thread dan tran

http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/BootstrapMojo.java




On 5/1/06, Gautham Pamu <[EMAIL PROTECTED]> wrote:


Hi Dan,

Could you tell me in which module of scm I can find the bootstrap source.
I
have complete maven plugin code extracted but I did not see bootstrap
code.

Thanks
Gautham Pamu

On 5/1/06, dan tran <[EMAIL PROTECTED]> wrote:
>
> yes you can, take a look at maven-scm-plugin to see how the api is used.
>
> Another quick way is to spin off a jvm to call maven-scm-plugin directy
> using plexus-utils' cli interface.
> see maven-scm-plugin's boostrap source.
>
> -D
>
>
>
> On 5/1/06, Gautham Pamu <[EMAIL PROTECTED]> wrote:
> >
> > Hi Everyone,
> >
> > I would like to tag a build frommy plugin. I noticed there is scm
plugin
> > which already has apis to tag a build. Can you tell me if it is
> > possible to use this API from my plugin to tag a build.
> >
> > --
> > -Gautham Pamu
> >
> >
>
>


--
-Gautham Pamu




Re: m2 how to tag a build using maven scm plugin java api

2006-05-01 Thread Gautham Pamu

Hi Dan,

Could you tell me in which module of scm I can find the bootstrap source. I
have complete maven plugin code extracted but I did not see bootstrap
code.

Thanks
Gautham Pamu

On 5/1/06, dan tran <[EMAIL PROTECTED]> wrote:


yes you can, take a look at maven-scm-plugin to see how the api is used.

Another quick way is to spin off a jvm to call maven-scm-plugin directy
using plexus-utils' cli interface.
see maven-scm-plugin's boostrap source.

-D



On 5/1/06, Gautham Pamu <[EMAIL PROTECTED]> wrote:
>
> Hi Everyone,
>
> I would like to tag a build frommy plugin. I noticed there is scm plugin
> which already has apis to tag a build. Can you tell me if it is
> possible to use this API from my plugin to tag a build.
>
> --
> -Gautham Pamu
>
>





--
-Gautham Pamu


Re: m2 how to tag a build using maven scm plugin java api

2006-05-01 Thread dan tran

yes you can, take a look at maven-scm-plugin to see how the api is used.

Another quick way is to spin off a jvm to call maven-scm-plugin directy
using plexus-utils' cli interface.
see maven-scm-plugin's boostrap source.

-D



On 5/1/06, Gautham Pamu <[EMAIL PROTECTED]> wrote:


Hi Everyone,

I would like to tag a build frommy plugin. I noticed there is scm plugin
which already has apis to tag a build. Can you tell me if it is
possible to use this API from my plugin to tag a build.

--
-Gautham Pamu




m2 how to tag a build using maven scm plugin java api

2006-05-01 Thread Gautham Pamu

Hi Everyone,

I would like to tag a build frommy plugin. I noticed there is scm plugin
which already has apis to tag a build. Can you tell me if it is
possible to use this API from my plugin to tag a build.

--
-Gautham Pamu