This could very well be maven specific . . . but I don't know exactly which 
output is from maven and which is from Jenkins . . .

At the very start of my build, it complains that it can't find the parent pom 
of the pom being built.  Yet it does find it.   In the output below, it says 
that it is downloading the parent pom from my remote nexus repo, but then says 
it can't find it in central?  Why is it looking in central?



Here's my truncated output:


<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/hudson/workspace/myProj/projectX/pom.xml clean 
deploy -Phudson -e -U
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] snapshot com.myCo.acme-er:project-pom:3.0.0-SNAPSHOT: checking for 
updates from central
Downloading: 
http://myNexus:8081/nexus/content/groups/public/com/myCo/acme-er/project-pom/3.0.0-SNAPSHOT/project-pom-3.0.0-SNAPSHOT.pom
[INFO] Unable to find resource 
'com.myCo.acme-er:project-pom:pom:3.0.0-SNAPSHOT' in repository central 
(http://central)
[INFO] Reactor build order:
[INFO]   PROJECTX Server
[INFO]   PROJECTX Webapp Artifacts
[INFO]   PROJECTX Common Utilities
[INFO] ------------------------------------------------------------------------
[INFO] Building ProjectX Server
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------


Reply via email to