Creating a zip archive of the maven "target" directory
- by Yaneeve
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?