From f333a8047e06c98e1a3e594577c166a0919ce921 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 30 Sep 2024 16:21:22 +1000 Subject: [PATCH] [MARTIFACT-70] jetty-jspc-maven-plugin is build reproducible since 11.0.0 (#57) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [MARTIFACT-70] jetty-jspc-maven-plugin is build reproducible since 11.0.0 Signed-off-by: Olivier Lamy --------- Signed-off-by: Olivier Lamy Co-authored-by: Hervé Boutemy --- .../artifact/buildinfo/not-reproducible-plugins.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/org/apache/maven/plugins/artifact/buildinfo/not-reproducible-plugins.properties b/src/main/resources/org/apache/maven/plugins/artifact/buildinfo/not-reproducible-plugins.properties index 5cf22eb..1588461 100644 --- a/src/main/resources/org/apache/maven/plugins/artifact/buildinfo/not-reproducible-plugins.properties +++ b/src/main/resources/org/apache/maven/plugins/artifact/buildinfo/not-reproducible-plugins.properties @@ -82,7 +82,8 @@ org.cyclonedx+cyclonedx-maven-plugin=2.7.9 org.eclipse.sisu+sisu-maven-plugin=0.3.4 # https://github.com/eclipse/sisu.inject/pull/5 -org.eclipse.jetty+jetty-jspc-maven-plugin=fail:https://github.com/eclipse/jetty.project/ +org.eclipse.jetty+jetty-jspc-maven-plugin=11.0.0 +# https://github.com/jetty/jetty.project/issues/12295 org.glassfish.hk2+hk2-inhabitant-generator=3.0.5 # https://github.com/eclipse-ee4j/glassfish-hk2/pull/821