You could also use maven scm:bootstrap-project with a goal of "site:deploy" to do it all in one step.
Cheers, Brett On Sun, 27 Jun 2004 10:13:39 -0700 (PDT), phillip rhodes <[EMAIL PROTECTED]> wrote: > > There is a ant cvs task that works well for me. > I would do a pregoal and just call out to the ant:cvs > task. > http://ant.apache.org/manual/CoreTasks/cvs.html > > <goal name="cvs"> > <ant:cvs > cvsRoot=":pserver:[EMAIL PROTECTED]:/usr/local/cvsroot/public" > package="${projectdir}" port="2401" quiet="true" > dest="${deploydir.stage}" tag="${promotiongroup}" > failonerror="true" command="export" /> > </goal> > > > > > --- Chad Woolley <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have a website (just plain html files) stored in > > CVS. Is there a maven plugin > > I can use to automatically export the files out of > > CVS and into my web root dir? > > > > I don't mind reorganizing my files to fit the maven > > directory structure (e.g. > > putting all the files under xdoc) > > > > Thanks, > > Chad > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > __________________________________ > Do you Yahoo!? > Take Yahoo! Mail with you! Get it on your mobile phone. > http://mobile.yahoo.com/maildemo > > > > --------------------------------------------------------------------- > 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]
