Skip to content

Deploy to maven central repository #7

Description

@hageldave

Hey,

I really like this UMAP implementation. Unfortunately I have to clone the repo and build the maven artifact myself in order to integrate it into other projects. This is also preventing me to use it as a dependency in other maven projects as it cannot be downloaded from the central repository by the maven build tool.

Is it possible that you deploy the artifact to maven central (https://search.maven.org/)? I know that this process has a bit of an overhead when doing it for the first time, since you need to register for a maven group id that you will own ( com.github.tag-bio ). See details here https://central.sonatype.org/publish/ . I have been deploying java libraries to maven central before, so I could help in the process.

I think making this implementation available through the central repository would make it way more accessible and easy to use in software projects (would only require to add it as a dependency into the pom.xml file). It would also enable the use of different build systems like gradle, and build systems of other JVM languages e.g. scala-sbt (for Scala).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions