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/17 16:45:24 UTC

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

Author: dims
Date: Mon Mar 17 08:45:23 2008
New Revision: 637948

URL: http://svn.apache.org/viewvc?rev=637948&view=rev
Log:
Fix for  AXIS2-3451 - Example maven2 configuration is broken.

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

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-wsdl2code-plugin.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-wsdl2code-plugin.xml?rev=637948&r1=637947&r2=637948&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-wsdl2code-plugin.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-wsdl2code-plugin.xml Mon Mar 17 08:45:23 2008
@@ -50,7 +50,7 @@
     		<plugin>
     			<groupId>org.apache.axis2</groupId>
     			<artifactId>axis2-wsdl2code-maven-plugin</artifactId>
-				<version>1.3</version>
+				<version>1.4</version>
     			<executions>
     				<execution>
     					<goals>
@@ -67,6 +67,15 @@
     	</plugins>
     </build>
 </pre>
+Also please add axis2 jars as a dependency 
+<pre xml:space="preserve">
+    &lt;dependency&gt;
+          &lt;groupId&gt;org.apache.axis2&lt;/groupId&gt;
+          &lt;artifactId&gt;axis2&lt;/artifactId&gt;
+          &lt;version&gt;1.4&lt;/version&gt;
+    &lt;/dependency&gt;
+</pre>
+    
 <p>The plugin will be invoked automatically in the generate-sources
 phase. You can also invoke it directly from the command line by
 running the command</p>



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