Hi Claus,
yes, I did the same at Karaf (https://github.com/apache/karaf/pull/1413)
last week.
It looks good to me.
Thanks,
Regards
JB
On 02/08/2021 06:20, Claus Ibsen wrote:
Hi
When updating to newer apache 24 parent in the root pom.xml
https://issues.apache.org/jira/browse/CAMEL-16831
then a number of maven plugins must be updated as well to support
reproducible builds
https://maven.apache.org/guides/mini/guide-reproducible-builds.html
I also had to set the following in the root pom.xml file
<project.build.outputTimestamp>1</project.build.outputTimestamp>
The commit is
https://github.com/apache/camel/commit/bfc1f251dd097088cfd3f1deb0a2edfd8df01a7c
... in case something goes wrong then we can revert or look at this
commit and see if something more must be done