[JBoss Web Services] - JBossWS wsconsume Maven plugin FAIL

stephen b <[email protected]> Thu, 22 Aug 2013 07:58:43 -0400
Newsgroups gmane.comp.java.jboss.user
Message-ID <[email protected]>
------=_Part_647945_1015878057.1377172723408
Content-Type: multipart/alternative; 
	boundary="----=_Part_647944_1002057633.1377172723408"

------=_Part_647944_1002057633.1377172723408
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

stephen b [https://community.jboss.org/people/slbanal] created the discussi=
on

"JBossWS wsconsume Maven plugin FAIL"

To view the discussion, visit: https://community.jboss.org/message/833531#8=
33531

--------------------------------------------------------------
Hi,

I followed instructions here  https://docs.jboss.org/author/display/JBWS/ws=
consume https://docs.jboss.org/author/display/JBWS/wsconsume
But it seems there are dependency issues whenever i use the version of the =
plugin specified in the tutorial.
Which version of plugin should i use?

POM:
<project xmlns=3D" http://maven.apache.org/POM/4.0.0 http://maven.apache.or=
g/POM/4.0.0" xmlns:xsi=3D" http://www.w3.org/2001/XMLSchema-instance http:/=
/www.w3.org/2001/XMLSchema-instance"
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0xsi:schemaLocation=
=3D" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/POM/4.0.0  h=
ttp://maven.apache.org/xsd/maven-4.0.0.xsd http://maven.apache.org/xsd/mave=
n-4.0.0.xsd">
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<modelVersion>4.0.0<=
/modelVersion>
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<groupId>au.com.exam=
ple.webservice</groupId>
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<artifactId>test-ws<=
/artifactId>
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<version>0.0.1-SNAPS=
HOT</version>


=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<pluginRepositories>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<pluginRepository>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0<id>JBOSS</id>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0<name>JBoss Repository</name>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0<url> https://repository.jboss.org/nexus/content=
/groups/public/ https://repository.jboss.org/nexus/content/groups/public/</=
url>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0</pluginRepository>
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0</pluginRepositories=
>


=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<build>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<plugins>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0<plugin>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0<groupId>org.jboss.ws.plugins</groupId>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0<artifactId>maven-jaxws-tools-plugin</artifactId>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0<version>1.1.0.GA</version>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0<configuration>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<ws=
dls>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<wsdl>src/main/jav=
a/resources/Example.wsdl</wsdl>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0</w=
sdls>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<ta=
rgetPackage>au.com.example.webservice</targetPackage>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<ex=
tension>true</extension>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<ve=
rbose>true</verbose>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<go=
alPrefix>wsconsume</goalPrefix>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0</configuration>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0<executions>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<ex=
ecution>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<goals>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<goal>wsconsume</goal>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0</goals>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0</e=
xecution>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0</executions>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0</plugin>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0</plugins>
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0</build>


=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<dependencies>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<dependency>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0<groupId>org.jboss.ws.cxf</groupId>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0<artifactId>jbossws-cxf-client</artifactId>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0<version>4.0.0.GA</version>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0</dependency>
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0</dependencies>


</project>


Exact Maven logs:

[INFO] --------------------------------------------------------------------=
----
[INFO] BUILD FAILURE
[INFO] --------------------------------------------------------------------=
----
[INFO] Total time: 0.427s
[INFO] Finished at: Thu Aug 22 21:51:47 EST 2013
[INFO] Final Memory: 4M/15M
[INFO] --------------------------------------------------------------------=
----
[ERROR] Failed to execute goal on project test-ws: Could not resolve depend=
encies for project au.com.example.webservice:test-ws:jar:0.0.1-SNAPSHOT: Fa=
ilure to find org.jboss.ws.cxf:jbossws-cxf-client:jar:4.0.0.GA in http://re=
po.maven.apache.org/maven2 was cached in the local repository, resolution w=
ill not be reattempted until the update interval of central has elapsed or =
updates are forced -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute g=
oal on project test-ws: Could not resolve dependencies for project au.com.e=
xample.webservice:test-ws:jar:0.0.1-SNAPSHOT: Failure to find org.jboss.ws.=
cxf:jbossws-cxf-client:jar:4.0.0.GA in http://repo.maven.apache.org/maven2 =
was cached in the local repository, resolution will not be reattempted unti=
l the update interval of central has elapsed or updates are forced
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDep=
endencyResolver.java:210)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(L=
ifecycleDependencyResolver.java:117)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.=
java:258)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuild=
er.java:84)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuild=
er.java:59)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.ja=
va:183)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
DefaultMaven.doExecute(DefaultMaven.java:320)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
DefaultMaven.execute(DefaultMaven.java:156)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
cli.MavenCli.execute(MavenCli.java:537)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
cli.MavenCli.doMain(MavenCli.java:196)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
cli.MavenCli.main(MavenCli.java:141)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at sun.reflect.Nativ=
eMethodAccessorImpl.invoke0(Native Method)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at sun.reflect.Nativ=
eMethodAccessorImpl.invoke(Unknown Source)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at sun.reflect.Deleg=
atingMethodAccessorImpl.invoke(Unknown Source)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at java.lang.reflect=
.Method.invoke(Unknown Source)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.codehaus.plex=
us.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.codehaus.plex=
us.classworlds.launcher.Launcher.launch(Launcher.java:230)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.codehaus.plex=
us.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.codehaus.plex=
us.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.project.DependencyResolutionException: Could no=
t resolve dependencies for project au.com.example.webservice:test-ws:jar:0.=
0.1-SNAPSHOT: Failure to find org.jboss.ws.cxf:jbossws-cxf-client:jar:4.0.0=
.GA in http://repo.maven.apache.org/maven2 was cached in the local reposito=
ry, resolution will not be reattempted until the update interval of central=
 has elapsed or updates are forced
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenci=
esResolver.java:189)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDep=
endencyResolver.java:185)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0... 22 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Fa=
ilure to find org.jboss.ws.cxf:jbossws-cxf-client:jar:4.0.0.GA in http://re=
po.maven.apache.org/maven2 was cached in the local repository, resolution w=
ill not be reattempted until the update interval of central has elapsed or =
updates are forced
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.sonatype.aeth=
er.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultReposit=
orySystem.java:375)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.apache.maven.=
project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenci=
esResolver.java:183)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0... 23 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Fail=
ure to find org.jboss.ws.cxf:jbossws-cxf-client:jar:4.0.0.GA in http://repo=
.maven.apache.org/maven2 was cached in the local repository, resolution wil=
l not be reattempted until the update interval of central has elapsed or up=
dates are forced
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.sonatype.aeth=
er.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.ja=
va:538)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.sonatype.aeth=
er.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactRe=
solver.java:216)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.sonatype.aeth=
er.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultReposit=
orySystem.java:358)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0... 24 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Failure =
to find org.jboss.ws.cxf:jbossws-cxf-client:jar:4.0.0.GA in http://repo.mav=
en.apache.org/maven2 was cached in the local repository, resolution will no=
t be reattempted until the update interval of central has elapsed or update=
s are forced
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.sonatype.aeth=
er.impl.internal.DefaultUpdateCheckManager.newException(DefaultUpdateCheckM=
anager.java:230)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.sonatype.aeth=
er.impl.internal.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheck=
Manager.java:204)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0at org.sonatype.aeth=
er.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.ja=
va:427)
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0... 26 more
[ERROR]=20
[ERROR]=20
[ERROR] For more information about the errors and possible solutions, pleas=
e read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/Dependenc=
yResolutionException
=C2=A0
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/833531#833531]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=3D1&co=
ntainerType=3D14&container=3D2044]


