Hi all,




I am trying to invoke ant 'taskdef' using the current maven complie
classpath.



What is the maven class path variable I can use?



Here is the pom snippet:



<plugin>

            <artifactId>maven-antrun-plugin</artifactId>

            <executions>

                        <execution>

                                    <phase>generate-sources</phase>

                                    <goals>

                                                <goal>run</goal>

                                    </goals>

                                    <configuration>

                                      <tasks>

                                          <taskdef name="wsgen"
classname="org.codehaus.xfire.gen.WsGenTask" classpath="???" />

                                          <wsgen
outputDirectory="${basedir}/src/main/generated"
wsdl="${basedir}/wsdl/SelfCareService.wsdl" overwrite="true" />

                                                           

                                      </tasks>

                                    </configuration>

                        </execution>

            </executions>

</plugin>





Thanks a lot !!!!.





Ran.







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

Reply via email to