Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] org.eclipse.jgit.pgm missing from Maven Central

The problem is that it's not in Maven central as a jar. Firewalls and proxies prevent downloads of random .sh files whereas infrastructure is in place to be able to download JARs from Maven, including hooking up programs that need to materialise a system from a set of Maven co-ordinates. 

In addition the .ant JAR is missing from Maven Central as well. 

Alex

Sent from my iPhone 4S

On 13 Mar 2012, at 01:26, Shawn Pearce <spearce@xxxxxxxxxxx> wrote:

java -jar jgit.sh ...

Works on all platforms as the jar code looks at the tail of the input file for the zip table of contents.

On Mar 12, 2012 9:42 AM, "Alex Blewitt" <alex.blewitt@xxxxxxxxx> wrote:
It seems that org.eclipse.jgit.pgm isn't available at Maven Central (though there is an older 1.2 release published by someone else). Is there any reason for this? The all-in-one jgit.sh download from the Eclipse page looks like it wraps it in a here document, but of course this doesn't work on non-Unix platforms where the command line should still work.

Alex

Sent from my iPhone 4S
_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jgit-dev

Back to the top