We are pleased to announce the Maven Axis Plugin 0.7 release! 

http://maven-plugins.sourceforge.net

The Maven Axis Plugin currently transforms WSDL definitions (either from a URL 
or from a set of local files) into Java source code using the Apache Axis 
wsdl2java Ant task. 

===============================================================================

Changes in this version include:

  New Features:

o Added deploy goal to support deploying a WebService via the admin task of 
  axis and also copying the libs and classes to the axis installation. 

  Fixed bugs:

o Check to see that the wsdl url exists before it does anything. Thanks to J. 
  Joseph Benavidez. 
o Use logging instead of ant:echo. 

  Changes:

o Update axis dependencies to RC2.  

===============================================================================


To automatically install the plugin, type the following on a single line:

maven plugin:download
  -Dmaven.repo.remote=file:/usr/share/maven/repository
  -DgroupId=maven-plugins
  -DartifactId=maven-axis-plugin
  -Dversion=0.7

For a manual installation, you can download the plugin here:
file:/usr/share/maven/repository/maven-plugins/plugins/maven-axis-plugin-0.7.jar


===============================================================================

Issues, bugs, and feature requests for Maven Axis Plugin
should be submitted to the following issue tracking system:

http://sourceforge.net/tracker/?group_id=61626


Have fun!
-The Maven Axis Plugin development team
