Re: [M2] Equivalent of ant dist in Maven

2006-08-02 Thread Denis Cabasson
] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/-M2--Equivalent-of-ant-dist-in-Maven-tf2034659.html#a5609181 Sent from the Maven - Users forum at Nabble.com

[M2] Equivalent of ant dist in Maven

2006-08-01 Thread Peter . Pilgrim
Hi All You now I have reached the point in a project where I have no clue what is the equivalent of ant dist in Maven 2.0? In other words I want to create a ZIP or JAR distribution of my project. Clean it, remove all the target/** and another generated source stuff from all folders, including

RE: [M2] Equivalent of ant dist in Maven

2006-08-01 Thread Ian Springer
of ant dist in Maven | | Hi All | | You now I have reached the point in a project where I have no clue | what is the equivalent of ant dist in Maven 2.0? | | In other words I want to create a ZIP or JAR distribution of | my project. Clean it, remove all the target/** and another generated | source

RE: [M2] Equivalent of ant dist in Maven

2006-08-01 Thread Peter . Pilgrim
Wicked! Assembly plug-in is very good indeed. Thanks Ian -Original Message- From: Ian Springer [mailto:[EMAIL PROTECTED] ==== The assembly plugin is what you're looking for. See http://maven.apache.org/guides/mini/guide-assemblies.html. | -Original Message- |