-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Major
-
Component/s: other
i created three projects on jenkins ,one project building perfect but other two project unable to build.
using maven to deploy .war file on tomcat server.
when i try to build project on jenkins web i am getting dependency error.can anyone help on this issue.
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven: -B -f /var/lib/jenkins/jobs/VCOM-WS-Testing/workspace/pom.xml clean install -Dmaven.test.skip=true -DlocalRepositoryPath=/var/lib/jenkins/.m2/repository/
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building VCOM-WS 1.0
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/javax/xml/jaxrpc-api/1.1.3/jaxrpc-api-1.1.3.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.493s
[INFO] Finished at: Wed Jun 18 05:50:07 UTC 2014
[INFO] Final Memory: 12M/225M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal on project VCOM-WS: Could not resolve dependencies for project net.virtela:VCOM-WS:war:1.0: Could not find artifact javax.xml:jaxrpc-api:jar:1.1.3 in central (http://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[JENKINS] Archiving /var/lib/jenkins/jobs/VCOM-WS-Testing/workspace/pom.xml to net.virtela/VCOM-WS/1.0/VCOM-WS-1.0.pom
channel stopped
Finished: FAILURE