Multiple Assemblies via profiles

2006-11-22 Thread Mirko Leschikar
Hi, I have a project that contains many modules. And I also wanted to have some assemblies where some modules are simply extracted in the jar file. I tested it with one: parent pom: ... maven-assembly-plugin assemblydescriptors/abc-assembly.xml

Re: Multiple Assemblies via profiles

2006-11-22 Thread Arnaud Bailly
"Mirko Leschikar" <[EMAIL PROTECTED]> writes: > I am pretty confused. What did I make wrong? Any hints? > Did you try mvn help:effective-pom for tracing what gets really activated ? -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com -

Re: Multiple Assemblies via profiles

2006-11-22 Thread Rémy Sanlaville
Just to be sure it is not a typo... profileA You have a space before profileA... profileA Rémy

Re: Multiple Assemblies via profiles

2006-11-22 Thread Mirko Leschikar
Rémy Sanlaville schrieb: > Just to be sure it is not a typo... > >profileA > > You have a space before profileA... > > profileA Yes, unfortunately, it was a just a typo in the mail :-). It is correct in my pom. Regards Mirko ---

Re: Multiple Assemblies via profiles

2006-11-22 Thread Mirko Leschikar
Arnaud Bailly schrieb: > "Mirko Leschikar" <[EMAIL PROTECTED]> writes: > >> I am pretty confused. What did I make wrong? Any hints? >> > > Did you try >mvn help:effective-pom > for tracing what gets really activated ? Now, I did :-) In the build section of parent project, there is only th