Skip to content

Commit

Permalink
Issue #24284 Fixed git.build.time
Browse files Browse the repository at this point in the history
- was overriden by a value from eclipse project 1.0.8

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Feb 24, 2023
1 parent ec1ce24 commit 289db3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@
<nucleus.install.dir.name>nucleus</nucleus.install.dir.name>
<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>

<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

0 comments on commit 289db3c

Please sign in to comment.