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

Add Missing License for all Versions of a dependency

Open faeschi opened this issue 2 years ago • 0 comments

Hi,

I have a multi module project with internal dependecies between some modules. Since the project is never released, it does not have any license information. License-maven-plugin detects a missing license for the internal dependecies. Obviously this could be fixed by adding licences to all modules. That seems silly, since the software is not released to anybody.

For the current version of my Software, I can add an entry to missing-license.properties for the internal dependecy and add the license. However, this stops working as soon as I move to the next Version of my Software. Is there an easy way arround this?

example missing-licenese.properties: What works: my.super.fun.company--bestest-software-ever--04.02.04-SNAPSHOT=MyCompany Proprietary

What I'm looking for

my.super.fun.company--bestest-software-ever--*=MyCompany Proprietary Where * = any Version

faeschi avatar Oct 14 '21 08:10 faeschi