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

Fixes issue #312: Don't overwrite existing license file

Open Vlatombe opened this issue 5 years ago • 3 comments

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.

Vlatombe avatar Dec 16 '19 16:12 Vlatombe

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.

Vlatombe avatar Dec 17 '19 15:12 Vlatombe

Seems like this got closed unintendedly?

batmat avatar Feb 17 '20 09:02 batmat

@batmat really seems to be a github bug

olamy avatar Mar 15 '20 23:03 olamy