------=_Part_647944_1002057633.1377172723408
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link=3D"#355491" alink=3D"#4262a1" vlink=3D"#355491" style=3D"backgro=
und: #e2e2e2; margin: 0; padding: 20px;">

<div>
=09<table cellpadding=3D"0" bgcolor=3D"#FFFFFF" border=3D"0" cellspacing=3D=
"0" style=3D"border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -=
moz-border-radius: 6px; -webkit-border-radius: 6px;">
=09=09<tbody>
=09=09=09<tr>

=09=09=09=09<td>

=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" bgco=
lor=3D"#FFFFFF" style=3D"border: solid 2px #ccc; background: #dadada; width=
: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09<td bgcolor=3D"#000000" valign=3D"middle" height=3D=
"58px" style=3D"border-bottom: 1px solid #ccc; padding: 20px; -moz-border-r=
adius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-ri=
ght-radius: 5px; -webkit-border-top-left-radius: 5px;">
=09=09=09=09=09=09=09=09=09<h1 style=3D"color: #333333; font: bold 22px Ari=
al, Helvetica, sans-serif; margin: 0; display: block !important;">
=09=09=09=09=09=09=09=09=09<!-- To have a header image/logo replace the nam=
e below with your img tag -->
=09=09=09=09=09=09=09=09=09<!-- Email clients will render the images when t=
he message is read so any image -->
=09=09=09=09=09=09=09=09=09<!-- must be made available on a public server, =
so that all recipients can load the image. -->
=09=09=09=09=09=09=09=09=09<a href=3D"https://community.jboss.org/index.jsp=
a" style=3D"text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
=09=09=09=09=09=09=09=09</td>

