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

svn commit: r1877933 - in /maven/website/content: developers/committer-environment.html maven-site-1.0-site.jar

Author: svn-site-role
Date: Tue May 19 21:18:20 2020
New Revision: 1877933

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/developers/committer-environment.html
    maven/website/content/maven-site-1.0-site.jar

Modified: maven/website/content/developers/committer-environment.html
==============================================================================
--- maven/website/content/developers/committer-environment.html (original)
+++ maven/website/content/developers/committer-environment.html Tue May 19 21:18:20 2020
@@ -137,42 +137,10 @@
 <h3><a name="Eclipse_3.2.2B"></a>Eclipse 3.2+</h3>
 <p>Download <code><a href="./maven-eclipse-codestyle.xml">maven-eclipse-codestyle.xml</a></code>.</p>
 <p>After this, select Window &gt; Preferences, and open up the configuration for Java &gt; Code Style &gt; Code Formatter. Click on the button labeled Import... and select the file you downloaded. Give the style a name, and click OK.</p></section></section><section>
-<h2><a name="Setting_up_SSH_public.2Fprivate_keys"></a>Setting up SSH public/private keys</h2>
-<p>By default, SSH (Secure Shell) asks you to enter your password each time, i.e.:</p>
-<div class="source"><pre class="prettyprint linenums">&gt;ssh YOUR_APACHE_USERNAME@people.apache.org
-Password:</pre></div>
-<p>SSH can be set up with public/private key pairs so that you don't have to type the password each time. You need to execute the following on your development machine:</p>
-<div class="source"><pre class="prettyprint linenums">&gt; cd ~/.ssh
-&gt; ssh-keygen -t dsa -f YOUR_APACHE_USERNAME@apache.org -C YOUR_APACHE_USERNAME@apache.org
-Generating public/private dsa key pair.
-Enter passphrase (empty for no passphrase): (just type return)
-Enter same passphrase again: (just type return)
-Your identification has been saved in YOUR_APACHE_USERNAME@apache.org.
-Your public key has been saved in YOUR_APACHE_USERNAME@apache.org.pub.
-The key fingerprint is:
-0c:16:c7:44:9e:a6:2c:c0:8a:87:04:07:a0:5b:94:d2 YOUR_APACHE_USERNAME@apache.org</pre></div>
-<p>Then, paste the content of the local <code>~/.ssh/YOUR_APACHE_USERNAME.pub</code> file into the file <code>/home/YOUR_APACHE_USERNAME/.ssh/authorized_keys</code> on the Apache remote host.</p>
-<p><b>Note</b>: under Cygwin, it is located at <code>{cygwin.install.path}\home\YOUR_MACHINE_USERNAME\.ssh</code>. You need to copy the content of <code>{cygwin.install.path}\home\YOUR_MACHINE_USERNAME\.ssh</code> into <code>C:\Documents and Settings\YOUR_MACHINE_USERNAME\.ssh</code> for Maven.</p>
-<p>You also need to modify the <code>~/.ssh/config</code> to use this identity file when communicating with *.apache.org</p>
-<div class="source"><pre class="prettyprint linenums">Host *.apache.org
-User=YOUR_APACHE_USERNAME
-IdentityFile=~/.ssh/YOUR_APACHE_USERNAME@apache.org</pre></div>
-<p>To test the installation, try to log in again on Apache. You should not be asked for your password any more.</p>
-<div class="source"><pre class="prettyprint linenums"> &gt; ssh YOUR_APACHE_USERNAME@people.apache.org
-Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
-        The Regents of the University of California.  All rights reserved.
-
-FreeBSD 8.2-RELEASE-p4 (GENERIC) #1 r226043: Wed Oct  5 18:45:41 UTC 2011
-
-This is minotaur.apache.org (a.k.a. people.apache.org). 
-...
-YOUR_APACHE_USERNAME@minotaur:~$</pre></div></section><section>
 <h2><a name="Useful_software"></a>Useful software</h2>
 <p>The Maven Team uses several software. Here is a partial list:</p>
 <ul>
 <li><a class="externalLink" href="http://www.cygwin.com/">Cygwin</a>: collection of free software tools to allow various versions of Microsoft Windows to act somewhat like a Unix system</li>
-<li><a class="externalLink" href="http://winscp.net/">WinSCP</a>: SFTP client for Windows.</li>
-<li><a class="externalLink" href="http://tortoisesvn.tigris.org/">TortoiseSVN</a>: Subversion client, implemented as a Windows shell extension.</li>
 <li><a class="externalLink" href="http://www.gnupg.org/">GnuPG</a>: GNU Privacy Guard.</li></ul></section>
         </main>
       </div>

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.