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

Maven plugin to download and collect license files from project dependencies.

Results 108 license-maven-plugin issues
Sort by recently updated
recently updated
newest added

Hey, i didnt' find anything for that in the documentation: Is there a possibility to add the scope of the pom.xml in the generated xml? We would like to keep...

Let's have a pom.xml: ```xml 4.0.0 com.leokom license-maven-test 1.0-SNAPSHOT org.jboss.spec.javax.interceptor jboss-interceptors-api_1.1_spec 1.0.0.Beta1 ``` Maven: 3.6.3 Run mvn license:add-third-party Check the output license file for org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:1.0.0.Beta1 entry Expected: the url is...

Fixes #413 In the result mapping we need to use "GAV" to be compatible with the other classes in the plugin. While the exclude/includeArtifacts should still use the Artifact#getId, since...

When using any kind of exclusion configuration, like _artifactFiltersUrl, excludedGroups or excludedArtifacts_, then the [_excludeTransitiveDependencies_](https://www.mojohaus.org/license-maven-plugin/aggregate-download-licenses-mojo.html#excludeTransitiveDependencies) does not work. I think the reason is that the following two lines: https://github.com/mojohaus/license-maven-plugin/blob/4736bf622dec0ce2aea88b60f38d354dfc8b0f27/src/main/java/org/codehaus/mojo/license/download/LicensedArtifactResolver.java#L219 https://github.com/mojohaus/license-maven-plugin/blob/4736bf622dec0ce2aea88b60f38d354dfc8b0f27/src/main/java/org/codehaus/mojo/license/download/LicensedArtifactResolver.java#L142...

File header with license is inserted as the first element to ftl files and it's a problem when ftl contains directive, which must be the very first element of the...

This PR is linked to my comment on the issue #106 We are now able to provide the lineSeparator information with : ```xml LF CRLF ``` I tried to do...

https://github.com/mojohaus/license-maven-plugin/issues/403

I am getting a warning such as: > WARNING: Invalid cookie header: "Set-Cookie: _octo=GH1.1.752364444.1618627082; Path=/; Domain=github.com; Expires=Sun, 17 Apr 2022 02:38:02 GMT; Secure; SameSite=Lax". Invalid 'expires' attribute: Sun, 17 Apr...

When I'm trying to use license overriding for a library that have multiple licenses only first license from the list is overridden. Example: in generated THRID-PARTY.txt ` (ALS 2.0) (GPL...

add-third-party

As discussed in #351, the current license override overrides only the first license of a multi-license artifact. The update - also as discussed in #351 - removes/overrides all licenses and...