mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Make build reproducible.
By removing timestamp from build info file. This is helpful for git ops, because we using the image's repo digest, only changes to the code trigger a change in the GitOps repo. Right now, there still is this issue: https://github.com/paketo-buildpacks/builder/issues/45
This commit is contained in:
parent
659e96bd38
commit
709fdc2773
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -198,6 +198,7 @@
|
|||
<goal>build-info</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<time>off</time>
|
||||
<additionalProperties>
|
||||
<encoding.source>${project.build.sourceEncoding}</encoding.source>
|
||||
<encoding.reporting>${project.reporting.outputEncoding}</encoding.reporting>
|
||||
|
|
Loading…
Reference in a new issue