From dfa7a32f75545e45391398fc9f94217995c1de4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Hohwiller?= Date: Mon, 25 Nov 2019 17:14:42 +0100 Subject: [PATCH] #2: added license-maven-plugin with config --- pom.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/pom.xml b/pom.xml index d35e889..142eccd 100644 --- a/pom.xml +++ b/pom.xml @@ -187,6 +187,21 @@ dependency-check-maven 5.2.2 + + org.codehaus.mojo + license-maven-plugin + 2.0.0 + + ${project.build.directory}/generated-resources + true + true + true + + + Apache Software License, Version 2.0|The Apache Software License, Version 2.0|Apache 2.0|Apache License, Version 2.0 + + + @@ -366,6 +381,18 @@ + + org.codehaus.mojo + license-maven-plugin + + + + third-party-report + aggregate-third-party-report + + + +