You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2010/02/17 00:52:14 UTC

svn commit: r910778 - in /maven/site/trunk/src/site/apt/developers: committer-settings.apt release/apache-release.apt

Author: brett
Date: Tue Feb 16 23:52:14 2010
New Revision: 910778

URL: http://svn.apache.org/viewvc?rev=910778&view=rev
Log:
clear up which credentials

Modified:
    maven/site/trunk/src/site/apt/developers/committer-settings.apt
    maven/site/trunk/src/site/apt/developers/release/apache-release.apt

Modified: maven/site/trunk/src/site/apt/developers/committer-settings.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/committer-settings.apt?rev=910778&r1=910777&r2=910778&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/committer-settings.apt (original)
+++ maven/site/trunk/src/site/apt/developers/committer-settings.apt Tue Feb 16 23:52:14 2010
@@ -33,8 +33,10 @@
 Enable Apache Servers
 
  Maven uses several servers configuration to deploy snapshots, releases and documentation on the Apache servers.
- You need to tell to Maven what your Apache username is. Please note that some servers use your SVN credentials
- while others use your SSH credentials.
+ You need to tell to Maven what your Apache username is. Please note that the servers now use your LDAP credentials,
+ which may differ from your old SVN credentials. They can be aligned at {{https://svn.apache.org/change-password}}.
+
+ <<It is highly recommended to use Maven's {{{../guides/mini/guide-encryption.html} password encryption capabilities}} for your passwords>>.
 
 +-----+
 <settings>
@@ -43,26 +45,26 @@
     <!-- To publish a snapshot of some part of Maven -->
     <server>
       <id>apache.snapshots.https</id>
-      <username> <!-- YOUR APACHE SVN USERNAME --> </username>
-      <password> <!-- YOUR APACHE SVN PASSWORD --> </password>
+      <username> <!-- YOUR APACHE LDAP USERNAME --> </username>
+      <password> <!-- YOUR APACHE LDAP PASSWORD --> </password>
     </server>
     <!-- To publish a website of some part of Maven -->
     <server>
       <id>apache.website</id>
-      <username> <!-- YOUR APACHE SSH USERNAME --> </username>
+      <username> <!-- YOUR APACHE LDAP USERNAME --> </username>
       <filePermissions>664</filePermissions>
       <directoryPermissions>775</directoryPermissions>
     </server>
     <!-- To stage a release of some part of Maven -->
     <server>
       <id>apache.releases.https</id>
-      <username> <!-- YOUR APACHE SVN USERNAME --> </username>
-      <password> <!-- YOUR APACHE SVN PASSWORD --> </password>
+      <username> <!-- YOUR APACHE LDAP USERNAME --> </username>
+      <password> <!-- YOUR APACHE LDAP PASSWORD --> </password>
     </server>
     <!-- To stage a website of some part of Maven -->
     <server>
       <id>stagingSite</id> <!-- must match hard-coded repository identifier in site:stage-deploy -->
-      <username> <!-- YOUR APACHE SSH USERNAME --> </username>
+      <username> <!-- YOUR APACHE LDAP USERNAME --> </username>
       <filePermissions>664</filePermissions>
       <directoryPermissions>775</directoryPermissions>
     </server>

Modified: maven/site/trunk/src/site/apt/developers/release/apache-release.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/release/apache-release.apt?rev=910778&r1=910777&r2=910778&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/release/apache-release.apt (original)
+++ maven/site/trunk/src/site/apt/developers/release/apache-release.apt Tue Feb 16 23:52:14 2010
@@ -152,7 +152,7 @@
 
  [[5]] Close the staging repository
 
- Login to <<<{{https://repository.apache.org}}>>> using your Apache LDAP credentials. Click on "Staging". Then click
+ Login to <<<{{https://repository.apache.org}}>>> using your Apache LDAP credentials {{{#a1}[1]}}. Click on "Staging". Then click
  on "maven" in the list of repositories. In the panel below you should see an open repository that is linked
  to your username and ip. Right click on this repository and select "Close". This will close the repository from future
  deployments and make it available for others to view. If you are staging multiple releases together, skip this step
@@ -354,3 +354,11 @@
 +-----+
 
   Then the resolution is to delete the tag using <<<svn del -m "re-releasing build" <svn path>>>>
+
+=========================
+
+  <Footnotes>
+
+  \[{1}\] Your LDAP password may not necessarily be your previous Subversion password. You can align them at
+          {{https://svn.apache.org/change-password}}.
+