Author: buildbot
Date: Sun Nov  2 19:50:03 2014
New Revision: 927729

Log:
Staging update by buildbot for maven

Modified:
    websites/staging/maven/trunk/content/   (props changed)
    websites/staging/maven/trunk/content/guides/mini/guide-using-toolchains.html
    websites/staging/maven/trunk/content/maven-site-1.0-site.jar

Propchange: websites/staging/maven/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov  2 19:50:03 2014
@@ -1 +1 @@
-1636095
+1636174

Modified: 
websites/staging/maven/trunk/content/guides/mini/guide-using-toolchains.html
==============================================================================
--- 
websites/staging/maven/trunk/content/guides/mini/guide-using-toolchains.html 
(original)
+++ 
websites/staging/maven/trunk/content/guides/mini/guide-using-toolchains.html 
Sun Nov  2 19:50:03 2014
@@ -246,17 +246,36 @@
 <div class="section">
 <h3><a name="What_is_Toolchains"></a>What is Toolchains?</h3>
 <p>The Maven Toolchains provide a way for plugins to discover what JDK (or 
other tools) are to be used during the build, without the need to configure 
them in each plugin nor in every <tt>pom.xml</tt>, or forcing a precise 
location among every machine building the project.</p>
-<p>With Maven Toolchains, a project can now be built using a specific version 
of JDK independent from the one Maven is running with. Think how JDK versions 
can be set in IDEs like Idea, NetBeans and Eclipse, or how you can build with 
an older JDK from Maven running with a recent one.</p>
+<p>With Maven Toolchains, a project can now be built using a specific version 
of JDK independent from the one Maven is running with. Think how JDK versions 
can be set in IDEs like IDEA, NetBeans and Eclipse, or how you can build with 
an older JDK from Maven running with a recent one.</p>
 <div class="section">
 <h4><a name="Prerequisites"></a>Prerequisites</h4>
 <p>Toolchains will only work in Maven 2.0.9 and higher versions. For more 
details about its design and implementation, please see <a class="externalLink" 
href="http://cwiki.apache.org/confluence/display/MAVENOLD/Toolchains";>Toolchains</a>.</p>
 <p>Below are some plugins which are JDK-toolchain-aware, meaning they can use 
any JDK configured with toolchains:</p>
-<ol style="list-style-type: decimal">
-<li><tt><a 
href="/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></tt>, starting 
with 2.1,</li>
-<li><tt><a 
href="/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></tt>, starting 
with 2.5,</li>
-<li><tt><a 
href="/plugins/maven-surefire-plugin/">maven-surefire-plugin</a></tt>, starting 
with 2.5,</li>
-<li><tt><a class="externalLink" 
href="http://mojo.codehaus.org/exec-maven-plugin/";>exec-maven-plugin</a></tt> 
(Codehaus MOJO), starting with 1.1.1.</li>
-<li><tt><a class="externalLink" 
href="http://mojo.codehaus.org/keytool-maven-plugin/";>keytool-maven-plugin</a></tt>
 (Codehaus MOJO), starting with 1.4.</li></ol></div></div>
+<table border="1" class="bodyTable">
+<tr class="a">
+<th align="left"><b>Plugin</b></th>
+<th align="left"><b>Starting with</b></th>
+<th align="left"><b>Hosted at</b></th></tr>
+<tr class="b">
+<td align="left"><tt><a 
href="/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></tt></td>
+<td align="left">2.1</td>
+<td align="left">Apache Maven</td></tr>
+<tr class="a">
+<td align="left"><tt><a 
href="/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></tt></td>
+<td align="left">2.5</td>
+<td align="left">Apache Maven</td></tr>
+<tr class="b">
+<td align="left"><tt><a 
href="/plugins/maven-surefire-plugin/">maven-surefire-plugin</a></tt></td>
+<td align="left">2.5</td>
+<td align="left">Apache Maven</td></tr>
+<tr class="a">
+<td align="left"><tt><a class="externalLink" 
href="http://mojo.codehaus.org/exec-maven-plugin/";>exec-maven-plugin</a></tt></td>
+<td align="left">1.1.1</td>
+<td align="left">Codehaus MOJO</td></tr>
+<tr class="b">
+<td align="left"><tt><a class="externalLink" 
href="http://mojo.codehaus.org/keytool-maven-plugin/";>keytool-maven-plugin</a></tt></td>
+<td align="left">1.4</td>
+<td align="left">Codehaus MOJO</td></tr></table></div></div>
 <div class="section">
 <h3><a name="Using_Toolchains_in_Your_Project"></a>Using Toolchains in Your 
Project</h3>
 <p>There are two essential components that you need to configure in order to 
use toolchains:</p>

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


Reply via email to