79831719

Date: 2025-11-27 12:50:01
Score: 0.5
Natty:
Report link

The problem can be it scans for wrong .xjb file which is designed for another shema.

Plugin scans all .xjb files by default. I had to put this one for plugin org.jvnet.jaxb:jaxb-maven-plugin:4.0.9:

<configuration>
...
    <bindingIncludes>
        <!-- DO NOT REMOVE: we skip all *.xjb -->
    </bindingIncludes>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Simon Logic