Apache Nexus Release Process (1.3.x-2.1.x) - DRAFTPage added by Donald WoodsWe're starting to move our builds over to using the Apache Nexus repository (repository.apache.org) for releasing SNAPSHOT and release artifacts. More details on releasing artifacts and using Nexus can be found on the Maven website at - http://maven.apache.org/developers/release/apache-release.html Release Steps for OpenJPA 1.3.x - 2.1.x
Recovering from a vetoed release
Verifying release signaturesOn unix platforms the following command can be executed -
for file in `find . -type f -iname '*.asc'`
do
gpg --verify ${file}
done
You'll need to look at the output to ensure it contains only good signatures - gpg: Good signature from ... gpg: Signature made ...
Change Notification Preferences
View Online
|
Add Comment
|
- [CONF] OpenJPA > Apache Nexus Release Process (1.3.x-2.1.x) ... confluence
