Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Maven Repository not available(http://download.eclipse.org/jgit/maven ends up with "Not Found")
Maven Repository not available [message #735194] Tue, 11 October 2011 07:49 Go to next message
rademacher is currently offline rademacherFriend
Messages: 1
Registered: May 2011
Junior Member
Hello,

I am using JGit (0.12.1 currently) as a maven dependency.

Our Nexus-Repository tries to load it from
http: download.eclipse.org/jgit/maven
But that URL doesn't work anymore.

According to http: www.eclipse.org/jgit/download/ the above URL is the correct one.

Does anybody have an explanation for this?

Thanks a lot and best regards,
Stefan
Re: Maven Repository not available [message #754045 is a reply to message #735194] Mon, 31 October 2011 15:12 Go to previous messageGo to next message
Anthalamus  is currently offline Anthalamus Friend
Messages: 1
Registered: October 2011
Junior Member
add the following repo:

<repository>
	<id>maven.jenkins-ci.org</id>
	<url>hteeteepee://maven.jenkins-ci.org/content/groups/artifacts</url>
</repository>

(replace "hteeteepee" of course Wink

I could create the hpi file fine after that (found it thanks to hteeteepee://evgeny-goldin.com/blog/jenkins-hudson-maven-repository/)

PS1: note that i also had to create the target/classes dir manually, not sure why ("github-plugin/target/classes isn't a directory." otherwise)

PS2: i had no problems adding the plugin via the web GUI:
Manage Jenkins->Manage plugins->Available->check Github Plugin->Install

Hope that helps someone!
Re: Maven Repository not available [message #754440 is a reply to message #754045] Wed, 02 November 2011 14:36 Go to previous message
Manuel Doninger is currently offline Manuel DoningerFriend
Messages: 119
Registered: October 2010
Senior Member
Are you sure, that you're in the correct forum/group?
Previous Topic:[solved] check in/out problem
Next Topic:JGit statistics
Goto Forum:
  


Current Time: Tue Mar 19 02:12:04 GMT 2024

Powered by FUDForum. Page generated in 0.02039 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top