Hi, I'm trying to use the axis2-java2wsdl-maven-plugin, I've added this to
my pom:
<plugin>
<groupId>org.apache.axis2.maven2</groupId>
<artifactId>axis2-java2wsdl-maven-plugin</artifactId>
<configuration>
<className>samples.demo.BookService</className>
</configuration>
<executions>
<execution>
<goals>
<goal>java2wsdl</goal>
</goals>
</execution>
</executions>
</plugin>
But I keep getting this error message.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'java2wsdl'.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-java2wsdl-plugin' does not
exi
st or no valid version could be found
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Fri Oct 19 12:52:13 CEST 2007
[INFO] Final Memory: 2M/4M
[INFO]
------------------------------------------------------------------------
Any idea?