From a5ae083f88fa95afe679b2a4ff3366e995effc84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Mon, 3 Oct 2022 12:11:25 -0500 Subject: [PATCH 1/2] enable Reproducible Builds --- client/pom.xml | 1 - pom.xml | 5 ++--- tools/checkstyle/pom.xml | 6 ++++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 968f735af600..461097402883 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -974,7 +974,6 @@ org.apache.maven.plugins maven-shade-plugin - 3.0.0 rebuild-war diff --git a/pom.xml b/pom.xml index 354ec01bb396..383c57ffe318 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.apache apache - 11 + 27 @@ -47,6 +47,7 @@ + 10 UTF-8 UTF-8 https://download.cloudstack.org/systemvm @@ -80,7 +81,6 @@ 3.28.0 3.0.0 7.4.4 - 2.5.3 3.1.0 3.21.0 2.22.2 @@ -947,7 +947,6 @@ org.apache.maven.plugins maven-release-plugin - ${cs.release-plugin.version} default diff --git a/tools/checkstyle/pom.xml b/tools/checkstyle/pom.xml index 63f840d64f21..62b8f0879dd9 100644 --- a/tools/checkstyle/pom.xml +++ b/tools/checkstyle/pom.xml @@ -25,12 +25,18 @@ 4.23.0.0-SNAPSHOT + 10 UTF-8 UTF-8 + + org.apache.maven.plugins + maven-jar-plugin + 3.2.2 + org.apache.maven.plugins maven-site-plugin From dcd56c3b87b3acc5b74abd1da261124d1891a906 Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Wed, 26 Aug 2026 16:26:08 +0200 Subject: [PATCH 2/2] repeatable zips --- pom.xml | 19 ++++++++++++++++++- tools/checkstyle/pom.xml | 18 +++++++++++++++++- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 383c57ffe318..c79fb8bf7c41 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ - 10 + ${git.commit.time} UTF-8 UTF-8 https://download.cloudstack.org/systemvm @@ -75,6 +75,7 @@ 3.8.1 3.9.0 2.22.2 + 9.0.2 3.1.12 3.1.12.2 3.2.0 @@ -852,6 +853,22 @@ install + + io.github.git-commit-id + git-commit-id-maven-plugin + ${cs.git-commit-id-plugin.version} + + + get-the-git-infos + + revision + + + + + UTC + + org.apache.maven.plugins maven-checkstyle-plugin diff --git a/tools/checkstyle/pom.xml b/tools/checkstyle/pom.xml index 62b8f0879dd9..cbd22f13d90d 100644 --- a/tools/checkstyle/pom.xml +++ b/tools/checkstyle/pom.xml @@ -25,13 +25,29 @@ 4.23.0.0-SNAPSHOT - 10 + ${git.commit.time} UTF-8 UTF-8 + + io.github.git-commit-id + git-commit-id-maven-plugin + 9.0.2 + + + get-the-git-infos + + revision + + + + + UTC + + org.apache.maven.plugins maven-jar-plugin