Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] jgit 2.2 is not available on maven central

I pushed the 2.2 iplog and console JARs to oss.sonatype.org and they should show up in Maven Central later today.

Thanks for the heads up,
Kevin


On Wed, Jan 9, 2013 at 5:34 AM, Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
2013/1/9 Alex Blewitt <alex.blewitt@xxxxxxxxx>
Kevin,

It looks like jgit.pgm depends on a couple of items which aren't published in Maven Central:


<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.iplog</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.console</artifactId>
<version>${project.version}</version>
</dependency>

Can these be published as well, or in future if the iplog isn't a required dependency can it be removed (or made optional)?

- console should be published
- iplog is obsolete, it stopped working when we moved to the Eclipse foundation Gerrit server, instead since 2.0 we use the Eclipse IP log generator [1]. 
- I pushed [2] for review to delete the iplog project 


--
Matthias


Back to the top