On Thursday, March 29, 2007 06:58, [EMAIL PROTECTED] wrote: > Hi, > > I have configured the package goal/target to construct a zip file to be > built from the modules compiled jar file and a few other files contained > within the maven project. Once this has successfully been packaged by > calling "mvn package" I have to manually copy over the constructed zip > file to its target directory (the runtime). > > Is there a way to automatically copy the file to a specified destination > directory or do I have to resort to an ant task? What "mvn ???" would I > use to initiate this copy? Thanks. > > Mark > >
Hi Mark, Yup an ant task would do the job. Use the maven-antrun-plugin. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]