You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/05/19 21:14:26 UTC

[maven-site] branch master updated: removed old scp servers replaced by svnpubsub

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 447bddf  removed old scp servers replaced by svnpubsub
447bddf is described below

commit 447bddf7c1f4a2344c19bb2a19ad0cf9c5667086
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue May 19 23:14:17 2020 +0200

    removed old scp servers replaced by svnpubsub
---
 content/apt/developers/committer-settings.apt | 27 ++-------------------------
 1 file changed, 2 insertions(+), 25 deletions(-)

diff --git a/content/apt/developers/committer-settings.apt b/content/apt/developers/committer-settings.apt
index dc77cfa..dbe1c62 100644
--- a/content/apt/developers/committer-settings.apt
+++ b/content/apt/developers/committer-settings.apt
@@ -33,9 +33,8 @@ Introduction
 
 * 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 the servers now use your LDAP credentials,
- which may differ from your old SVN credentials.
+ Maven uses several servers configuration to deploy snapshots and releases on the Apache servers.
+ You need to tell to Maven what your Apache username is.
 
  <<It is highly recommended to use Maven's {{{../guides/mini/guide-encryption.html} password encryption capabilities}} for your passwords>>.
 
@@ -49,39 +48,17 @@ Introduction
       <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 LDAP USERNAME --> </username>
-      <!-- Either
-      <password>...</password>
-      or
-      <privateKey>...</privateKey>
-      ---> 
-      <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 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 LDAP USERNAME --> </username>
-      <filePermissions>664</filePermissions>
-      <directoryPermissions>775</directoryPermissions>
-    </server>
     ...
   </servers>
 </settings>
 +-----+
 
- You also need to be a member of the group <<<apcvs>>> and <<<maven>>> on <<<people.apache.org>>>.
-
- 
 * Enable sending announcement e-mails
 
  To be able to send out announcements of Maven releases you need to add a couple