Creating a zip archive of the maven "target" directory
Posted
by Yaneeve
on Stack Overflow
See other posts from Stack Overflow
or by Yaneeve
Published on 2010-03-25T09:49:30Z
Indexed on
2010/03/25
9:53 UTC
Read the original article
Hit count: 329
Hi all,
I am wish to create a zip archive of my "target" directory (${project.build.directory). using the maven-assembly-plugin seems to me like overkill for such a simple task (and a bit complicated - why must I use another file, the assembly descriptor, for such a task) I can't locate the seemingly more simple maven-zip-plugin in the http://repo1.maven.org/maven2 repository.
Any input?
© Stack Overflow or respective owner