On Fri, May 14, 2010 at 11:18 PM, Les Hazlewood <[email protected]> wrote: >> Certainly. Run "mvn site-deploy" - need to have credentials set >> correctly in your settings.xml (use your key). What are your groups on >> people? Mine is: >> [kao...@minotaur:/www/incubator.apache.org/shiro]$ groups >> kaosko committers > [lhazlew...@minotaur:~]$ groups > lhazlewood committers incubator
I knew it - I'm missing the incubator group, now I just need to find somebody who can add me back to that group. > When you say 'use your key' do you mean the PGP key in the KEYS file > at the root of our SVN? No, your own public/private SSH key pair, assuming you've created and authorized one. Technically you can use password authentication as well but then you'd need to put your password in the settings.xml. If you are not familiar with mvn deploy & wagon, see http://maven.apache.org/settings.html#Servers And replying out-of-order to your follow-up question: the release-profile is the default profile activated by release plugin if useReleaseProfile is true (see http://maven.apache.org/plugins/maven-release-plugin/). The profile is there so we can deploy snapshot docs to constant location and release docs to location specified by the version, compare the associated urls in the respective distributionManagement sections. Kalle
