You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Chad Woolley <li...@thewoolleyweb.com> on 2004/06/27 09:36:00 UTC

can maven deploy my website out of CVS?

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: can maven deploy my website out of CVS?

Posted by Brett Porter <br...@gmail.com>.
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
<rh...@yahoo.com> 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:anoncvs@test.xmlforge.com:/usr/local/cvsroot/public"
> package="${projectdir}" port="2401" quiet="true"
> dest="${deploydir.stage}" tag="${promotiongroup}"
> failonerror="true" command="export" />
>         </goal>
> 
> 
> 
> 
> --- Chad Woolley <li...@thewoolleyweb.com> 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:
> > users-unsubscribe@maven.apache.org
> > For additional commands, e-mail:
> > users-help@maven.apache.org
> >
> >
> 
>                 
> __________________________________
> Do you Yahoo!?
> Take Yahoo! Mail with you! Get it on your mobile phone.
> http://mobile.yahoo.com/maildemo
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: can maven deploy my website out of CVS?

Posted by phillip rhodes <rh...@yahoo.com>.
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:anoncvs@test.xmlforge.com:/usr/local/cvsroot/public"
package="${projectdir}" port="2401" quiet="true"
dest="${deploydir.stage}" tag="${promotiongroup}"
failonerror="true" command="export" />
	</goal>



--- Chad Woolley <li...@thewoolleyweb.com> 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:
> users-unsubscribe@maven.apache.org
> For additional commands, e-mail:
> users-help@maven.apache.org
> 
> 



		
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org