define a maven goal:
<!-- setup your scm:checkout params -->
<j:set var="maven.scm....." value="..." />
.....
<attainGoal name="scm:checkout" />
http://maven.apache.org/maven-1.x/reference/plugins/scm/properties.html
But I may want to get scm:bootstrap to drive your build
maven scm:bootstrap -Dmave.scm.....=.....
-D
On 1/10/06, Michael Thomsen <[EMAIL PROTECTED]> wrote:
>
> Could you point me to any examples of this plugin? I've defined my
> repository in the project.xml, now how do I define a place in
> maven.xml to perform the CVS update? If you could show me any example
> project.xml/maven.xml files that'd be great.
>
> Thanks,
>
> Mike
>
> On 1/9/06, dan tran <[EMAIL PROTECTED]> wrote:
> > use maven-scm-plugin
> >
> > -D
> >
> >
> > On 1/9/06, Michael Thomsen <[EMAIL PROTECTED]> wrote:
> > >
> > > Hi,
> > >
> > > I am looking for some information on how to perform a CVS checkout
> > > from within a Maven script. This is part of an automated build system
> > > that I am putting together and I would like to know if there is any
> > > functionality available that would allow the Maven script to do an
> > > automated CVS checkout before it does the nightly build.
> > >
> > > Thanks,
> > >
> > > Mike
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>