=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09<td bgcolor=3D"#FFFFFF" style=3D"font: normal 12px =
Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-ra=
dius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-b=
ottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style=
=3D"margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    JBossWS wsconsume Maven plugin FAIL
</h3>
<span style=3D"margin-bottom: 10px;">
    created by <a href=3D"https://community.jboss.org/people/slbanal">steph=
en b</a> in <i>JBoss Web Services</i> - <a href=3D"https://community.jboss.=
org/message/833531#833531">View the full discussion</a>
</span>
<hr style=3D"margin: 20px 0; border: none; background-color: #dadada; heigh=
t: 1px;">

<div class=3D"jive-rendered-content"><p>Hi,</p><p style=3D"min-height: 8pt;=
 height: 8pt; padding: 0px;">&#160;</p><p><span>I followed instructions her=
e </span><a class=3D"jive-link-external-small" href=3D"https://docs.jboss.o=
rg/author/display/JBWS/wsconsume" target=3D"_blank">https://docs.jboss.org/=
author/display/JBWS/wsconsume</a></p><p>But it seems there are dependency i=
ssues whenever i use the version of the plugin specified in the tutorial.</=
p><p>Which version of plugin should i use?</p><p style=3D"min-height: 8pt; =
height: 8pt; padding: 0px;">&#160;</p><p>POM:</p><p><p><span>&lt;project xm=
lns=3D"</span><a class=3D"jive-link-external-small" href=3D"http://maven.ap=
ache.org/POM/4.0.0" rel=3D"nofollow" target=3D"_blank">http://maven.apache.=
org/POM/4.0.0</a><span>" xmlns:xsi=3D"</span><a class=3D"jive-link-external=
-small" href=3D"http://www.w3.org/2001/XMLSchema-instance" rel=3D"nofollow"=
 target=3D"_blank">http://www.w3.org/2001/XMLSchema-instance</a><span>"</sp=
