Perform a release using mvn release plugin
These are some rudimentary notes about doing a release of MetaModel and/or AnalyzerBeans, which use the release plugin for maven.
- Check that your M2_HOME/settings.xml file contains a server-registration matching the site-id in the POM file of your project.
- Run "mvn release:prepare".
- On multi-module projects, enter "target/checkout" and do a "mvn install" there.
- Run "mvn release:perform".
- Go to oss.sonatype.org and log in.
- "Close" the newly created repository
- "Release" the closed repository
