Community
Participate
Working Groups
I'm trying to follow the instructions on http://www.eclipse.org/jgit/download/ for referencing in a maven2 build the jGit repository and particularly 0.7.1. I've noticed that the current Hudson git plugin is several versions behind on it's jGit usage, and I wanted to update it so that it uses the latest 0.7.1 version. It appears when I run the maven build, it can't find the necessary POM file for 0.7.1, as I get the following information: Downloading: http://download.eclipse.org/jgit/maven//org/eclipse/jgit/org.eclipse.jgit/0.7.1./org.eclipse.jgit-0.7.1..pom [INFO] Unable to find resource 'org.eclipse.jgit:org.eclipse.jgit:pom:0.7.1.' in repository jgit-repository (http://download.eclipse.org/jgit/maven/)
I've also tried it as follows. [INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5 Downloading: http://download.eclipse.org/jgit/maven/org/eclipse/jgit/org.eclipse.jgit/0.7.1./org.eclipse.jgit-0.7.1..pom [INFO] Unable to find resource 'org.eclipse.jgit:org.eclipse.jgit:pom:0.7.1.' in repository jgit-repository (http://download.eclipse.org/jgit/maven/)
Hmmm...I might have this working now...looks like I had two dependencies in the pom.xml file and it was getting confused.
(In reply to comment #2) > Hmmm...I might have this working now...looks like I had two dependencies in the > pom.xml file and it was getting confused. So we should close this bug?
Yes, marking as resolved Invalid.