Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-5168

axis2-wsdl2code-maven-plugin generated source code warnings

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.6.1
    • None
    • jaxws
    • None
    • Windows XP, Java 1.6

    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>

      Attachments

        Activity

          People

            Unassigned Unassigned
            a1dutch Andrew Holland
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: