Skip to content

Commit 01b69d5

Browse files
committed
reproducible builds using git commit time, ignore the build prop
1 parent bb7a85c commit 01b69d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,9 @@
364364
<generateGitPropertiesFile>true</generateGitPropertiesFile>
365365
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
366366
<format>json</format>
367+
<excludeProperties>
368+
<excludeProperty>^git.build.*$</excludeProperty>
369+
</excludeProperties>
367370
</configuration>
368371
</plugin>
369372
</plugins>

0 commit comments

Comments
 (0)