This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.eclipse.sisu-org.eclipse.sisu.plexus-0.9.0.M2
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
omit 3dfa10a2 Bump org.eclipse.sisu.plexus from 0.3.0.M1 to 0.9.0.M2
add 4c3568ee [MNG-6829] Replace any StringUtils#isEmpty(String) and
#isNotEmpty(String) (#318)
add 9655a1e9 [MDEP-854] Bump jsoup from 1.15.4 to 1.16.1 (#310)
add ea1a9fd9 [MDEP-864] Replace AnalyzeReportView with a new
AnalyzeReportRenderer
add b4474bb9 [MDEP-851] Bump plexus-archiver from 4.6.3 to 4.7.1 (#315)
add 2992497b [MDEP-862] Get rid of plexus-container-default from
dependencies
add 159090be [MDEP-866] Refresh download page
add 6ccca01b [MDEP-867] Upgrade plugins in ITs
add 8e257106 [maven-release-plugin] prepare release
maven-dependency-plugin-3.6.0
add 0b57492a [maven-release-plugin] prepare for next development iteration
add 73d22201 move commons-io to test scope (#323)
add f1863631 [MDEP-869] update commons-collections to 4.4 (#324)
add 694655dd MDEP-868 update maven-shared-utils to 3.4.2 (#322)
add 604ad72d Bump org.eclipse.sisu.plexus from 0.3.0.M1 to 0.9.0.M2
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 (3dfa10a2)
\
N -- N -- N
refs/heads/dependabot/maven/org.eclipse.sisu-org.eclipse.sisu.plexus-0.9.0.M2
(604ad72d)
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:
pom.xml | 47 ++++-
src/it/projects/analyze-report/invoker.properties | 6 +-
src/it/projects/analyze-report/pom.xml | 42 ----
.../invoker.properties | 7 +-
.../pom.xml | 4 +-
src/it/projects/mdep-439-analyze-java8/pom.xml | 4 +-
src/it/projects/mdep-599-analyze-java9/pom.xml | 2 +-
.../mdep-663_analyze_unsupported_version/pom.xml | 1 -
.../pom.xml | 1 +
src/it/projects/setup-custom-ear-lifecycle/pom.xml | 4 +-
.../dependency/PurgeLocalRepositoryMojo.java | 13 +-
.../dependency/analyze/AbstractAnalyzeMojo.java | 23 +--
.../dependency/analyze/AnalyzeReportMojo.java | 45 ++---
.../dependency/analyze/AnalyzeReportRenderer.java | 125 ++++++++++++
.../dependency/analyze/AnalyzeReportView.java | 216 ---------------------
.../AbstractDependencyFilterMojo.java | 5 +-
.../fromDependencies/BuildClasspathMojo.java | 8 +-
.../plugins/dependency/utils/DependencyUtil.java | 2 +-
.../maven/plugins/dependency/utils/UnpackUtil.java | 7 +-
.../translators/ClassifierTypeTranslator.java | 5 +-
src/main/resources/analyze-report.properties | 16 +-
src/main/resources/analyze-report_de.properties | 15 +-
src/main/resources/analyze-report_pt_BR.properties | 14 +-
src/main/resources/analyze-report_sv.properties | 14 +-
src/site/site.xml | 6 +-
src/site/xdoc/download.xml.vm | 117 ++++-------
.../fromDependencies/TestCopyDependenciesMojo.java | 5 +-
.../TestUnpackDependenciesMojo.java | 5 +-
28 files changed, 293 insertions(+), 466 deletions(-)
create mode 100644
src/main/java/org/apache/maven/plugins/dependency/analyze/AnalyzeReportRenderer.java
delete mode 100644
src/main/java/org/apache/maven/plugins/dependency/analyze/AnalyzeReportView.java