cschneider / Karaf-Tutorial

http://cschneider.github.io/Karaf-Tutorial/
Apache License 2.0
272 stars 305 forks source link

xml-resolver #20

Closed vegegoku closed 8 years ago

vegegoku commented 8 years ago

i am trying to the build the project using mvn clean install but every time it gives the following error

Failed to execute goal on project personservice-server: Could not resolve dependencies for project net.lr.tutorial.karaf.cxf.personservice:personservice-server:bundle:1.0-SNAPSHOT: Failure to find xml-resolver:xml-resolver:jar:1.2 in http://localhost:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced.

how can i resolve this dependency issue?

cschneider commented 8 years ago

Looks like you do not have access to maven central. Make sure your nexus is set up as a proxy to provide all the needed contents from maven central.

vegegoku commented 8 years ago

i removed all maven configurations that points to my local nexus and now its working, thank you very much for your kind quick response.

cschneider commented 8 years ago

Glad it worked