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

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

snippet for java2wsdl:

                        <plugin>
                                <groupId>org.apache.axis2</groupId>
                                
<artifactId>axis2-java2wsdl-maven-plugin</artifactId>
                                <version>1.3-SNAPSHOT</version>
                                <configuration>
                                        
<className>samples.demo.BookService</className>
                                </configuration>
                                <executions>
                                        <execution>
                                        <phase>generate-test-sources</phase>
                                        <goals>
                                                <goal>java2wsdl</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