With maven, is it possible to create a zip file of my maven project? The zip file should also contain the pom.xml file and all others. The zip file is the archive of the maven project. Basically, I just want my user to easily import the project into Eclipse after unpacking the zip file.
How do I achieve this with maven?
Thanks!