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]

Reply via email to