franz see wrote:

Good day to you, CG,

May I ask for a snippet of your settings where you used the activation, the
maven command you used ( i.e. mvn install ), and what made you say that it
did not work? :)

Those info would help in determining why it did not work :)
Ok. Here's what I tried to do:

<properties>
<tunnel>true</tunnel>
</properties>
...
<profiles>
<profile>
 <id>tunnel</id>
 <activation>
  <property>
   <name>tunnel</name>
   <value>true</value>
  </property>
 </activation>
 ...
</profile>
</profiles>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to