Hello, In my pom.xml I want to skip some steps. The skip run fine but I would like to skip sometime with a test between two conditions like: <skip> contition1 & condition2 </skip> or <skip> contition1 || condition2 </skip>
Is it possible ? If yes how (there is a specific syntaxe). Regards, -- Sent from: http://maven.40175.n5.nabble.com/Maven-Users-f40176.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
