Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload Java distribution to Maven Central #39

Open
aleuner opened this issue Sep 20, 2018 · 4 comments
Open

Upload Java distribution to Maven Central #39

aleuner opened this issue Sep 20, 2018 · 4 comments

Comments

@aleuner
Copy link

aleuner commented Sep 20, 2018

Please make numbertext usable as a maven dependency.

Hello,

I try to use numbertext.jar as a dependency in a project built with build tool maven.
Maven normally wants project dependencies declared as (so-called) coordinates consisting of a groupid, an artifactid and a version. With those it automatically accesses the files needed by e. g. downloading them from a (remote) repository (server) during build time.

This fails for libnumbertext, because it doesn't seem to be published at the usual place yet - i. e. Maven Central - which is kind of the default public location for libraries with a suitable license.
I can locally work around this by "publishing" a downloaded copy of numbertext.jar into a company-owned repository server but would have to supply those maven coordinates doing this. To not create a diversion from a Numbertext distribution later published centrally I'd prefer to specify official coordinates defined by Numbertext project so that newer versions could be used from a public repository automatically.

Please do (first or both of) the following to help me :-)

  1. Declare official maven coordinates for numbertext (Guide for choosing)
  2. Upload a numbertext distribution to Maven Central using those coordinates. Instructions can be found at https://maven.apache.org/repository/guide-central-repository-upload.html

Thank you for your help and for making numbertext (and for making it exactly when discovered that I needed it :-) )

@laszlonemeth
Copy link
Contributor

Thanks for your nice words and request! I plan to fix this issue this month.

@reneengelhard
Copy link
Contributor

It at least has a pom now in 1.0.6, so 1. is done (and the Debian package will have maven integration using that pom)

@meskobalazs
Copy link
Contributor

meskobalazs commented Jun 3, 2020

I can jump on this issue at the weekend. I did the Maven conversion, but I didn't know about this issue :)

@RexpecT
Copy link

RexpecT commented May 17, 2024

Any update on this request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants