Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Github API - Java

On Mon, Oct 29, 2018 at 7:55 AM Nipun Gujarathi <gujarathi.nipun62@xxxxxxxxx> wrote:
Do I need to add whole org.eclipse.jgit.repository/target/repository directory or can I narrow it down further to features or plugins folder?
And in Maven Repo should I use org.eclipse.jgit/ so it contains all the implementation of Jgit? 

The bundle org.eclipse.jgit should be sufficient for cloning and pushing.

org.eclipse.jgit.repository is a p2 repository containing all JGit artefacts for consumption by OSGi based applications.
 
On Fri 26 Oct, 2018, 6:15 PM Matthias Sohn, <matthias.sohn@xxxxxxxxx> wrote:
On Fri, Oct 26, 2018 at 1:54 PM Nipun Gujarathi <gujarathi.nipun62@xxxxxxxxx> wrote:
Thanks a lot! Can you help me with how can I build jar of Jgit so that I can use it as a external library in my project?

It's available on Maven central [1].
If you want to build it yourself you can follow the contributor guide [2].


-Matthias

Back to the top