From 09aa15b528e94cd1f21c9d783460bc0e23e0800f Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 17 Feb 2024 11:37:08 +0700 Subject: Use Antrun plugin to eliminate javadoc version number in HTML This is the one issue that cannot be solved regarding reproducible builds by setting javadoc options, because that header comment is hard-coded into the JDK with no option to avoid it. I just created an OpenJDK issue (internal review ID 9076583, not published yet) for it, but that does not help us today. Signed-off-by: Alexander Kriegisch --- aspectjrt/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'aspectjrt') diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml index 4377c3e76..be1bc7059 100644 --- a/aspectjrt/pom.xml +++ b/aspectjrt/pom.xml @@ -197,6 +197,19 @@ + + org.apache.maven.plugins + maven-antrun-plugin + + + + filter-javadocs + + package + + + + org.apache.maven.plugins maven-resources-plugin -- cgit v1.2.3