JBoss Community

Re: JBossWS wsconsume Maven plugin FAIL

created by stephen b in JBoss Web Services - View the full discussion

I found the isssue. It looks like i have to add repositories of Jboss in my POM.

 

<repositories>

<repository>

<id>JBOSS</id>

<name>JBoss Repository</name>

<url>https://repository.jboss.org/nexus/content/groups/public/</url>

</repository>

</repositories>

 

<pluginRepositories>

<pluginRepository>

<id>JBOSS</id>

<name>JBoss Repository</name>

<url>https://repository.jboss.org/nexus/content/groups/public/</url>

</pluginRepository>

</pluginRepositories>

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community