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

We should be able to generate the source jars retrospectively from the commit hash for the ant/pgm JARs and then upload them to central as well, with the existing previously built binaries. 

Would you be able to upload the pgm and ant JARs by creating the sources retrospectively?

Thanks,

Alex

Sent from my iPhone 4S

On 13 Mar 2012, at 15:26, Kevin Sawicki <kevinsawicki@xxxxxxxxx> wrote:

I uploaded the org.eclipse.jgit artifacts to Maven Central using the official builds off the eclipse.org/jgit site.

Maven Central requires source jars for all artifacts and some JGit modules (such as .ant) don't currently build them which is why I did not upload them to Maven Central.

I have pushed a change to ensure source JARs are built for all modules: https://git.eclipse.org/r/#/c/5141/

Kevin

On Mon, Mar 12, 2012 at 11:45 PM, Alex Blewitt <alex.blewitt@xxxxxxxxx> wrote:
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

_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jgit-dev



Back to the top