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

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)?

Alex

On 8 Jan 2013, at 20:11, Kevin Sawicki wrote:

Hi Mingyu,


It should synchronize to Maven Central in the next 8 hours or so.

Thanks,
Kevin



On Tue, Jan 8, 2013 at 11:51 AM, Mingyu Kim <mkim@xxxxxxxxxxxx> wrote:
Hello,

It seems like jgit 2.2 jars are not available on maven central yet. https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.eclipse.jgit%22%20AND%20a%3A%22org.eclipse.jgit%22 Can you post the updated jars if it's not done yet?

Thanks,
Mingyu

_______________________________________________
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