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

Davanum Srinivas commented on AXIS2-3024:
-----------------------------------------

Here's a snippet for wsdl2code:

                        <plugin>
                                <groupId>org.apache.axis2</groupId>
                                
<artifactId>axis2-wsdl2code-maven-plugin</artifactId>
                                <version>1.3-SNAPSHOT</version>
                                <configuration>
                                        
<packageName>org.wso2.axis2.book</packageName>
                                        
<wsdlFile>resources/BookService.wsdl</wsdlFile>
                                </configuration>
                                <executions>
                                        <execution>
                                        <phase>generate-sources</phase>
                                        <goals>
                                                <goal>wsdl2code</goal>
                                        </goals>
                                        </execution>
                                </executions>
                        </plugin>



> CodegenToolReference.html totally out of date
> ---------------------------------------------
>
>                 Key: AXIS2-3024
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3024
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Davanum Srinivas
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Blocker
>             Fix For: 1.3
>
>
> Ant task documentation is totally out of date. (CodegenToolReference.html). 
> Need to add documentation for m2 task as well.

-- 
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]

Reply via email to