You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Ryan H." <wa...@gmail.com> on 2008/01/29 19:20:40 UTC

Using tasks attributes in AntRun plugin

Hello,

>From what I experienced, the AntRun plug-in doesn't care about the
attributes defined in <tasks>. I tried the example below, but it didn't work
as described. When the property "maven.test.skip" is defined, the task is
still executed.

http://maven.apache.org/plugins/maven-antrun-plugin/examples/tasksAttributes.html

Does it really work?

Thanks
Ryan