This is the real deal. A release will be synced to Maven Central after a few minutes, and then
there is NO way to have it removed. Before you proceed ensure that
Once you are happy with the state of everything - Do it!
cd android-maven-plugin
mvn release:prepare release:perform
If something goes wrong during the perform phase you can deploy from the target/checkout folder
or checkout a branch of the tag.
mvn deploy site-deploy -P official-release
With the right setup this will
-
create a tag and push it to github
-
prepare and deploy everything for the plugin release (jar, sources, javadoc..) to OSSRH
-
release the staging repository on OSSRH so the plugin is automatically synced to the Central Repository
-
deploy the site to github pages
Announce on the Maven Android Developers list and the Maven developers and users mailing lists.
To obtain a correct permanent link to the announcement email, go to the Maven Android Developers group,
open the announcement post and click the little chain/link icon to the right.
Once you are done with it all, celebrate as desired ;-)