Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 717 Bytes

File metadata and controls

20 lines (15 loc) · 717 Bytes

Deployment to Maven Central

Publishing the artifact to Maven Central through the maven-release-plugin requires to be at a SNAPSHOT.

Preparation

mvn release:clean release:prepare

Publishing the Artifact

mvn release:perform
  1. Open Staging Repositories
  2. Select your staged project and press the Close button (top of the table)
  3. If all requirements are fulfilled, it will close and you can select Refresh and after selecting the project again: Release

It will take a little time until the released package appears in the maven central repository.