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

slachiewicz pushed a change to branch shared-maven-artifact-transfer
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


 discard 77079cb  [MSHARED-850] Run tests with maven-dependency-tree snapshot
     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
     new 0c7a2a8  (doc) Dependabot disable Java 8 deps
     new 0fb470f  [MSHARED-850] Run tests with maven-dependency-tree snapshot

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   (77079cb)
            \
             N -- N -- N   refs/heads/shared-maven-artifact-transfer (0fb470f)

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 2 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 +-
 .../invoker.properties                             |   0
 .../pom.xml                                        |   7 +-
 .../src/main/java/Main.java                        |   0
 .../invoker.properties                             |   0
 .../pom.xml                                        |  13 +-
 .../verify.groovy                                  |  52 +--
 .../dependency/analyze/AbstractAnalyzeMojo.java    |  23 ++
 .../AbstractDependencyFilterMojo.java              |  34 +-
 .../dependency/resolvers/GoOfflineMojo.java        |   2 +
 14 files changed, 101 insertions(+), 476 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%)

Reply via email to