You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by eo...@apache.org on 2019/05/28 10:42:17 UTC

[maven-jdeps-plugin] 01/01: [MJDEPS-23] The parameter multiRelease should have a user property so that you can set it from the command line

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

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

commit 19c7cae1cae64d687af2de2583fc4dfa51e39656
Author: Andrea Nenni <an...@diennea.com>
AuthorDate: Tue May 28 10:45:47 2019 +0200

    [MJDEPS-23] The parameter multiRelease should have a user property so that you can set it from the command line
---
 src/main/java/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 110b868..0140e82 100644
--- a/src/main/java/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.java
@@ -85,7 +85,7 @@ public abstract class AbstractJDepsMojo
      * 
      * @since 3.1.1
      */
-    @Parameter
+    @Parameter( property = "jdeps.multiRelease" )
     private String multiRelease;
     
     /**