You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/04/02 16:38:03 UTC

[maven-artifact-plugin] branch master updated (6bddb9b -> 877a26e)

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

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


    from 6bddb9b  Add Shared GitHub Actions
     add e69d453  [MARTIFACT-24] add check-buildplan goal to check plugins reproducibility
     add f110325  [MARTIFACT-24] log pom.xml location in case of failure to ease fixing
     add e9b18c9  [MARTIFACT-24] add project.build.outputTimestamp check
     add da67220  [MARTIFACT-24] add check.plugin-issues parameter to override default
     add 877a26e  [MARTIFACT-24] document check-buildplan goal

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |   2 +-
 .../artifact/buildinfo/AbstractBuildinfoMojo.java  |   6 +-
 .../artifact/buildinfo/CheckBuildPlanMojo.java     | 229 +++++++++++++++++++++
 .../buildinfo/not-reproducible-plugins.properties  |  77 +++++++
 src/site/apt/index.apt.vm                          |   6 +-
 src/site/apt/plugin-issues.apt                     |  88 ++++++++
 .../NotReproduciblePluginsDocumentationTest.java   |  88 ++++++++
 7 files changed, 491 insertions(+), 5 deletions(-)
 create mode 100644 src/main/java/org/apache/maven/plugins/artifact/buildinfo/CheckBuildPlanMojo.java
 create mode 100644 src/main/resources/org/apache/maven/plugins/artifact/buildinfo/not-reproducible-plugins.properties
 create mode 100644 src/site/apt/plugin-issues.apt
 create mode 100644 src/test/java/org/apache/maven/plugins/artifact/buildinfo/NotReproduciblePluginsDocumentationTest.java