I use the sql maven plugin with has a config param <skip> which causes the
plugin execution to be skipped when <skip>true</skip>.

I was using <skip>${maven.test.skip}</skip> but now I want to introduce a
second param that can cause the skipping.

I tried the following but none of the two approaches are working:

<skip>${maven.test.skip}</skip>
<skip>${sql.skip}</skip>

and

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

What is the correct syntax for it?

Regards, Stevy
-- 
View this message in context: 
http://www.nabble.com/Skip-plugin-when-at-least-one-param-is-true-tp18064427p18064427.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