Thank you for the reply. The maven verison on this particular
computer is 2.0.9.
Here is an excerpt from the pom file. The <configuration> section in
the <execution> section is not respected. If the configuration is
moved up to the <plugin> it is respected but then it only runs for the
one class.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>axistools-maven-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<id>java2wsdlSomeClassService</id>
<phase>process-classes</phase>
<configuration>
<classOfPortType>mypackage.SomClassService</
classOfPortType>
</configuration>
<goals>
<goal>java2wsdl</goal>
</goals>
</execution>
<execution>
<!-- another execution here -->
</execution>
</executions>
</plugin>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The
Java Posse" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---