Re: Scripting a release, incl. vote message

2014-08-29 Thread Martijn Dashorst
With the help of the nexus plugin and some grep fu I was able to retrieve the repository id from nexus, albeit not very stable: stagingrepoid=$(mvn org.sonatype.plugins:nexus-staging-maven-plugin:LATEST:rc-list -DnexusUrl=https://repository.apache.org -DserverId=apache.releases.https |grep -Eo "(o

Scripting a release, incl. vote message

2014-08-25 Thread Martijn Dashorst
All, I have almost fully automated the release process for Wicket, including branching, automatic version updates, git archiving, uploading of source distributions to svn (dist.a.o), etc. I'm looking to automate one of the final things I have to do manually: crafting the vote message. Most thing