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:

<profile>
     <id>release</id>
     <properties>
         <foo>bar</foo>
     <properties>
<profile>

<profile>
     <id>dev</id>
     <activation>
         <property>
             <name>!foo</name>
         <property>
     </activation>
<profile>

Base on this, the dev profile is allways enabled on dev environment, and
automagically disable if I builf with "-Prelease".

This doesn't work anymore on maven 2.0.8.

Nico.





2008/3/4, Brian E. Fox <[EMAIL PROTECTED]>:
>
> We are getting ready to close out the 2.0.9 release. Are there any
> regressions in 2.0.8 in Jira not already scheduled for 2.0.9[1]?
>
>
>
> Now is also the time to make your pleas for other critical issues that
> must get into 2.0.9. We're available in irc.codehaus.org #maven if you
> want to raise something interactively, or reply to this email.
>
>
>
> [1]
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&fixfor=1
> 3801&pid=10500&resolution=-1&sorter/field=issuekey&sorter/order=DESC
>
>
>
> Thanks,
>
>
> Brian
>
>

Reply via email to