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

[maven-dependency-plugin] branch MDEP-568_go-offline_filter updated (5c591135 -> 87462467)

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

slachiewicz pushed a change to branch MDEP-568_go-offline_filter
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


    omit 5c591135 [MDEP-568] Moves similar methods to parent class (#145)
    omit 89364d62 [MDEP-568] plural for filter fields.
    omit ab8d8d3f [MDEP-568] add test, remove unused method, refine javadoc.
    omit 46882bb7 [MDEP-568] style review nits
    omit 9f3f55f6 [MDEP-568] filter dependencies in go-offline as documented.
    omit e10681c8 fixed MDEP-568: instead of relying on "requiresDependencyResolution" to download artifacts, download the artifacts in the plugin code after filtering them with the provided parameters.
     add 9e28e064 Bump maven-shared-utils from 3.3.3 to 3.3.4
     add 0190eeee Merge pull request #132 from apache/dependabot/maven/org.apache.maven.shared-maven-shared-utils-3.3.4
     add 205c1a75 Disable merge commit button
     add b0942a65 [MDEP-739] Dependency Plugin go-offline doesn't respect artifact classifier
     add 0c7a2a84 (doc) Dependabot disable Java 8 deps
     add 367a6826 [maven-release-plugin] prepare release maven-dependency-plugin-3.2.0
     add 1ac708df [maven-release-plugin] prepare for next development iteration
     add c8ac026d Bump doxia-site-renderer from 1.9.2 to 1.10 (#142)
     add f3c20f8b Bump asm from 9.1 to 9.2 (#141)
     add a28c4b88 Bump doxiaVersion from 1.9.1 to 1.10 (#139)
     add f82b50ee Use absolute URL for Dependency Mechanism link (#140)
     add 2caed767 Fix source repo link
     add 84cba601 update CI url
     add 9bb14b43 add gh actions
     add 05e06405 Fix Ci issue (#149)
     add 57bda759 javadoc currently fail with java11
     add 3233fce8 [MDEP-568] instead of relying on "requiresDependencyResolution" to download artifacts, download the artifacts in the plugin code after filtering them with the provided parameters.
     add ec4854d8 [MDEP-568] filter dependencies in go-offline as documented
     add 87462467 [MDEP-568] Moves similar methods to parent class (#145)

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   (5c591135)
            \
             N -- N -- N   refs/heads/MDEP-568_go-offline_filter (87462467)

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.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |  4 ++
 .github/dependabot.yml                             |  7 +--
 .github/workflows/maven.yml                        | 54 ++++++++++++++++++++++
 README.md                                          |  8 ++--
 pom.xml                                            | 18 +++++---
 .../invoker.properties                             |  0
 .../pom.xml                                        | 13 ++++--
 .../verify.groovy                                  | 52 ++++++++++-----------
 .../dependency/resolvers/GoOfflineMojo.java        |  2 +
 .../examples/copying-project-dependencies.apt.vm   |  2 +-
 src/site/apt/index.apt.vm                          |  4 +-
 src/site/site.xml                                  |  2 +-
 .../maven/plugins/dependency/TestGetMojo.java      | 10 +++-
 13 files changed, 126 insertions(+), 50 deletions(-)
 create mode 100644 .github/workflows/maven.yml
 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%)