Re: [M2] Equivalent of ant dist in Maven

2006-08-02 Thread Denis Cabasson
mvn clean install will do much of the trick for you (deleting everything under target, and building a 'standard' jar out of your project). If you want a different jar, you have to change the maven-jar-plugin configuration. If you want a more subtle bundling of your project (a jar including

RE: [M2] Equivalent of ant dist in Maven

2006-08-01 Thread Ian Springer
The assembly plugin is what you're looking for. See http://maven.apache.org/guides/mini/guide-assemblies.html. | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] | Sent: Tuesday, August 01, 2006 12:23 PM | To: users@maven.apache.org | Subject: [M2] Equivalent of

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- |