This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch reproducible-report in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
commit d398c938258899e19bdc0734e743aa21dc284c0e Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sun Feb 2 05:30:02 2025 +0100 add Reproducible Central Report --- docs/src/site/apt/index.apt.vm | 2 ++ pom.xml | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/docs/src/site/apt/index.apt.vm b/docs/src/site/apt/index.apt.vm index 5a941ec..de9e9e9 100644 --- a/docs/src/site/apt/index.apt.vm +++ b/docs/src/site/apt/index.apt.vm @@ -121,6 +121,8 @@ Apache Software Foundation Parent POM The value will be updated by Maven Release Plugin during releases. If a project wants to disable Reproducible Builds, just define the property value with any single non-numeric character. + In version 34, Reproducible Central Report is added to report on Reproducible Builds checks for the project and it dependencies. + [] The <<<apache-release>>> Profile diff --git a/pom.xml b/pom.xml index d61e4a9..6e5772a 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,7 @@ under the License. <version.apache-resource-bundles>1.7</version.apache-resource-bundles> <version.checksum-maven-plugin>1.11</version.checksum-maven-plugin> <version.maven-antrun-plugin>3.1.0</version.maven-antrun-plugin> + <version.maven-artifact-plugin>3.6.0</version.maven-artifact-plugin> <version.maven-assembly-plugin>3.7.1</version.maven-assembly-plugin> <version.maven-clean-plugin>3.4.0</version.maven-clean-plugin> <version.maven-checkstyle-plugin>3.6.0</version.maven-checkstyle-plugin> @@ -391,6 +392,16 @@ under the License. </plugins> </build> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-artifact-plugin</artifactId> + <version>${version.maven-artifact-plugin}</version> + </plugin> + </plugins> + </reporting> + <profiles> <!-- START SNIPPET: release-profile --> <profile>