Skip to content

Commit a5ae083

Browse files
hboutemyDaan Hoogland
authored andcommitted
enable Reproducible Builds
1 parent 1ceb1d0 commit a5ae083

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

client/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,6 @@
974974
<plugin>
975975
<groupId>org.apache.maven.plugins</groupId>
976976
<artifactId>maven-shade-plugin</artifactId>
977-
<version>3.0.0</version>
978977
<executions>
979978
<execution>
980979
<id>rebuild-war</id>

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache</groupId>
2525
<artifactId>apache</artifactId>
26-
<version>11</version>
26+
<version>27</version>
2727
<relativePath />
2828
</parent>
2929

@@ -47,6 +47,7 @@
4747

4848
<properties>
4949
<!-- keep in alphabetic order -->
50+
<project.build.outputTimestamp>10</project.build.outputTimestamp>
5051
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5152
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5253
<project.systemvm.template.location>https://download.cloudstack.org/systemvm</project.systemvm.template.location>
@@ -80,7 +81,6 @@
8081
<cs.pmd-plugin.version>3.28.0</cs.pmd-plugin.version>
8182
<cs.project-info-plugin.version>3.0.0</cs.project-info-plugin.version>
8283
<cs.owasp.dependency-checker-plugin.version>7.4.4</cs.owasp.dependency-checker-plugin.version>
83-
<cs.release-plugin.version>2.5.3</cs.release-plugin.version>
8484
<cs.resources-plugin.version>3.1.0</cs.resources-plugin.version>
8585
<cs.site-plugin.version>3.21.0</cs.site-plugin.version>
8686
<cs.surefire-plugin.version>2.22.2</cs.surefire-plugin.version>
@@ -947,7 +947,6 @@
947947
<plugin>
948948
<groupId>org.apache.maven.plugins</groupId>
949949
<artifactId>maven-release-plugin</artifactId>
950-
<version>${cs.release-plugin.version}</version>
951950
<executions>
952951
<execution>
953952
<id>default</id>

tools/checkstyle/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,18 @@
2525
<version>4.23.0.0-SNAPSHOT</version>
2626

2727
<properties>
28+
<project.build.outputTimestamp>10</project.build.outputTimestamp>
2829
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2930
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3031
</properties>
3132

3233
<build>
3334
<plugins>
35+
<plugin>
36+
<groupId>org.apache.maven.plugins</groupId>
37+
<artifactId>maven-jar-plugin</artifactId>
38+
<version>3.2.2</version>
39+
</plugin>
3440
<plugin>
3541
<groupId>org.apache.maven.plugins</groupId>
3642
<artifactId>maven-site-plugin</artifactId>

0 commit comments

Comments
 (0)