On 15 February 2013 11:38, kamaci <furkankam...@gmail.com> 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 want to use other
> formats too(user will indicate it) how can I set archive type?

You could look at the Maven Assembly Plugin
(http://maven.apache.org/plugins/maven-assembly-plugin/) which
supports creating archives of different types and see how it does it.

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

Reply via email to