Hi,

I'm using Maven 3.0.3.  Within one of my plugins, I have

<skip>${skipExecution}</skip>

in which I define "skipExecution" within a profile.  However, what I would
really like to say is

<skip>${skipExecution} || ${maven.test.skip}</skip>

but I'm not sure how to say that in Maven.  Any ideas?  Thanks, - Dave



--
View this message in context: 
http://maven.40175.n5.nabble.com/Possible-to-write-a-boolean-expression-in-Maven-tp5752598.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to