Author: hboutemy
Date: Fri Feb 20 03:45:58 2015
New Revision: 1661055

URL: http://svn.apache.org/r1661055
Log:
tried to improve explanations about jdeps independant jdk toolchains use

Modified:
    maven/plugins/trunk/maven-jdeps-plugin/src/site/apt/index.apt.vm

Modified: maven/plugins/trunk/maven-jdeps-plugin/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jdeps-plugin/src/site/apt/index.apt.vm?rev=1661055&r1=1661054&r2=1661055&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jdeps-plugin/src/site/apt/index.apt.vm (original)
+++ maven/plugins/trunk/maven-jdeps-plugin/src/site/apt/index.apt.vm Fri Feb 20 
03:45:58 2015
@@ -34,9 +34,10 @@ ${project.name}
  
  <<NOTE:>> The jdeps tool is available since JDK8.
  
- <<NOTE:>> The plugin is has 
{{{http://maven.apache.org/guides/mini/guide-using-toolchains.html}toolchains 
support}}. 
- When using Apache Maven 3.2.6 you don't need to include the 
<<<maven-toolchain-plugin>>>; the <<<maven-jdeps-plugin>>>
- can pick up the latest <<<jdk>>> toolchain, as long as it is version 
<<<1.8>>> or above.
+ <<NOTE:>> The plugin has 
{{{http://maven.apache.org/guides/mini/guide-using-toolchains.html}toolchains 
support}}. 
+ When using Apache Maven 3.2.6, the build doesn't need to use toolchains 
itself, ie. use the <<<maven-toolchain-plugin>>>;
+ the <<<maven-jdeps-plugin>>> can pick up a <<<jdk>>> toolchain defined in 
<<<toolchain.xml>>> independently from build
+ configuration: it chooses a <<<jdk>>> toolchain from available configurations 
that has a version <<<1.8>>> or above.
 
 * Goals Overview
 


Reply via email to