disable fail on MojoHaus jaxb2-m-p
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.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