Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.44 KB

RELEASE.md

File metadata and controls

31 lines (26 loc) · 1.44 KB

To release on maven central.


  • Repo should be cloned using ssh (scm plugin not working with https)
mvn release:clean release:prepare 

follow by

mvn release:perform
  • The automatic deploy seems broken for this archetype. Manual steps for deployment:
    • Log in Nexus Sonatype
    • Check eclipse-tycho-archetype in Staging repository
    • Close the repository (just after the refresh button)
    • Wait 2 to 6 hours
    • Log in Nexus Sonatype
    • Click on the release button
    • Wait around 24 hours before checking
  • Add reference to the new version in the catalog shared in gh-pages branch
  • More in the Release Documentation and in Requirement for Maven Central

The new version should be available at Maven Central

⚠️ In case of use gpg: can't connect to the agent: Invalid value passed to IPC use gpg-connect-agent -v to reboot gpg agent