[ 
https://issues.apache.org/jira/browse/AXIS2-5168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Holland updated AXIS2-5168:
----------------------------------

    Description: 
axis2-wsdl2code-maven-plugin should add '@SuppressWarnings("all")' to all 
generated source code, including the stub

Here's a copy of the plugin configuration in my maven pom

<plugin>
    <groupId>org.apache.axis2</groupId>
    <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
    <version>1.6.1</version>
        <executions>
            <execution>
                <goals>
                    <goal>wsdl2code</goal>
                </goals>
                <configuration>
                    <packageName>my.package.name</packageName>
                    <wsdlFile>src/main/wsdl/service.wsdl</wsdlFile>
                    <unwrap>true</unwrap>
               </configuration>
           </execution>
        </executions>
</plugin>

  was:axis2-wsdl2code-maven-plugin should add '@SuppressWarnings("all")' to all 
generated source code

    
> axis2-wsdl2code-maven-plugin generated source code warnings
> -----------------------------------------------------------
>
>                 Key: AXIS2-5168
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5168
>             Project: Axis2
>          Issue Type: Improvement
>          Components: jaxws
>    Affects Versions: 1.6.1
>         Environment: Windows XP, Java 1.6
>            Reporter: Andrew Holland
>
> axis2-wsdl2code-maven-plugin should add '@SuppressWarnings("all")' to all 
> generated source code, including the stub
> Here's a copy of the plugin configuration in my maven pom
> <plugin>
>     <groupId>org.apache.axis2</groupId>
>     <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
>     <version>1.6.1</version>
>         <executions>
>             <execution>
>                 <goals>
>                     <goal>wsdl2code</goal>
>                 </goals>
>                 <configuration>
>                     <packageName>my.package.name</packageName>
>                     <wsdlFile>src/main/wsdl/service.wsdl</wsdlFile>
>                     <unwrap>true</unwrap>
>                </configuration>
>            </execution>
>         </executions>
> </plugin>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to