release:prepare is hanging for me at...
[INFO] [INFO] [gpg:sign {execution: default}]
I dont' think this is to do with the GPG signing I just added, as it
shows up even if I remove that bit. Anyone more familiar with this? is
my settings.xml OK?
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<profiles>
<profile>
<id>mahout_release</id>
<properties>
<gpg.passphrase>[my passphrase for GPG, not my key]</gpg.passphrase>
<deploy.altRepository>mahout.releases::default::scp://people.apache.org/home/srowen/public_html/staging-repo/mahout</deploy.altRepository>
<username>srowen</username>
<deploy.url>scp://people.apache.org/home/srowen/public_html/staging-repo/mahout</deploy.url>
</properties>
</profile>
</profiles>
</settings>