Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

jablib

Development information

Publish on Maven Central

  1. Get API username and password
  2. Modify ~/.gradle/gradle.properties to contain your secrets. See https://vanniktech.github.io/gradle-maven-publish-plugin/central/#secrets. Especially have your private key stored in singing.key. Hints are available.
  3. Publish a snapshot: ./gradlew :jablib:publishAllPublicationsToMavenCentralRepository
  4. You will find the upload at https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/org/jabref/jablib/

The Vanniktech Gradle Maven Publish Plugin is used for it.