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 2021/04/11 10:12:19 UTC

[maven-dependency-plugin] branch master updated (cf6fdeb -> 9aa0fc0)

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

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


    from cf6fdeb  Bump asm from 9.0 to 9.1
     add 9aa0fc0  [MDEP-714] Add analyze parameter "ignoreUnusedRuntime"

No new revisions were added by this update.

Summary of changes:
 .../invoker.properties                             |  0
 .../pom.xml                                        |  7 +++----
 .../src/main/java/Main.java                        |  0
 .../dependency/analyze/AbstractAnalyzeMojo.java    | 23 ++++++++++++++++++++++
 4 files changed, 26 insertions(+), 4 deletions(-)
 copy src/it/projects/{analyze => mdep-714-analyze-ignore-unused-runtime}/invoker.properties (100%)
 copy src/it/projects/{analyze-ignore-unused-declared-dependency => mdep-714-analyze-ignore-unused-runtime}/pom.xml (87%)
 copy src/it/projects/{analyze-ignore-unused-declared-dependency => mdep-714-analyze-ignore-unused-runtime}/src/main/java/Main.java (100%)