Skip to content

Publish project JAR's to maven central #39

@skofgar

Description

@skofgar

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.


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