You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/01/27 21:01:42 UTC

[maven-dependency-plugin] branch master updated: [MDEP-783] TreeMojo docs say scope doesn't work due to MSHARED-4

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d6405ca  [MDEP-783] TreeMojo docs say scope doesn't work due to MSHARED-4
d6405ca is described below

commit d6405caf1e6a5e352095c9a077f39a72b51474be
Author: Patrick Altaie <pa...@iconsolutions.com>
AuthorDate: Thu Jan 27 10:26:46 2022 +0000

    [MDEP-783] TreeMojo docs say scope doesn't work due to MSHARED-4
    
    This closes #185
---
 src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java b/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java
index e206f00..0d5fc57 100644
--- a/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java
+++ b/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java
@@ -149,9 +149,8 @@ public class TreeMojo
 
     /**
      * The scope to filter by when resolving the dependency tree, or <code>null</code> to include dependencies from all
-     * scopes. Note that this feature does not currently work due to MSHARED-4
+     * scopes.
      *
-     * @see <a href="https://issues.apache.org/jira/browse/MSHARED-4">MSHARED-4</a>
      * @since 2.0-alpha-5
      */
     @Parameter( property = "scope" )