This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.
discard 7e089cd Snyk: update test deps
add 9aa0fc0 [MDEP-714] Add analyze parameter "ignoreUnusedRuntime"
add 36f8967 remove and .gitignore for dependency-reduced-pom.xml
add a0cba78 rename doxiaSiteVersion property to doxiaSitetoolsVersion
add 807f24d [MDEP-749] document why excludeScope=test fails and what to
do instead
add 26abf6c next version will be 3.2.0
add 727c669 [MDEP-749] improve include/exclude scope documentation
add 4211614 [MDEP-749] scope "threshold" term to summarise classpath
in/ex-clusion
add 9e28e06 Bump maven-shared-utils from 3.3.3 to 3.3.4
add 0190eee Merge pull request #132 from
apache/dependabot/maven/org.apache.maven.shared-maven-shared-utils-3.3.4
add 205c1a7 Disable merge commit button
add b0942a6 [MDEP-739] Dependency Plugin go-offline doesn't respect
artifact classifier
add 0c7a2a8 (doc) Dependabot disable Java 8 deps
new 5625bf2 Snyk: update test deps
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7e089cd)
\
N -- N -- N refs/heads/next (5625bf2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.asf.yaml | 4 +
.github/dependabot.yml | 7 +-
.gitignore | 1 +
dependency-reduced-pom.xml | 426 ---------------------
pom.xml | 8 +-
src/it-harness-poms/copy-dependencies/pom.xml | 2 +-
src/it-harness-poms/copy-dependencies2/pom.xml | 2 +-
src/it-harness-poms/mdep-27/pom.xml | 2 +-
src/it-harness-poms/mdep-61/pom.xml | 2 +-
src/it-harness-poms/mdep-66/pom.xml | 2 +-
src/it-harness-poms/mdep-67/pom.xml | 2 +-
src/it/projects/analyze-dep-mgt/pom.xml | 2 +-
src/it/projects/dependency-properties/pom.xml | 2 +-
.../invoker.properties | 0
.../pom.xml | 7 +-
.../src/main/java/Main.java | 0
.../invoker.properties | 0
.../pom.xml | 13 +-
.../verify.groovy | 52 +--
.../unpack-dependencies-with-filemappers/pom.xml | 2 +-
src/it/projects/unpack-dependencies/pom.xml | 2 +-
.../dependency/analyze/AbstractAnalyzeMojo.java | 23 ++
.../AbstractDependencyFilterMojo.java | 34 +-
.../dependency/resolvers/GoOfflineMojo.java | 2 +
24 files changed, 111 insertions(+), 486 deletions(-)
delete mode 100644 dependency-reduced-pom.xml
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%)
copy src/it/projects/{go-offline =>
mdep-739-go-offline-respect-classifiers}/invoker.properties (100%)
copy src/it/projects/{mdep-571-resolve-java9 =>
mdep-739-go-offline-respect-classifiers}/pom.xml (73%)
copy src/it/projects/{mdep-450-project-with-ancestor =>
mdep-739-go-offline-respect-classifiers}/verify.groovy (88%)