Protobufel Maven Parent Project
This is a parent project for all protobufel maven projects.
Releasing to Maven Central
On child projects, that themselves are reactor parents, do the following for releasing to Maven Central:
- activate release profile
- mvn clean deploy
- mvn release:clean release:prepare In case of failure:
- mvn release:rollback
- mvn release:clean
- mvn release:perform
- inspect the Sonatype staging repo and manually close+release, or
- set nexus-staging-maven-plugin's autoReleaseAfterClose=true for the automated releases
To release this pom to Maven Central do the following:
- activate release profile
- mvn clean deploy
- inspect the Sonatype staging repo and manually close+release
For more see the JavaDoc Documentation.
Happy coding,
David Tesler