maven-users mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From "Ran Zilber" <ran.zil...@amdocs.com>
Subject M2 classpath for ant taskdef
Date Tue, 09 Jan 2007 12:40:44 GMT

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
Mime
  • Unnamed multipart/alternative (inline, None, 0 bytes)
View raw message