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

Publish project JAR's to maven central #39

Open
skofgar opened this issue Nov 16, 2021 · 1 comment
Open

Publish project JAR's to maven central #39

skofgar opened this issue Nov 16, 2021 · 1 comment

Comments

@skofgar
Copy link
Contributor

skofgar commented Nov 16, 2021

Goal

Upload artifacts/built JAR's to a maven artifact repository.

Options

Requirements for Maven Central

Publishing to maven central has following requirements:

  1. releases: Only releases can be uploaded to the Central Repository, that means files that won't change and that only depend on other files already released and available in the repository,
  2. javadoc and sources for IDE lookup,
  3. PGP signature,
  4. minimum POM information: There are some requirements for the minimal 5. information in the POMs that are in the Central Repository, see here,
  5. coordinates: Picking the appropriate coordinates for your project is important. See the guidelines here, particularly on groupId and domain ownership.

More information can be found here.


@skofgar
Copy link
Contributor Author

skofgar commented Nov 16, 2021

I believe the current status is:

@skofgar skofgar changed the title Add JAR's to maven central Publish project JAR's to maven central Nov 16, 2021
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

1 participant