For some reason Jaxb has multiple pom.xml files in the jar file. At the moment the plugin chooses the first one, which happens to be an incorrect one, as the result license is not correct as well.
The report says pom license is GNU General Public License, version 2 with the GNU Classpath Exception - https://www.gnu.org/software/classpath/license.html when it is actually EDL-1.0.
https://github.com/eclipse-ee4j/jaxb-ri/blob/b7d1ff7a13cecfaadde733387216b5cad09cc5b5/jaxb-ri/bundles/core/pom.xml#L29


For some reason Jaxb has multiple pom.xml files in the jar file. At the moment the plugin chooses the first one, which happens to be an incorrect one, as the result license is not correct as well.
The report says pom license is
GNU General Public License, version 2 with the GNU Classpath Exception - https://www.gnu.org/software/classpath/license.htmlwhen it is actuallyEDL-1.0.https://github.com/eclipse-ee4j/jaxb-ri/blob/b7d1ff7a13cecfaadde733387216b5cad09cc5b5/jaxb-ri/bundles/core/pom.xml#L29

