Skip to content

Commit

Permalink
disable fail on MojoHaus jaxb2-m-p
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy authored Jan 24, 2024
1 parent c0ab513 commit 7db1986
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7db1986

Please sign in to comment.