Re: Looking for regressions from 2.0.7 to 2.0.8

2008-03-04 Thread nicolas de loof
Can't reproduce this with neither 2.0.7 nor 2.0.6. I was convinced this was possible ... will have to double check some of my builds ! So this can be added to the allready long list of "profile activation" improvement requests ! Sorry for the noise. Nico. 2008/3/4, John Casey <[EMAIL PROTECTED]

Re: Looking for regressions from 2.0.7 to 2.0.8

2008-03-04 Thread John Casey
If you're suggesting that you used to control which profile was activated via the section of the POM, I'd be very interested in seeing a test case that is broken for 2.0.8. If it ever worked, it must have been some unplanned side effect of intermingling POM properties and system properties

RE: Looking for regressions from 2.0.7 to 2.0.8

2008-03-04 Thread Brian E. Fox
regressions from 2.0.7 to 2.0.8 Not sure if this has allready been reported : I used in maven 2.0.7 to switch beetween two profiles by using POM level properties: release bar dev !foo Base on this, the dev profile is allways

Re: Looking for regressions from 2.0.7 to 2.0.8

2008-03-04 Thread nicolas de loof
Not sure if this has allready been reported : I used in maven 2.0.7 to switch beetween two profiles by using POM level properties: release bar dev !foo Base on this, the dev profile is allways enabled on dev environ