licensescan-maven-plugin icon indicating copy to clipboard operation
licensescan-maven-plugin copied to clipboard

Maven plugin for analysing the licenses in dependencies and transitive dependencies, asserting compatibility and potentially fail the build if blacklisted licenses appear

Results 7 licensescan-maven-plugin issues
Sort by recently updated
recently updated
newest added

i ran across a transitive dependency that the licensescanner lists as "NONE" and i'm not seeing anyway to ignore or allow this case since we only have a block list,...

Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.0.5 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...

dependencies

Bumps [org.apache.maven:maven-compat](https://github.com/apache/maven) from 3.0.5 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...

dependencies

Remove usage of `blacklistedLicenses `and `failBuildOnBlacklisted`, which currently are the only non-inclusive terms left in the codebase.

good first issue

With #34 we change the fundamental behavior of the plugin with dual/multiple licensed artifacts. Still, the use may want to be signaled that the artifact is not making the build...

enhancement

When I run this on a project that uses a private repository (like local corporate Nexus or Artifactory) It gets error when attempting to resolve the dependency (even though it's...

bug
needs-repro

Postgresql jdbc drivers use the maven-bundle-plugin (http://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html), which means the packaging is 'bundle'. https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/pom.xml http://central.maven.org/maven2/org/postgresql/postgresql/42.2.2/postgresql-42.2.2.pom Seems the Maven ProjectBuilder can't handle this: [ERROR] Failed to execute goal com.github.carlomorelli:licensescan-maven-plugin:1.1:audit (default) on...

bug
needs-repro