Re: Execute maven-assembly-plugin twice during package phase

2012-02-23 Thread pierre46
I really appreciate your help. I've executed the command "mvn help:effective-pom" and it seems that the jar creation phase is reached first (as specified in the pom.xml). However, I find several jar inside the zip archive created but the executable jar previously created. Here is the pom.xml : h

Execute maven-assembly-plugin twice during package phase

2012-02-22 Thread pierre46
Hi, I would like to create a jar file with all the dependencies and then create a zip file which would contain the jar file. The problem is that maven creates the zip file before the jar file and then ... I'm a little bit lost. I enclosed my POM file in this post. Thanks, PY -- View this messag