Hello, I'm migrating a legacy project to maven2 that REQUIRES to use axis 1.1. I can't use the plugin as the generated code is not compatible. I can't override the version of axis used by the plugin (using a set of <dependency> in <plugin>) because it uses the org.apache.axis groupId that has been used for 1.4 release only.
I also discovered that the POM under org.apache.axis is minimal and has no dependency, and the one under "axis" has correct meta-datas with the expected dependencies. For those two reasons, I'd like to change the axistools POM to use axis:axis. Any objection ? Nico.