Problem with Maven2 Java2WSDL Plug-in Guide and WSDL2Code Plug-in Guide
-----------------------------------------------------------------------
Key: AXIS2-2428
URL: https://issues.apache.org/jira/browse/AXIS2-2428
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: documentation
Affects Versions: 1.1.1
Environment: w2ksp4 jvm 1.4.1 eclipse 3.2
Reporter: Sergey Bespalov
Priority: Minor
I put quide sample in my pom file. Tag <configuration> - is wrong. It higliting
by eclipse And also don't compile at all.
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>www</groupId>
<artifactId>SM</artifactId>
<version>1.0</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.axis2.maven2</groupId>
<artifactId>axis2-wsdl2code-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>wsdl2code</goal>
</goals>
</execution>
<configuration>
<packageName>com.foo.myservice</packageName>
</configuration>
</executions>
</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]