Most people "backup" their project in an SCM of some kind (CVS, SVN, etc).

You can use the maven-source-plugin to create a file
XXX-version-sources.jar as part of your build process. Or just run a
system tar or zip command. Or even configure maven-antrun-plugin and
re-use your current <tar> tasks.

Wayne

On 5/18/07, wolverine my <[EMAIL PROTECTED]> wrote:
Hi!

With Ant, I used to create tasks for <tar> and backup the files in
XXX-src.tar.gz.

May I know how do we backup the project source files in Maven?


/newbie

---------------------------------------------------------------------
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]

Reply via email to