Re: maven-assembly-plugin causing modules in multi-module project being build twice

2012-05-08 Thread Farrukh Najmi
just to perform an assembly of a zip file from artifacts in various other modules using maven-assembly-plugin. When I inspect the log (with -X option on) I see something strange that I cannot explain. For some reason it seems that the building of the last module is causing the root / parent pom

Re: maven-assembly-plugin causing modules in multi-module project being build twice

2012-05-08 Thread Wayne Fay
So what would cause the maven-assembly-plugin to build my multi-module project again? Note that a few of the sub-modules of the root / parent pom are also dependencies of the module with the maven-assembly-plugin and used in dependencySets of the assembly.xml file. What do your pom.xml and

Re: assembly plugin with modules

2006-11-30 Thread franz see
dependencySets/dependencySets unpackfalse/unpack On 11/29/06, Guilherme Silveira [EMAIL PROTECTED] wrote: Hello there, Im using the assembly plugin with some modules and want to create a fat zip with all module jars and its dependencies. The problem is, I only need the RUNTIME

Re: assembly plugin with modules

2006-11-30 Thread Guilherme Silveira
the assembly plugin with some modules and want to create a fat zip with all module jars and its dependencies. The problem is, I only need the RUNTIME dependencies of my submodules... looking at http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html it says I can do

assembly plugin with modules

2006-11-29 Thread Guilherme Silveira
Hello there, Im using the assembly plugin with some modules and want to create a fat zip with all module jars and its dependencies. The problem is, I only need the RUNTIME dependencies of my submodules... looking at http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html it says I

Re: assembly plugin with modules

2006-11-29 Thread Guilherme Silveira
the assembly plugin with some modules and want to create a fat zip with all module jars and its dependencies. The problem is, I only need the RUNTIME dependencies of my submodules... looking at http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html it says I can do: binaries