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 "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2007/10/26 11:25:50 UTC

[jira] Commented: (AXIS2-3307) Incorrect configuration in maven-wsdl2code-plugin.html doc

    [ https://issues.apache.org/jira/browse/AXIS2-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537890 ] 

Charitha Kankanamge commented on AXIS2-3307:
--------------------------------------------

Please check bug id=AXIS2-3255 for more information.

> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org