Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 836 Bytes

deployment.md

File metadata and controls

14 lines (11 loc) · 836 Bytes

Deployment

In order to release a new version of this project to Maven Central, you need to have access to the "com.liveperson" Domain on Maven Central. See this thread for that. If your user is added to the domain and you have a public GPG key assigned to it which is published on a public GPG server, then you can deploy a new version with this command:

mvn clean package
mvn deploy -Prelease-sign-artifacts

That will publish the new artefacto to Maven Central. Usually it takes about 10 minutes until the new package is indexed by Sonatype. The project page on Maven Central can be found here.