Re: [m2] multi-module support broken in assembly-plugin ?

2005-11-06 Thread Alexandre Poitras
I proposed a solution about that problem with the assembly plugin about aggregating multiple projects. If I have some free time, I try to write it myself. http://jira.codehaus.org/browse/MNG-1406 On 11/5/05, Kenney Westerhof [EMAIL PROTECTED] wrote: On Sat, 5 Nov 2005, Christian Schulte wrote:

Re: [m2] multi-module support broken in assembly-plugin ?

2005-11-05 Thread Anuerin Diaz
hi, i just use the src\main\assembly\dep.xml to manage my assemblies[1] but i am using the assembly:directory goal to package my artifacts because i just need to put all artifacts in a certain directory. or am i not understanding your problem correctly? [1]

Re: [m2] multi-module support broken in assembly-plugin ?

2005-11-05 Thread Kenney Westerhof
On Sat, 5 Nov 2005, Christian Schulte wrote: Hi, Could it be that the assembly plugin does not support multi-module projects correctly ? I have the following project structure: Root |--Module1 |--Module2 |--Module3 So somewhere in Root's pom.xml I have modules

[m2] multi-module support broken in assembly-plugin ?

2005-11-04 Thread Christian Schulte
Hi, Could it be that the assembly plugin does not support multi-module projects correctly ? I have the following project structure: Root |--Module1 |--Module2 |--Module3 So somewhere in Root's pom.xml I have modules moduleModule1/module moduleModule2/module moduleModule3/module /modules