You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/03/09 04:33:48 UTC

svn commit: r635151 - /webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-java2wsdl-plugin.xml

Author: dims
Date: Sat Mar  8 19:33:48 2008
New Revision: 635151

URL: http://svn.apache.org/viewvc?rev=635151&view=rev
Log:
Fix for AXIS2-3469 - java2wsdl maven 2 plugin user guide incorrect

Modified:
    webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-java2wsdl-plugin.xml

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-java2wsdl-plugin.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-java2wsdl-plugin.xml?rev=635151&r1=635150&r2=635151&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-java2wsdl-plugin.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-java2wsdl-plugin.xml Sat Mar  8 19:33:48 2008
@@ -68,12 +68,13 @@
 generate-resources phase. You can also invoke it directly from the
 command line by running the command:</p>
 <pre>
-mvn java2wsdl:java2wsdl
+mvn axis2-java2wsdl:java2wsdl
 </pre>
 <h3>The Java2WSDL Goal</h3>
 <p>By default, the plugin reads the given Java class and creates a
 file
-<strong>target/generated-resources/java2wsdl/service.xml</strong>.
+<strong>target/generated-resources/java2wsdl/service.wsdl
+</strong>.
 The Java class is given by the configuration element
 <strong>className</strong> above.</p>
 <h2>Configuration</h2>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org