You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2013/07/13 07:19:19 UTC

svn commit: r1502747 - /axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml

Author: sagara
Date: Sat Jul 13 05:19:18 2013
New Revision: 1502747

URL: http://svn.apache.org/r1502747
Log:
Applied patch for AXIS2-5478

Modified:
    axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml?rev=1502747&r1=1502746&r2=1502747&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml Sat Jul 13 05:19:18 2013
@@ -47,19 +47,19 @@ POM</a> (Project Object Model):</p>
             &lt;plugin&gt;
                 &lt;groupId&gt;org.apache.axis2&lt;/groupId&gt;
                 &lt;artifactId&gt;axis2-wsdl2code-maven-plugin&lt;/artifactId&gt;
-                &lt;version&gt;1.4&lt;/version&gt;
+                &lt;version&gt;1.6.2&lt;/version&gt;
                 &lt;executions&gt;
                     &lt;execution&gt;
                         &lt;goals&gt;
                             &lt;goal&gt;wsdl2code&lt;/goal&gt;
                         &lt;/goals&gt;
-                        &lt;configuration&gt;
-                            &lt;packageName&gt;com.foo.myservice&lt;/packageName&gt;
-                            &lt;wsdlFile&gt;src/main/wsdl/myservice.wsdl&lt;/wsdlFile&gt;
-                            &lt;databindingName&gt;xmlbeans&lt;/databindingName&gt;
-                        &lt;/configuration&gt;
                     &lt;/execution&gt;
                 &lt;/executions&gt;
+                &lt;configuration&gt;
+                    &lt;packageName&gt;com.foo.myservice&lt;/packageName&gt;
+                    &lt;wsdlFile&gt;src/main/wsdl/myservice.wsdl&lt;/wsdlFile&gt;
+                    &lt;databindingName&gt;xmlbeans&lt;/databindingName&gt;
+                &lt;/configuration&gt;
             &lt;/plugin&gt;
         &lt;/plugins&gt;
     &lt;/build&gt;
@@ -69,7 +69,7 @@ Also please add axis2 jars as a dependen
     &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;version&gt;1.6.2&lt;/version&gt;
     &lt;/dependency&gt;
 </pre>
     
@@ -221,7 +221,7 @@ default, sources are generated for all s
 <td>${axis2.wsdl2code.unwrap}</td>
 <td>This will select between wrapped and unwrapped during code generation.
 Maps to the -uw option of the command line tool.</td>
-<td>false</td>
+<td>false</td>
 </tr>
 </tbody>
 </table>