Skip to content

Commit c954a7e

Browse files
committed
make build as reproducible as possible for now
1 parent d5b9878 commit c954a7e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ under the License.
8181
<properties>
8282
<javaVersion>7</javaVersion>
8383
<mavenVersion>3.0</mavenVersion>
84+
<project.build.outputTimestamp>2019-12-08T19:56:05Z</project.build.outputTimestamp>
8485
</properties>
8586

8687
<dependencies>
@@ -155,6 +156,27 @@ under the License.
155156
</configuration>
156157
</plugin>
157158
</plugins>
159+
<pluginManagement>
160+
<plugins>
161+
<!-- Reproducible Builds plugins: to be removed once parent POM updated to 34 -->
162+
<plugin>
163+
<artifactId>maven-source-plugin</artifactId>
164+
<version>3.2.0</version><!-- not fully reproducible: see MSOURCES-123 -->
165+
</plugin>
166+
<plugin>
167+
<artifactId>maven-jar-plugin</artifactId>
168+
<version>3.2.0</version>
169+
</plugin>
170+
<plugin>
171+
<artifactId>maven-assembly-plugin</artifactId>
172+
<version>3.2.0</version>
173+
</plugin>
174+
<plugin>
175+
<artifactId>maven-release-plugin</artifactId>
176+
<version>3.0.0-M1</version>
177+
</plugin>
178+
</plugins>
179+
</pluginManagement>
158180
</build>
159181

160182
<profiles>

0 commit comments

Comments
 (0)