Open jochenberger opened 3 years ago
I just noticed that the other licenses come from the module's "grandparent" (https://mvnrepository.com/artifact/org.eclipse.ee4j/project/1.0.6). So the ancestors' licenses are also relevant, even if they have <packaging>pom</packaging>
?
Consider the following Gradle build:
Running
./gradlew -i generateLicenseReport
outputs the following:The project is licensed under the EDL 1.0 (https://mvnrepository.com/artifact/com.sun.activation/jakarta.activation/1.2.2). The POM does not seem to contain any licensing information. Why does the pom data contain GPL2+Classpath?