Skip to content

Commit

Permalink
enable reproducible builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Apr 2, 2023
1 parent caf3896 commit c99f8d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<schema2beans.version>6.7</schema2beans.version>
<derby.version>10.15.2.0</derby.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<maven-rar-plugin.version>2.4</maven-rar-plugin.version>
<maven-rar-plugin.version>3.0.0</maven-rar-plugin.version>

<product.name>Eclipse GlassFish</product.name>
<product.name.abbreviation>GF</product.name.abbreviation>
Expand Down
2 changes: 1 addition & 1 deletion nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<javadoc.skip>false</javadoc.skip>
<deploy.skip>false</deploy.skip>
<!-- Overrides the value from parent and enables the one we generate. -->
<project.build.outputTimestamp></project.build.outputTimestamp>
<project.build.outputTimestamp>2023-04-02T15:44:03Z</project.build.outputTimestamp>

<maven.test.jvmoptions.add-opens>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens=java.naming/javax.naming.spi=ALL-UNNAMED</maven.test.jvmoptions.add-opens>
<maven.test.jvmoptions.memory.sizes>-Xss512k -Xms256m -Xmx1g -XX:MaxDirectMemorySize=512m</maven.test.jvmoptions.memory.sizes>
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
<url>https://github.com/eclipse-ee4j/glassfish</url>
</scm>

<properties>
<project.build.outputTimestamp>2023-04-02T15:44:03Z</project.build.outputTimestamp>
</properties>

<build>
<defaultGoal>install</defaultGoal>
<pluginManagement>
Expand Down

0 comments on commit c99f8d2

Please sign in to comment.