Hi all My maven-antrun-plugin (version 1.1) ignores <tasks> attributes. This exaple does not work http://maven.apache.org/plugins/maven-antrun-plugin/examples/tasksAttributes.html I have tried many combinations using <tasks unless="maven.test.skip"> <tasks if="maven.test.skip"> <tasks unless="${maven.test.skip}"> <tasks if="${maven.test.skip}"> another phases, etc. but the plugin ignores all the attributes of <tasks> section. Does anybody has the same problem? How can I solve it? Thanks. -- View this message in context: http://www.nabble.com/Maven-antrun-plugin-ignores-%3Ctasks%3E-attributes-tp14432424s177p14432424.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]
