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 2010/08/28 11:25:29 UTC

svn commit: r990331 - /maven/site/trunk/src/site/apt/download.apt.vm

Author: hboutemy
Date: Sat Aug 28 09:25:29 2010
New Revision: 990331

URL: http://svn.apache.org/viewvc?rev=990331&view=rev
Log:
added a link to toolchains

Modified:
    maven/site/trunk/src/site/apt/download.apt.vm

Modified: maven/site/trunk/src/site/apt/download.apt.vm
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/download.apt.vm?rev=990331&r1=990330&r2=990331&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/download.apt.vm (original)
+++ maven/site/trunk/src/site/apt/download.apt.vm Sat Aug 28 09:25:29 2010
@@ -204,5 +204,9 @@ Download Maven ${currentStableVersion}
 *** Security
 
   As of Maven 2.1.0+, you can encrypt passwords in your settings file, however you must first configure a master password. For more information on
-  both server passwords and the master password, see the {{{./guides/mini/guide-encryption.html} Guide to password encryption}}.
+  both server passwords and the master password, see the {{{./guides/mini/guide-encryption.html} Guide to Password Encryption}}.
 
+*** Toolchains
+
+  As of Maven 2.0.9+, you can build a project using a specific version of JDK independent from the one Maven is running with.
+  For more information, see the {{{./guides/mini/guide-using-toolchains.html} Guide to Using Toolchains}}.