RE: How to run multiple goals via maven-scm-plugin on a scm provi der plugin

2006-06-26 Thread Sharma, Jaikumar
-scm-plugin on a scm provi der plugin it is not normal to build thru scm:bootstrap by specify in the pom, but you can certainly do so, by binding scm:boostrap mojo to a phase in your pom.   -Dan  On 6/25/06, Sharma, Jaikumar <[EMAIL PROTECTED]> wrote:

RE: M2 : How to implement goals in SCM provider implementation ?

2006-06-01 Thread Sharma, Jaikumar
M2 : How to implement goals in SCM provider implementation ? your provider must be a jar (default type) and not a plugin. Emmanuel Sharma, Jaikumar a écrit : > Hi Emmanuel, > Something unusual, which I am not aware of, while building the plugin > it > says java 0 mojo desc

RE: M2 : How to implement goals in SCM provider implementation ?

2006-06-01 Thread Sharma, Jaikumar
y in the plugin or if you don't want to modify them for now, you can add it as a plugin dependency in your pom. For continuum, put your provider in $CONTINUUM/apps/continuum/lib Emmanuel Sharma, Jaikumar a écrit : > Hi Emmanuel, > Initially, I have implemented the connect method o