Skip to content

Latest commit

 

History

History

publish

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Publishing

This project using Maven Central Repository to publish artifacts.

Upload Artifacts to Maven Central

  1. Run all tests to make sure everything was passed.
    • The check task runs unit tests only. therefore you need to run all integration tests manually.
    • See Testing for more details.
  2. Create ~/.gradle/gradle.properties file using the following template and fill the values. Please refer The Signing Plugin for more details.
    signing.keyId=
    signing.password=
    signing.secretKeyRingFile=
  3. Create local.properties file in the project root using the following template and fill the values.
    ossrh.user=
    ossrh.password=
  4. Run ./gradlew publish
  5. Open Sonatype OSS Repository Manager.
    1. See "Staging Repositories" section.
    2. Chcek the artifact to publish.
    3. Click "Close" and "Release".