an></p><p><span>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;xsi:=
schemaLocation=3D"</span><a class=3D"jive-link-external-small" href=3D"http=
://maven.apache.org/POM/4.0.0" rel=3D"nofollow" target=3D"_blank">http://ma=
ven.apache.org/POM/4.0.0</a><span> </span><a class=3D"jive-link-external-sm=
all" href=3D"http://maven.apache.org/xsd/maven-4.0.0.xsd" rel=3D"nofollow" =
target=3D"_blank">http://maven.apache.org/xsd/maven-4.0.0.xsd</a><span>"&gt=
;</span></p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;m=
odelVersion&gt;4.0.0&lt;/modelVersion&gt;</p><p>&#160;&#160;&#160;&#160; &#=
160;&#160;&#160;&#160;&#160;&lt;groupId&gt;au.com.example.webservice&lt;/gr=
oupId&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;=
artifactId&gt;test-ws&lt;/artifactId&gt;</p><p>&#160;&#160;&#160;&#160; &#1=
60;&#160;&#160;&#160;&#160;&lt;version&gt;0.0.1-SNAPSHOT&lt;/version&gt;</p=
><p style=3D"min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p styl=
e=3D"min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;=
&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;pluginRepositories&gt;</p><p=
>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&=
#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;pluginRepository&gt;</p><p>&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#=
160;&#160;&#160;&#160;&lt;id&gt;JBOSS&lt;/id&gt;</p><p>&#160;&#160;&#160;&#=
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&=
#160;&lt;name&gt;JBoss Repository&lt;/name&gt;</p><p><span>&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&lt;url&gt;</span><a class=3D"jive-link-external-small" href=3D"ht=
tps://repository.jboss.org/nexus/content/groups/public/" rel=3D"nofollow" t=
arget=3D"_blank">https://repository.jboss.org/nexus/content/groups/public/<=
/a><span>&lt;/url&gt;</span></p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&lt;/pluginRepository&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;=
&#160;&#160;&lt;/pluginRepositories&gt;</p><p style=3D"min-height: 8pt; hei=
ght: 8pt; padding: 0px;">&#160;</p><p style=3D"min-height: 8pt; height: 8pt=
; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#=
160;&#160;&lt;build&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;p=
lugins&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;plugin&gt;</p><p>&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160=
;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&l=
t;groupId&gt;org.jboss.ws.plugins&lt;/groupId&gt;</p><p>&#160;&#160;&#160;&=
#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;artif=
actId&gt;maven-jaxws-tools-plugin&lt;/artifactId&gt;</p><p>&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&=
#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;ve=
rsion&gt;1.1.0.GA&lt;/version&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160=
;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#=
160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;configuration&gt;</p>=
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#=
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160=
;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&l=
t;wsdls&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#=
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160=
;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&l=
t;wsdl&gt;src/main/java/resources/Example.wsdl&lt;/wsdl&gt;</p><p>&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#=
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160=
;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/wsdls&gt;=
</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#=
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160=
; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&=
#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&lt;targetPackage&gt;au.com.example.webservice&lt;/targetPackage&gt;</p><=
p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&=
#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt=
;extension&gt;true&lt;/extension&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#=
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160=
;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&=
#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&lt;verbose&gt;true&lt;/verbose&gt;</=
p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; =
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&lt;goalPrefix&gt;wsconsume&lt;/goalPrefix&gt;</p><p>&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&=
#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/configu=
ration&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&lt;executions&gt;</p><p>&#160;&#160;&#160;&#160=
;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#=
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&=
#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;execution&gt;</p><p>&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&=
#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;goals&gt;</p><p>&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&=
#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&lt;goal&gt;wsconsume&lt;/goal&gt;</p><=
p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&=
#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/goals&gt;</p>=
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#=
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160=
;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&l=
t;/execution&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&lt;/executions&gt;</p><p>&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&lt;/plugin&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#=
160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;=
/plugins&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&=
lt;/build&gt;</p><p style=3D"min-height: 8pt; height: 8pt; padding: 0px;">&=
#160;</p><p style=3D"min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p=
><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;dependencies=
&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;dependency&gt;</p><p=
>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#=
160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&lt;groupId&gt;org.jboss.ws.cxf&lt;/groupId&gt;</=
p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&lt;artifactId&gt;jbossws-cxf-client&lt;/arti=
factId&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;version&gt;4.0.0.GA&lt;/versi=
on&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&=
#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/dependency&gt;</p=
><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;/dependencie=
s&gt;</p><p style=3D"min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p=
><p style=3D"min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&lt;=
/project&gt;</p><p style=3D"min-height: 8pt; height: 8pt; padding: 0px;">&#=
160;</p></p><p style=3D"min-height: 8pt; height: 8pt; padding: 0px;">&#160;=
</p><p>Exact Maven logs:</p><p style=3D"min-height: 8pt; height: 8pt; paddi=
ng: 0px;">&#160;</p><pre class=3D"jive-pre"><code class=3D"jive-code jive-j=
ava">[INFO] ---------------------------------------------------------------=
---------
[INFO] BUILD FAILURE
[INFO] --------------------------------------------------------------------=
----
[INFO] Total time: 0.427s
[INFO] Finished at: Thu Aug 22 21:51:47 EST 2013
[INFO] Final Memory: 4M/15M
[INFO] --------------------------------------------------------------------=
----
[ERROR] Failed to execute goal on project test-ws: Could not resolve depend=
encies <font color=3D"navy"><b>for</b></font> project au.com.example.webser=
vice:test-ws:jar:0.0.1-SNAPSHOT: Failure to find org.jboss.ws.cxf:jbossws-c=
xf-client:jar:4.0.0.GA in http:<font color=3D"darkgreen">//repo.maven.apach=
e.org/maven2 was cached in the local repository, resolution will not be rea=
ttempted until the update interval of central has elapsed or updates are fo=
rced -&gt; [Help 1]</font>
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute g=
oal on project test-ws: Could not resolve dependencies <font color=3D"navy"=
><b>for</b></font> project au.com.example.webservice:test-ws:jar:0.0.1-SNAP=
SHOT: Failure to find org.jboss.ws.cxf:jbossws-cxf-client:jar:4.0.0.GA in h=
ttp:<font color=3D"darkgreen">//repo.maven.apache.org/maven2 was cached in =
the local repository, resolution will not be reattempted until the update i=
nterval of central has elapsed or updates are forced</font>
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDep=
endencyResolver.java:210)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(L=
ifecycleDependencyResolver.java:117)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.=
java:258)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuild=
er.java:84)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuild=
er.java:59)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.ja=
va:183)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
DefaultMaven.doExecute(DefaultMaven.java:320)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
DefaultMaven.execute(DefaultMaven.java:156)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
cli.MavenCli.execute(MavenCli.java:537)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
cli.MavenCli.doMain(MavenCli.java:196)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
cli.MavenCli.main(MavenCli.java:141)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at sun.reflect.Nativ=
eMethodAccessorImpl.invoke0(Native Method)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at sun.reflect.Nativ=
eMethodAccessorImpl.invoke(Unknown Source)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at sun.reflect.Deleg=
atingMethodAccessorImpl.invoke(Unknown Source)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at java.lang.reflect=
.Method.invoke(Unknown Source)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.codehaus.plex=
us.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.codehaus.plex=
us.classworlds.launcher.Launcher.launch(Launcher.java:230)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.codehaus.plex=
us.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.codehaus.plex=
us.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.project.DependencyResolutionException: Could no=
t resolve dependencies <font color=3D"navy"><b>for</b></font> project au.co=
m.example.webservice:test-ws:jar:0.0.1-SNAPSHOT: Failure to find org.jboss.=
ws.cxf:jbossws-cxf-client:jar:4.0.0.GA in http:<font color=3D"darkgreen">//=
repo.maven.apache.org/maven2 was cached in the local repository, resolution=
 will not be reattempted until the update interval of central has elapsed o=
