I tryed to use the axistools plugin but the following error occurs :
The plugin 'org.apache.maven.plugins:maven-axis-plugin' does not exist or no valid version could be found

my pom.xml contains :
     <!-- WSDL2Java -->
       <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>axistools-maven-plugin</artifactId>
           <configuration>
                 <testCases>true</testCases>
                 <serverSide>true</serverSide>
                 <packageSpace>myPackage</packageSpace>
<outputDirectory>${basedir}/src/main/java</outputDirectory>
           </configuration>
           <executions>
           <execution>
           <goals>
               <goal>wsdl2java</goal>
           </goals>
           </execution>
           </executions>
</plugin>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to