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

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