You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/08/03 09:53:09 UTC

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

Author: sandakith
Date: Fri Aug  3 00:53:08 2007
New Revision: 562376

URL: http://svn.apache.org/viewvc?view=rev&rev=562376
Log:
fixing AXIS2-2428 in trunk

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?view=diff&rev=562376&r1=562375&r2=562376
==============================================================================
--- 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 Fri Aug  3 00:53:08 2007
@@ -45,22 +45,22 @@
 POM</a> (Project Object Model):</p>
 <pre>
     &lt;build&gt;
-    &lt;plugins&gt;
-    &lt;plugin&gt;
-    &lt;groupId&gt;org.apache.axis2.maven2&lt;/groupId&gt;
-    &lt;artifactId&gt;axis2-wsdl2code-maven-plugin&lt;/artifactId&gt;
-    &lt;executions&gt;
-    &lt;execution&gt;
-    &lt;goals&gt;
-    &lt;goal&gt;wsdl2code&lt;/goal&gt;
-    &lt;/goals&gt;
-    &lt;/execution&gt;
-    &lt;configuration&gt;
-    &lt;packageName&gt;com.foo.myservice&lt;/packageName&gt;
-    &lt;/configuration&gt;
-    &lt;/executions&gt;
-    &lt;/plugin&gt;
-    &lt;/plugins&gt;
+    	&lt;plugins&gt;
+    		&lt;plugin&gt;
+    			&lt;groupId&gt;org.apache.axis2.maven2&lt;/groupId&gt;
+    			&lt;artifactId&gt;axis2-wsdl2code-maven-plugin&lt;/artifactId&gt;
+    			&lt;executions&gt;
+    				&lt;execution&gt;
+    					&lt;goals&gt;
+    						&lt;goal&gt;wsdl2code&lt;/goal&gt;
+    					&lt;/goals&gt;
+    				&lt;/execution&gt;
+    			&lt;/executions&gt;
+    			&lt;configuration&gt;
+    				&lt;packageName&gt;com.foo.myservice&lt;/packageName&gt;
+    			&lt;/configuration&gt;
+    		&lt;/plugin&gt;
+    	&lt;/plugins&gt;
     &lt;/build&gt;
 </pre>
 <p>The plugin will be invoked automatically in the generate-sources



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