A solution to test :

<profile>
  <id>profile1</id>
  <activation>
     <property>!foo</property> // get active if foo is NOT set

  </activation>
</profile>

<profile>
  <id>profile2</id>
  <properties>
     <foo>bar</foo> // define foo when active -> disable profile 1
  </properties>
</profile>


2007/11/23, Saloucious <[EMAIL PROTECTED]>:
>
>
> Hi,
>
> Is it possible to activate a profile if a profile is or is not activated ?
>
>
> --
> View this message in context:
> http://www.nabble.com/Active-a-profile-if-another-is-not-activated-tf4862672s177.html#a13915247
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to