Hi, Any idea when this issue will be fixed or anyone have any workaround for this ? http://jira.codehaus.org/browse/MANTRUN-75 ******************************************************************** the below <tasks unless="maven.test.skip"> <echo message="To skip me, just call mvn -Dmaven.test.skip=true"/> </tasks> does not work from the example at http://maven.apache.org/plugins/maven-antrun-plugin/examples/tasksAttrib utes.html the command I run is mvn clean install -Dmaven.test.skip=true it did not skip the "tasks" and it always go through the tasks I use the "if" attribute and it does not do any check for the property; it passes the validation eventhougth the property is not set
Thanks
