This is an automated email from the ASF dual-hosted git repository.
mariofusco pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new b3c0e0974b [incubator-kie-issues#820] Make Drools and Kogito build
reproducible (#3356)
b3c0e0974b is described below
commit b3c0e0974bedfdede550a656712f4d58cfef0afa
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Thu Jan 18 17:32:40 2024 +0100
[incubator-kie-issues#820] Make Drools and Kogito build reproducible (#3356)
* [incubator-kie-issues-824] Upgrade maven plugin versions inside
kogito-runtimes
* [incubator-kie-issues#820] WIP
* [incubator-kie-issues#820] Working mvn artifact:check-buildplan
---------
Co-authored-by: Enrique Gonzalez Martinez
<[email protected]>
Co-authored-by: BAMOE CI <[email protected]>
---
kogito-build/kogito-build-no-bom-parent/pom.xml | 2 +-
pom.xml | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/kogito-build/kogito-build-no-bom-parent/pom.xml
b/kogito-build/kogito-build-no-bom-parent/pom.xml
index e0b33083d1..98041ecfe7 100644
--- a/kogito-build/kogito-build-no-bom-parent/pom.xml
+++ b/kogito-build/kogito-build-no-bom-parent/pom.xml
@@ -134,7 +134,7 @@
<version.site.plugin>3.7.1</version.site.plugin>
<version.shade.plugin>3.0.0</version.shade.plugin>
<version.sonar.plugin>3.6.1.1688</version.sonar.plugin>
- <version.source.plugin>3.0.1</version.source.plugin>
+ <version.source.plugin>3.2.1</version.source.plugin>
<version.surefire.plugin>3.1.2</version.surefire.plugin> <!-- minimum
required by JUnit 5 -->
<version.surefire.report.plugin>3.1.2</version.surefire.report.plugin>
<version.taglist.plugin>2.4</version.taglist.plugin>
diff --git a/pom.xml b/pom.xml
index 317c423653..212d8377a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,8 +52,25 @@
-->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
<project.build.outputTimestamp>2024-01-16T00:00:00Z</project.build.outputTimestamp>
+ <version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin>
</properties>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-artifact-plugin</artifactId>
+ <version>${version.maven.artifact.plugin}</version>
+ <configuration>
+ <outputTimestamp>${project.build.outputTimestamp}</outputTimestamp>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
<!-- distributionManagement section -->
<distributionManagement>
<repository>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]