license-maven-plugin
license-maven-plugin copied to clipboard
Fixes issue #312: Don't overwrite existing license file
When using organizeLicensesByDependencies=true
, if you have several
dependencies with the same license, and the same dependency appears
in the dependency tree with different versions/types, then the cached
file will be copied several times over to the destination, which can
already exist.
The failing test download-licenses-configured
fail the same for me locally on master branch...
The other one PR-33
seems to be flaky, can't reproduce the failure locally.
Seems like this got closed unintendedly?
@batmat really seems to be a github bug