From aaa8b6ec2b2afee32ca89fff8b5e653ae7c3382c Mon Sep 17 00:00:00 2001 From: Martin Stockhammer Date: Sun, 13 Oct 2019 21:49:43 +0200 Subject: [PATCH] Moving license plugin to profile --- pom.xml | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index b5b7210e4..e920c8052 100644 --- a/pom.xml +++ b/pom.xml @@ -1834,20 +1834,7 @@ - - org.codehaus.mojo - license-maven-plugin - 2.0.0 - - - aggregate-download-licenses - - aggregate-download-licenses - - - - - + @@ -2047,6 +2034,26 @@ + + licence-check + + + + org.codehaus.mojo + license-maven-plugin + 2.0.0 + + + aggregate-download-licenses + + aggregate-download-licenses + + + + + + + -- 2.39.5