You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jochen Wiedmann (JIRA)" <ji...@apache.org> on 2007/04/30 21:01:15 UTC

[jira] Resolved: (AXIS2-1301) axis2-wsdl2code-maven-plugin pom.xml missing dependencies

     [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org