Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #8312
| From | Eugene Zhukov <jevgeni.zh@gmail.com> |
|---|---|
| Newsgroups | linux.debian.maint.java |
| Subject | maven.build.timestamp and ReproducibleBuilds with maven |
| Date | 2015-09-04 09:40 +0200 |
| Message-ID | <q4TLk-3RF-25@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
I'm trying to make epubcheck package build reproducibly. It has property:
<tool.build.date>${maven.build.timestamp}</tool.build.date>
in pom.xml which messes up reproducibility.
I use debhelper from [1] to build it and SOURCE_DATE_EPOCH environment
variable at hand.
Still I struggle to pass it dynamically at build time to
${tool.build.date} or ${maven.build.timestamp}.
It is possible to set tool.build.date=something in d/maven.properties,
but how to get this done dynamically?
[1] https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain
Thanks,
Eugene
P.S. I'm not subscribed to reproducible-builds list.
Back to linux.debian.maint.java | Previous | Next — Next in thread | Find similar
maven.build.timestamp and ReproducibleBuilds with maven Eugene Zhukov <jevgeni.zh@gmail.com> - 2015-09-04 09:40 +0200
Re: maven.build.timestamp and ReproducibleBuilds with maven Emmanuel Bourg <ebourg@apache.org> - 2015-09-04 17:50 +0200
Re: maven.build.timestamp and ReproducibleBuilds with maven Eugene Zhukov <jevgeni.zh@gmail.com> - 2015-09-04 20:50 +0200
csiph-web