Skip to content

Add server to host sources of published Java libraries.#184

Merged
olafurpg merged 1 commit intosourcegraph:mainfrom
olafurpg:packagehub
Apr 26, 2021
Merged

Add server to host sources of published Java libraries.#184
olafurpg merged 1 commit intosourcegraph:mainfrom
olafurpg:packagehub

Conversation

@olafurpg
Copy link
Contributor

Previously, Sourcegraph was only able to LSIF index Java repositories.
There was no good way to LSIF index a Java library on Maven Central
because they don't have an associated git repository.

This commit adds a new PackageHub server that is implemented as a
proxy on top of Maven repositories that serves git repositories that
Sourcegraph can understand. This new server can be used with lsif-java
to enable navigation between repositories and their transitive
Java library dependencies.

Previously, Sourcegraph was only able to LSIF index Java repositories.
There was no good way to LSIF index a Java library on Maven Central
because they don't have an associated git repository.

This commit adds a new `PackageHub` server that is implemented as a
proxy on top of Maven repositories that serves git repositories that
Sourcegraph can understand. This new server can be used with lsif-java
to enable navigation between repositories and their transitive
Java library dependencies.
@olafurpg olafurpg merged commit 11ec290 into sourcegraph:main Apr 26, 2021
@olafurpg olafurpg deleted the packagehub branch April 26, 2021 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants