Jeremy Whiting [https://community.jboss.org/people/whitingjr] created the discussion
"Re: wsprovide and maven plugin" To view the discussion, visit: https://community.jboss.org/message/713995#713995 -------------------------------------------------------------- Hi Herman, Looking at your pom.xml configuration you are attempting to use the 1.1.0.GA version of maven-jaxws-tools-plugin. It does not exist in the jboss plugins repository. http://repository.jboss.org/maven2/org/jboss/ws/plugins/maven-jaxws-tools-plugin/ http://repository.jboss.org/maven2/org/jboss/ws/plugins/maven-jaxws-tools-plugin/ 1) You need to change the version to <version>1.0.0.GA</version> 2) Check you have this plugin repository in your Maven settings.xml file. <pluginRepository> <id>jboss-plugins</id> <url> http://repository.jboss.com/maven2 http://repository.jboss.com/maven2</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </pluginRepository> Regards, Jeremy -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/713995#713995] Start a new discussion in JBoss Web Services at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
