Re: lombok packaging with Ivy

2015-09-04 Thread Hans-Christoph Steiner
I know that Komal has been working on updating it. She's currently working on dependencies needed by the latest release. We recently uploaded cmdreader and javawriter as part of that effort. .hc olivier sallou: > Hi, > has anyone already build package using Ivy (manage ant dependencies

Re: maven.build.timestamp and ReproducibleBuilds with maven

2015-09-04 Thread Emmanuel Bourg
Le 04/09/2015 09:38, Eugene Zhukov a écrit : > It is possible to set tool.build.date=something in d/maven.properties, > but how to get this done dynamically? Hi Eugene, Did you try adding the DEB_MAVEN_ARGS variable in debian/rules to specify the parameter dynamically? Something like this:

Re: lombok packaging with Ivy

2015-09-04 Thread Emmanuel Bourg
Le 04/09/2015 10:56, olivier sallou a écrit : > has anyone already build package using Ivy (manage ant dependencies > etc...) ? lucene-solr is an example of a package using Ivy. There is no magic here, you have to patch the dependencies and point to the generic versions available in Debian.

Re: maven.build.timestamp and ReproducibleBuilds with maven

2015-09-04 Thread Eugene Zhukov
On Fri, Sep 4, 2015 at 6:40 PM, Emmanuel Bourg wrote: > Le 04/09/2015 09:38, Eugene Zhukov a écrit : > >> It is possible to set tool.build.date=something in d/maven.properties, >> but how to get this done dynamically? > > Hi Eugene, > > Did you try adding the DEB_MAVEN_ARGS

maven.build.timestamp and ReproducibleBuilds with maven

2015-09-04 Thread Eugene Zhukov
Hi, I'm trying to make epubcheck package build reproducibly. It has property: ${maven.build.timestamp} 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

lombok packaging with Ivy

2015-09-04 Thread olivier sallou
Hi, has anyone already build package using Ivy (manage ant dependencies etc...) ?