Re: mvn2: specified profile ignored

2006-10-12 Thread Attila Mezei-Horvati
John, thanks for the fast reply. I checked with a simple project (just created a new one) and I could reproduce the issue. So I filed a case as you suggested. The case id is: MNG-2605 . thanks, Attila - To unsubscribe, e-m

Re: mvn2: specified profile ignored

2006-10-12 Thread John Casey
You can use: mvn help:active-profiles to see what profiles are injected for which projects. If you feel this is not working according to the profiles you've specified explicitly (and you're not using anywhere), then please file a MNG issue: http://jira.codehaus.org/browse/MNG and attach a samp

mvn2: specified profile ignored

2006-10-12 Thread Attila Mezei-Horvati
I have a multi-module project: main/pom.xml main/profile.xml main/code1/pom.xml main/code2/pom.xml main/webapp/pom.xml As you can see, I have a profile.xml in the main folder. I have about 5 profiles defined in it such as: skipunittest true