Hi, I would like to use the axistools-maven-plugin to create Axis 1.1 stubs. Version 1.1-SNAPSHOT of the plugin has Axis 1.4 as dependencies and therefore creates stubs for Axis 1.4.
I tried adding axis 1.1 dependencies to the plugin. From the maven output with option -X I can see the following pluginArtifacts: [DEBUG] (f) pluginArtifacts = [axis:axis-jaxrpc:jar:1.1:runtime, org.apache.axis:axis-jaxrpc:jar:1.4:runtime, org.apache.axis:axis:jar:1.4:runtime, org.codehaus.plexus:plexus-compiler-api:jar:1.5.1:runtime, axis:axis-saaj:jar:1.1:runtime, axis:axis-wsdl4j:jar:1.5.1:runtime, commons-logging:commons-logging:jar:1.0.4:runtime, axis:axis:jar:1.1-patched:runtime, org.codehaus.plexus:plexus-utils:jar:1.1:runtime, org.apache.axis:axis-saaj:jar:1.4:runtime, plexus:plexus-utils:jar:1.0.1:runtime, commons-discovery:commons-discovery:jar:20040218.194635:runtime, org.apache.maven:maven-plugin-api:jar:2.0:runtime, org.apache.maven:maven-core:jar:2.0:runtime] So, my axis 1.1 library is included but the axis 1.4 dependencies are still there and the created stubs are 1.4. Now, what is the format for the pluginArtifacts element? Everything I tried so far has no effect. The pluginArtifacts remain the dependencies defined in the plugin's pom. Thanks for help Achim --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
