Re: Maven 2 : Jar with included Jar dependencies

2007-09-12 Thread Arnaud HERITIER
Not really difficult : plugin !-- NOTE: We don't need a groupId specification because the group is org.apache.maven.plugins ...which is assumed by default. -- artifactIdmaven-assembly-plugin/artifactId configuration descriptorRefs

Re: Maven 2 : Jar with included Jar dependencies

2007-09-11 Thread Arnaud HERITIER
In maven 2 you can create an all-in-one jar with the assembly plugin http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#jar-with-dependencies Arnaud On 11/09/2007, zm [EMAIL PROTECTED] wrote: Hi, I'm trying to create a jar using Maven 2, but I'm not getting what I