Getting the error:
Error message: Failed to resolve plugin for mojo binding:
org.apache.cxf:cxf-java2ws-plugin:[2,):java2ws
Root error message: Unable to download the artifact from any repository

My repositories node contains the following:
<repository>
<id>apache-snapshots</id>
<name>Apache SNAPSHOT Repository</name>
<url>http://repository.apache.org/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>

and my pluginRepositories:
<pluginRepository>
<id>apache-snapshots</id>
<name>Apache SNAPSHOT Repository</name>
<url>http://repository.apache.org/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>

thanks

Reply via email to