Hi all,
=0D
=0D
I am trying to invoke ant 'taskdef' using the current maven complie
classpath.
=0D
What is the maven class path variable I can use?
=0D
Here is the pom snippet:
=0D
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<taskdef name=3D"wsgen"
classname=3D"org.codehaus.xfire.gen.WsGenTask" classpath=3D"???" />
<wsgen
outputDirectory=3D"${basedir}/src/main/generated"
wsdl=3D"${basedir}/wsdl/SelfCareService.wsdl" overwrite=3D"true" />
=0D
</tasks>
</configuration>
</execution>
</executions>
</plugin>
=0D
=0D
Thanks a lot !!!!.
=0D
=0D
Ran.
=0D
=0D
This message and the information contained herein is proprietary and=
confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp
|