Hi,

Is it possible to negate a boolean property value. I tried it like this
below and it did not work.
Is there a different syntax for negation ??

<properties>
    <executeUnitTest>false</executeUnitTest>
</properties>

In surefire plugin
   <skip>!${executeUnitTest}</skip>


If not can this syntax be supported ????

Thanks
Raj
-- 
View this message in context: 
http://www.nabble.com/Negation-of-boolean-property-tp23648816p23648816.html
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