Not sure the intent. But you can always *override* by passing in the key as
system property.
mvn -DexecuteUnitTest=true ...


Thanks,
mohan kr

-----Original Message-----
From: rajks [mailto:[email protected]] 
Sent: Thursday, May 21, 2009 2:06 AM
To: [email protected]
Subject: Negation of boolean property


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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to