You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/10/25 09:37:38 UTC

[maven-jdeps-plugin] 02/02: [JDEPS-16] Apply review comments

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MJDEPS-16
in repository https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git

commit 0a68cf6cb0aff429c68642cc608a7f77d70cdfc4
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Oct 25 11:37:25 2019 +0200

    [JDEPS-16] Apply review comments
---
 src/it/includeClasspath/verify.groovy                               | 1 -
 src/main/java/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.java | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/it/includeClasspath/verify.groovy b/src/it/includeClasspath/verify.groovy
index 96aed52..086fbdd 100644
--- a/src/it/includeClasspath/verify.groovy
+++ b/src/it/includeClasspath/verify.groovy
@@ -26,7 +26,6 @@ buildLog.readLines().each { String line ->
 
   if ( line.contains( 'Found offending packages' ) )
   {
-    System.out.println(line);
     found = true;
   }
 }
diff --git a/src/main/java/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.java b/src/main/java/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.java
index c22bab6..b6c2074 100644
--- a/src/main/java/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.java
@@ -89,7 +89,7 @@ public abstract class AbstractJDepsMojo
     private String multiRelease;
 
     /**
-     * Specifies the version when processing multi-release JAR files version should be an integer >=9 or base.
+     * Whether only the sources need to be compatible or also every dependency on the classpath.
      *
      * @since 3.1.3
      */