You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by vetalok <ve...@gmail.com> on 2007/12/20 09:27:43 UTC

Maven-antrun-plugin ignores attributes

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven-antrun-plugin ignores attributes

Posted by vetalok <ve...@gmail.com>.
Solved :)
This in new feature, it is implemented in version 1.2-SNAPSHOT.

When new version of plugin will be available on
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/
?


vetalok wrote:
> 
> 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-tp14432424s177p14432835.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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