This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven-maven-archiver-3.6.3 in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git
omit 186449c Bump org.apache.maven:maven-archiver from 3.6.1 to 3.6.3 add 09808ac Convert to Guice constructor injection (#74) add ed91a5f [MARTIFACT-79] Check `session.allProjects` for `executionRoot`, not just `session.projects` (#70) add 2af750a Bump commons-io:commons-io from 2.17.0 to 2.18.0 add 1a30172 Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 add ed77bd7 [MARTIFACT-78] diagnose reactor root and first add 5befda6 [MARTIFACT-78] diagnose parent(s) in reactor add 9a1132f [MARTIFACT-82] update m-remote-resources-p to 3.3.0 add b82943b [MARTIFACT-81] add reproducible-central report (#73) add 865b892 [maven-release-plugin] prepare release maven-artifact-plugin-3.6.0 add 55a1cb0 [maven-release-plugin] prepare for next development iteration add 5ba77fb Bump org.apache.maven:maven-archiver from 3.6.1 to 3.6.3 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 (186449c) \ N -- N -- N refs/heads/dependabot/maven/org.apache.maven-maven-archiver-3.6.3 (5ba77fb) 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: pgp-keys-map.list | 28 ++-- pom.xml | 35 ++++- src/it/check-buildplan-info/pom.xml | 4 + .../invoker.properties | 2 + .../modA/pom.xml | 6 +- .../modB/pom.xml | 9 +- .../pom.xml | 16 +-- src/it/describe-multi/{ => parent}/pom.xml | 17 +-- src/it/describe-multi/pom.xml | 30 +---- .../artifact/buildinfo/AbstractBuildinfoMojo.java | 96 ++++++++------ .../plugins/artifact/buildinfo/BuildinfoMojo.java | 21 ++- .../artifact/buildinfo/CheckBuildPlanMojo.java | 23 ++-- .../plugins/artifact/buildinfo/CompareMojo.java | 32 +++-- .../buildinfo/DescribeBuildOutputMojo.java | 41 +++++- .../buildinfo/ReproducibleCentralReport.java | 142 +++++++++++++++++++++ .../buildinfo/not-reproducible-plugins.properties | 3 +- src/site/apt/index.apt.vm | 6 +- src/site/site.xml | 1 + 18 files changed, 371 insertions(+), 141 deletions(-) copy src/it/{compare-flatten => compare-resume}/invoker.properties (89%) copy src/it/{compare-flatten => compare-resume}/modA/pom.xml (91%) copy src/it/{buildinfo-skip-install-deploy => compare-resume}/modB/pom.xml (88%) copy src/it/{buildinfo-skip-install-deploy => compare-resume}/pom.xml (78%) copy src/it/describe-multi/{ => parent}/pom.xml (83%) create mode 100644 src/main/java/org/apache/maven/plugins/artifact/buildinfo/ReproducibleCentralReport.java