Re: Custom Maven Plugin Development Archiving Files

2013-02-14 Thread Wayne Fay
> I am developing my own custom Maven plugin and I want to archive the files. I > followd that example: > http://www.sonatype.com/books/mvnref-book/reference/writing-plugins-sect-mojo-params.html > and could archive the elements with zip format. However I want to use other > formats too(user will i

Re: Custom Maven Plugin Development Archiving Files

2013-02-14 Thread Barrie Treloar
On 15 February 2013 11:38, kamaci wrote: > I am developing my own custom Maven plugin and I want to archive the files. I > followd that example: > http://www.sonatype.com/books/mvnref-book/reference/writing-plugins-sect-mojo-params.html > and could archive the elements with zip format. However I w

Custom Maven Plugin Development Archiving Files

2013-02-14 Thread kamaci
, includes, excludes ); zipArchiver.setDestFile( new File( baseDirectory, "output.zip" ) ); zipArchiver.createArchive(); -- View this message in context: http://maven.40175.n5.nabble.com/Custom-Maven-Plugin-Development-Archiving-Files-tp5747036.html Sent from the Maven - Users mai