Accenture / mercury

Reference engine for composable applications
https://accenture.github.io/mercury/
Apache License 2.0
81 stars 40 forks source link

Publish project JAR's to maven central #39

Open skofgar opened 3 years ago

skofgar commented 3 years ago

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 commented 3 years ago

I believe the current status is: