You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Praki Prakash <pr...@gmail.com> on 2007/03/21 05:18:31 UTC

Trouble in using the axis2-java2wsdl-maven-plugin

Hi,

I have a pom file which includes the following plugin declaration.

        <plugin>
          <groupId>org.apache.axis2.maven2</groupId>
          <artifactId>axis2-java2wsdl-maven-plugin</artifactId>
          <executions>
            <execution>
              <goals>
                <goal>java2wsdl</goal>
              </goals>
            </execution>
          </executions>
          <configuration>
            <className>com.mycompany.MyService</className>
          </configuration>
        </plugin>

I execute this as:

mvn java2wsdl:java2wsdl
[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: 2 seconds
[INFO] Finished at: Tue Mar 20 21:15:32 PDT 2007
[INFO] Final Memory: 4M/7M
[INFO] ------------------------------------------------------------------------

I don't know where the reference to maven-java2wsdl-plugin comes from.
How do I get around this issue?

Regards,
Praki

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org