mojohaus / license-maven-plugin

Maven plugin to download and collect license files from project dependencies.
https://www.mojohaus.org/license-maven-plugin/
GNU Lesser General Public License v3.0
107 stars 127 forks source link

enhance overrideFile with overrideFileUrl #143

Closed TorstenKruse closed 5 years ago

TorstenKruse commented 6 years ago

Like the missing file it would be nice to maintain a company wide file with overrides which could be references via an url. Then it would not be neccessary to add the same overrides to every single project.

Jurrie commented 6 years ago

Same goes for licenseMergesFile.

EDIT: Ah, wait, that's https://github.com/mojohaus/license-maven-plugin/issues/132 but that seems to be unreleased. (Even though the @since annotation claims 1.16.)

Jurrie commented 6 years ago

This request is implemented in https://github.com/mojohaus/license-maven-plugin/pull/153.