You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Sharma, Jaikumar" <ja...@barco.com> on 2006/07/19 11:47:36 UTC

Scm:bootstrap : purpose of the goal ?

Dear Maven Users,
 
"bootstrap" goal in maven-scm-plugin can be / is used to run multiple goals
in sequence (If I learned right from earlier posts in this list) from a scm
provider plugin. As to me the semantics of this goal indicates that,
running multiple goals from a scm provider plugin is not only purpose of
this goal, is this true ?
 
Could somebody throw some light on it please ? or Indicate what else this
goal is suppose to do ?
 
Regards.
 
- - - - - - - DISCLAIMER- - - - - - - -
Unless indicated otherwise, the information contained in this message is
privileged and confidential, and is intended only for the use of the
addressee(s) named above and others who have been specifically authorized to
receive it. If you are not the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this message and/or
attachments is strictly prohibited. The company accepts no liability for any
damage caused by any virus transmitted by this email. Furthermore, the
company does not warrant a proper and complete transmission of this
information, nor does it accept liability for any delays. If you have
received this message in error, please contact the sender and delete the
message. Thank you.

Re: Scm:bootstrap : purpose of the goal ?

Posted by dan tran <da...@gmail.com>.
The main purpose is able to do a build in one command line without existing
source on your local disk

mvn scm:bootstrap -DconnectionUrl=xuy -Dgoals=install -Dtag=ifany

it fetches your source based on the given scm url, then invokes the goals
from top directory

-D


On 7/19/06, Sharma, Jaikumar <ja...@barco.com> wrote:
>
> Dear Maven Users,
>
> "bootstrap" goal in maven-scm-plugin can be / is used to run multiple
> goals
> in sequence (If I learned right from earlier posts in this list) from a
> scm
> provider plugin. As to me the semantics of this goal indicates that,
> running multiple goals from a scm provider plugin is not only purpose of
> this goal, is this true ?
>
> Could somebody throw some light on it please ? or Indicate what else this
> goal is suppose to do ?
>
> Regards.
>
> - - - - - - - DISCLAIMER- - - - - - - -
> Unless indicated otherwise, the information contained in this message is
> privileged and confidential, and is intended only for the use of the
> addressee(s) named above and others who have been specifically authorized
> to
> receive it. If you are not the intended recipient, you are hereby notified
> that any dissemination, distribution or copying of this message and/or
> attachments is strictly prohibited. The company accepts no liability for
> any
> damage caused by any virus transmitted by this email. Furthermore, the
> company does not warrant a proper and complete transmission of this
> information, nor does it accept liability for any delays. If you have
> received this message in error, please contact the sender and delete the
> message. Thank you.
>
>