Hi Chris, 2008/12/12 Chris Chabot <[email protected]>: > Yeah I believe we do too, but alas my knowledge of maven and the related > config files is non existent, so I'm still hoping for someone to go ahead > and do that :)
In the Maven project (I am a PMC guy), we use the following procedure: http://maven.apache.org/developers/release/releasing.html Basically: mvn release:prepare mvn release:perform Staging repo at http://people.apache.org/~YOUR_APACHE_USERNAME/staging-repo VOTE mvn stage:copy Also, for GPG key, have a glance to: http://maven.apache.org/developers/release/pmc-gpg-keys.html HTH Vincent

