Description
At http://ws.apache.org/axis2/tools/ the links are all to version 1.4 pages, which is currently three releases behind.
Furthermore, the version 1.4 documentation for the Maven2 Java2WSDL Plug-in
http://ws.apache.org/axis2/tools/1_4/maven-plugins/maven-java2wsdl-plugin.html
was already out of date even when 1.4 was the current version: it refers to groupId org.apache.axis2.maven2, whereas the plugin was moved to group org.apache.axis2 at version 1.2 . This is a serious problem because of course version 1.1 still exists in the old group, so when one copies the configuration given in the documentation there's no indication that anything's wrong, but one gets a version of the plugin that's several years old and has bugs that have long since been fixed.