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

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


    from 3ed0f50  Bump maven-dependency-tree from 3.0.1 to 3.1.0
     new 6d895a4  [MDEP-769] remove final modifier from mojo parameter
     new 177d39c  [MDEP-769] tests for verifying changing mojo default 
parameters
     new e438ab4  [MDEP-752] Add ignoredPackagings options for analyze
     new 44fc08c  Update CI setup

The 4 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:
 .github/workflows/maven.yml                        |  2 +-
 .../invoker.properties                             |  0
 .../pom.xml                                        | 18 ++++++-
 .../test.properties                                |  5 ++
 .../verify.bsh                                     | 12 +++--
 src/it/projects/build-classpath/pom.xml            | 16 ++++++-
 src/it/projects/build-classpath/verify.bsh         |  2 +
 .../invoker.properties                             |  0
 .../{copy => copy-with-prependGroupId}/pom.xml     |  5 +-
 .../{copy => copy-with-prependGroupId}/verify.bsh  |  2 +-
 .../ear}/pom.xml                                   |  9 ++--
 .../ejb}/pom.xml                                   |  7 ++-
 .../ejb}/src/main/java/Main.java                   |  1 +
 .../invoker.properties                             |  2 +-
 .../pom.xml                                        | 26 ++++++----
 .../verify.groovy                                  | 56 +++++++++++-----------
 .../ear}/pom.xml                                   |  9 ++--
 .../ejb}/pom.xml                                   |  7 ++-
 .../ejb}/src/main/java/Main.java                   |  1 +
 .../invoker.properties                             |  2 +-
 .../pom.xml                                        | 12 ++---
 .../verify.groovy                                  | 55 ++++++++++-----------
 .../dependency/analyze/AbstractAnalyzeMojo.java    | 19 +++++---
 .../dependency/fromConfiguration/CopyMojo.java     |  2 +-
 .../fromDependencies/BuildClasspathMojo.java       |  4 +-
 25 files changed, 166 insertions(+), 108 deletions(-)
 copy src/it/projects/{build-classpath => 
build-classpath-changeparams}/invoker.properties (100%)
 copy src/it/projects/{build-classpath => build-classpath-changeparams}/pom.xml 
(78%)
 copy src/it/projects/{build-classpath => 
build-classpath-changeparams}/test.properties (90%)
 copy src/it/projects/{build-classpath => 
build-classpath-changeparams}/verify.bsh (77%)
 copy src/it/projects/{copy => copy-with-prependGroupId}/invoker.properties 
(100%)
 copy src/it/projects/{copy => copy-with-prependGroupId}/pom.xml (92%)
 copy src/it/projects/{copy => copy-with-prependGroupId}/verify.bsh (96%)
 copy src/it/projects/{analyze-multimodule-project/module2 => 
mdep-752-analyze-ignored-packaging-custom/ear}/pom.xml (86%)
 copy src/it/projects/{resolve-plugins-exclude-reactor/child-a => 
mdep-752-analyze-ignored-packaging-custom/ejb}/pom.xml (88%)
 copy src/it/projects/{mdep-714-analyze-ignore-unused-runtime => 
mdep-752-analyze-ignored-packaging-custom/ejb}/src/main/java/Main.java (99%)
 copy src/it/projects/{copy-cli => 
mdep-752-analyze-ignored-packaging-custom}/invoker.properties (97%)
 copy src/it/projects/{used-dependencies => 
mdep-752-analyze-ignored-packaging-custom}/pom.xml (77%)
 copy src/it/projects/{mdep-580_display-manifest-automodules => 
mdep-752-analyze-ignored-packaging-custom}/verify.groovy (79%)
 copy src/it/projects/{analyze-multimodule-project/module2 => 
mdep-752-analyze-ignored-packaging-defaults/ear}/pom.xml (86%)
 copy src/it/projects/{resolve-plugins-exclude-reactor/child-a => 
mdep-752-analyze-ignored-packaging-defaults/ejb}/pom.xml (88%)
 copy src/it/projects/{mdep-714-analyze-ignore-unused-runtime => 
mdep-752-analyze-ignored-packaging-defaults/ejb}/src/main/java/Main.java (99%)
 copy src/it/projects/{copy-cli => 
mdep-752-analyze-ignored-packaging-defaults}/invoker.properties (97%)
 copy src/it/projects/{analyze-multimodule-project => 
mdep-752-analyze-ignored-packaging-defaults}/pom.xml (88%)
 copy src/it/projects/{mdep-580_display-manifest-automodules => 
mdep-752-analyze-ignored-packaging-defaults}/verify.groovy (83%)

Reply via email to