As per the instructions from http://maven.apache.org/ant-tasks/installation.html, I downloaded the jar, added it to ANT_HOME/lib and ANT classpath, but it fails loading the classpath:
Thanks in Advance.
As per the instructions from http://maven.apache.org/ant-tasks/installation.html, I downloaded the jar, added it to ANT_HOME/lib and ANT classpath, but it fails loading the classpath:
Thanks in Advance.
<path id="maven-ant-tasks.classpath" path="lib/maven-ant-tasks-2.1.4-SNAPSHOT.jar" />
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="antlib:org.apache.maven.artifact.ant" classpathref="maven-ant-tasks.classpath" />
Did the trick