[jboss-user] [JBoss Web Services] - Re: wsprovide and maven plugin

Jeremy Whiting do-not-reply at jboss.com
Thu Feb 2 06:55:42 EST 2012


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120202/64657927/attachment.html 


More information about the jboss-user mailing list