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

Jochen Wiedmann resolved AXIS2-1301.
------------------------------------

    Resolution: Fixed

As of revision 526955, this is already fixed.


> axis2-wsdl2code-maven-plugin pom.xml missing dependencies
> ---------------------------------------------------------
>
>                 Key: AXIS2-1301
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1301
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: nightly
>            Reporter: Terry Cox
>         Assigned To: Jochen Wiedmann
>            Priority: Minor
>
> The axis2-wsdl2code-maven-plugin project pom needs the following dependencies 
> added to support xmlbeans data binding:
>     <dependency>
>       <groupId>xmlbeans</groupId>
>       <artifactId>xbean</artifactId>
>       <version>2.1.0</version>
>       <scope>compile</scope>
>     </dependency>
>     <dependency>
>       <groupId>axis2</groupId>
>       <artifactId>axis2-xmlbeans</artifactId>
>       <version>SNAPSHOT</version>
>     </dependency>
>   </dependencies>
> In addition, the following goalPrefix should be declared  to permit users to 
> start the plugin with the command 'mvn wsdl2code:wsdl2code'
>   <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-plugin-plugin</artifactId>
>         <configuration>
>           <goalPrefix>wsdl2code</goalPrefix>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

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