Incorrect configuration in maven-wsdl2code-plugin.html doc
----------------------------------------------------------
Key: AXIS2-3307
URL: https://issues.apache.org/jira/browse/AXIS2-3307
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: documentation
Affects Versions: 1.3
Environment: winxp, jdk15
Reporter: Charitha Kankanamge
Priority: Critical
XML configuration of the pom is wrong in maven-wsdl2code-plugin.html. It should
be corrected as follows.
<plugin>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-wsdl2code-maven-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<goals>
<goal>wsdl2code</goal>
</goals>
<configuration>
<packageName>com.your.package</packageName>
<wsdlFile>src/main/wsdl/yourfile.wsdl</wsdlFile>
<databindingName>xmlbeans</databindingName> <!-- or whatever you
need -->
</configuration>
</execution>
</executions>
</plugin>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]