Hi All,
I am using an custom Ant Task in Maven POM, but I am not managed to fix it.
The Custom Ant Task is provided by "RedLine" Library
(http://www.introspectrum.com/oss/redline/usage.html):
<project name='test' default='rpm'
xmlns:redline='antlib:org.freecompany.redline.ant'>
<target name='rpm'>
<mkdir dir='rpms'/>
<redline:rpm group='Java Development' name='test' version='1.2.3'
destination='rpms'>
<zipfileset prefix='/usr/share/java' file='test-1.2.3.jar'/>
<link path='/usr/share/java/test.jar'
target='/usr/share/java/test-1.2.3.jar'/>
<depends name='test-lib' version='1.2.3'/>
</redline:rpm>
</target>
</project>
I went to maven-antrun-plugin docs and tried this with provided example
there, but still not succeeded.
Can anyone help me that how to use this.
-----
thanks,
--
View this message in context:
http://old.nabble.com/Custom-Ant-Task-in-Maven-tp28210289p28210289.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]