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 2017/12/09 15:27:27 UTC

[maven-jdeps-plugin] 15/34: tried to improve explanations about jdeps independant jdk toolchains use

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-jdeps-plugin.git

commit 14614776900060cd44223dfd16adff628792f43b
Author: Herve Boutemy <hb...@apache.org>
AuthorDate: Fri Feb 20 03:45:58 2015 +0000

    tried to improve explanations about jdeps independant jdk toolchains use
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1661055 13f79535-47bb-0310-9956-ffa450edef68
---
 src/site/apt/index.apt.vm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 58a658d..78eb0cc 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -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
 

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.