Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 728 Bytes

README-dev.md

File metadata and controls

22 lines (17 loc) · 728 Bytes

Code coverage

mvn clean test jacoco:report

PITest mutation testing

mvn clean test org.pitest:pitest-maven:mutationCoverage

Deploy to Maven Central

  1. Commit and deploy artifact to Sonatype OSSRH
  2. mvn versions:set -DnewVersion=1.2.3
  3. git commit -m 'Release version 1.2.3' pom.xml
  4. mvn clean deploy -P release -Dgpg.passphrase=real-gpg-passphrase
  5. mvn versions:set -DnewVersion=1.2.3-SNAPSHOT
  6. git commit -m 'Prepare for next development iteration' pom.xml
  7. Promote artifacts to Maven Central
  8. Sonatype OSSRH
  9. Find staging repository with name "namevalery1707-"
  10. Close it
  11. Wait some time, Refresh
  12. Release