r updates are forced</font>
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenci=
esResolver.java:189)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDep=
endencyResolver.java:185)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;... 22 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Fa=
ilure to find org.jboss.ws.cxf:jbossws-cxf-client:jar:4.0.0.GA in http:<fon=
t color=3D"darkgreen">//repo.maven.apache.org/maven2 was cached in the loca=
l repository, resolution will not be reattempted until the update interval =
of central has elapsed or updates are forced</font>
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.sonatype.aeth=
er.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultReposit=
orySystem.java:375)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.apache.maven.=
project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenci=
esResolver.java:183)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;... 23 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Fail=
ure to find org.jboss.ws.cxf:jbossws-cxf-client:jar:4.0.0.GA in http:<font =
color=3D"darkgreen">//repo.maven.apache.org/maven2 was cached in the local =
repository, resolution will not be reattempted until the update interval of=
 central has elapsed or updates are forced</font>
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.sonatype.aeth=
er.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.ja=
va:538)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.sonatype.aeth=
er.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactRe=
solver.java:216)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.sonatype.aeth=
er.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultReposit=
orySystem.java:358)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;... 24 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Failure =
to find org.jboss.ws.cxf:jbossws-cxf-client:jar:4.0.0.GA in http:<font colo=
r=3D"darkgreen">//repo.maven.apache.org/maven2 was cached in the local repo=
sitory, resolution will not be reattempted until the update interval of cen=
tral has elapsed or updates are forced</font>
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.sonatype.aeth=
er.impl.internal.DefaultUpdateCheckManager.newException(DefaultUpdateCheckM=
anager.java:230)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.sonatype.aeth=
er.impl.internal.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheck=
Manager.java:204)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;at org.sonatype.aeth=
er.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.ja=
va:427)
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;... 26 more
[ERROR]=20
[ERROR]=20
[ERROR] For more information about the errors and possible solutions, pleas=
e read the following articles:
[ERROR] [Help 1] http:<font color=3D"darkgreen">//cwiki.apache.org/confluen=
ce/display/MAVEN/DependencyResolutionException</font>
&#160;
</code></pre></div>

<div style=3D"background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style=3D"margin: 0;">Reply to this message by <a href=3D"https://com=
munity.jboss.org/message/833531#833531">going to Community</a></p>
=09<p style=3D"margin: 0;">Start a new discussion in JBoss Web Services at =
<a href=3D"https://community.jboss.org/choose-container!input.jspa?contentT=
ype=3D1&containerType=3D14&container=3D2044">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>
------=_Part_647944_1002057633.1377172723408--

------=_Part_647945_1015878057.1377172723408
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user
------=_Part_647945_1015878057.1377172723408--