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

Hudson commented on AXIS2-3585:
-------------------------------

SUCCESS: Integrated in Axis2 #3230 (See 
[https://builds.apache.org/job/Axis2/3230/])
Don't advertise the possibility to run the axis2-wsdl2code-maven-plugin from 
the command line. It should generally be run as part of the normal build 
(except maybe to generate test cases), and the instructions given in the 
documentation only cause confusion; see e.g. AXIS2-3585, AXIS2-2675 and 
AXIS2-3255. (veithen: rev 1727177)
* axis2/modules/tool/axis2-wsdl2code-maven-plugin/src/site/markdown/usage.md


> axis2-wsdl2code ignores packageName in execution group 
> -------------------------------------------------------
>
>                 Key: AXIS2-3585
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3585
>             Project: Axis2
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.3
>            Reporter: Michael Dürig
>
> <plugin>
>     <groupId>org.apache.axis2</groupId>
>     <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
>     <version>1.3</version>         
>     <executions>
>         <execution>
>             <id>test1</id> 
>             <goals>
>                 <goal>wsdl2code</goal>
>             </goals>
>             <configuration>
>                 <packageName>foo.bar</packageName> 
>                 <wsdlFile>src/main/axis2/myservice.wsdl</wsdlFile>
>             </configuration>
>         </execution>
>     </executions>
> </plugin>        
> gives 
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] One or more required plugin parameters are invalid/missing for 
> 'axis2-wsdl2code:wsdl2code'
> [0] inside the definition for plugin: 'axis2-wsdl2code-maven-plugin'specify 
> the following:
> <configuration>
>   ...
>   <packageName>VALUE</packageName>
> </configuration>
> -OR-
> on the command line, specify: '-Daxis2.wsdl2code.package=VALUE'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to