axis2-wsdl2code-maven-plugin pom.xml missing dependencies
---------------------------------------------------------
Key: AXIS2-1301
URL: http://issues.apache.org/jira/browse/AXIS2-1301
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: Tools
Affects Versions: nightly
Reporter: Terry Cox
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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.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]