From 7db1986f13497c685223f6e307e543b2a4f336d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Wed, 24 Jan 2024 09:01:55 +0100 Subject: [PATCH] disable fail on MojoHaus jaxb2-m-p --- .../artifact/buildinfo/not-reproducible-plugins.properties | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 9bfbed0..3036756 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 @@ -62,8 +62,11 @@ org.apache.servicemix.tooling+depends-maven-plugin=1.5.0 org.codehaus.plexus+plexus-component-metadata=2.1.0 # https://github.com/codehaus-plexus/plexus-containers/issues/27 -org.codehaus.mojo+jaxb2-maven-plugin=fail:https://github.com/mojohaus/jaxb2-maven-plugin -# + +# don't fail on one plugin for jaxb because plugin can be configured to avoid issue https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/doc/BUILDSPEC.md#avoiding-timestamps-in-jaxb-generated-content +# and other non-listed plugins using jaxb/xjc have same issues: failing at check-buildplan level just cause noise to users +#org.codehaus.mojo+jaxb2-maven-plugin=fail:https://github.com/mojohaus/jaxb2-maven-plugin + org.codehaus.mojo+properties-maven-plugin=1.1.0 # https://github.com/mojohaus/properties-maven-plugin/pull/75 #org.codehaus.mojo+flatten-maven-plugin=fail:https://github.com/mojohaus/flatten-maven-plugin/issues/256