Thanks very much! I added the following lines to my ~/.m2/settings.xml: <repository> <id>cloudbees</id> <url> http://repository-jenkins.forge.cloudbees.com/snapshot/</url> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository>
That was enough to compile git-client-plugin in my environment. Mark Waite >________________________________ > From: nicolas de loof <[email protected]> >To: [email protected] >Sent: Sunday, March 17, 2013 9:57 AM >Subject: Re: git-client-plugin cannot find >org.jenkins-ci.lib:org.eclipse.jgit:jar:2.4.0-jenkins-1-SNAPSHOT > > >right, this SNAPSHOT is built on >https://jenkins.ci.cloudbees.com/job/libraries/job/jgit/ >I'm investigating a JGit patch and will then deploy a 2.4.0-jenkins-1 to >maven.jenkins-ci.org >in the meantime, you can add >http://repository-jenkins.forge.cloudbees.com/snapshot/ as a snapshot >repository in a settings.xml profile > > >2013/3/17 Mark Waite <[email protected]> > >When I try to compile the git-client-plugin from >git://github.com/jenkinsci/git-client-plugin.git, it fails to compile with the >report: >> >> >>Missing: >>---------- >>1) org.jenkins-ci.lib:org.eclipse.jgit:jar:2.4.0-jenkins-1-SNAPSHOT >> >> >> Try downloading the file manually from the project website. >> >> >>Does the plugin now require modifications to the upstream jgit jar file? >> >> >>Are those changes are not yet visible on the Jenkins repository? >> >> >>Is there something I should configure to allow me to see that jar file? >> >> >>Thanks, >>Mark Waite -- >>You received this message because you are subscribed to the Google Groups >>"Jenkins Developers" group. >>To unsubscribe from this group and stop receiving emails from it, send an >>email to [email protected]. >>For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- >You received this message because you are subscribed to the Google Groups >"Jenkins Developers" group. >To unsubscribe from this group and stop receiving emails from it, send an >email to [email protected]. >For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
