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:22 UTC

[maven-jdeps-plugin] 10/34: Document toolchains support

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 c6c2e3fffe881ae518662f6d644933d02e3ea897
Author: Robert Scholte <rf...@apache.org>
AuthorDate: Sat Feb 7 21:11:28 2015 +0000

    Document toolchains support
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1658108 13f79535-47bb-0310-9956-ffa450edef68
---
 src/site/apt/index.apt.vm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 67fd3c3..58a658d 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -33,6 +33,10 @@ ${project.name}
  {{{https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool}Java+Dependency+Analysis+Tool}}.
  
  <<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.
 
 * Goals Overview
 

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