From d6aa233217f4fd033f9d616bd8f38a14e0ae6b7f Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 27 Aug 2023 14:17:37 -0400 Subject: [PATCH] [pom] Move from legacy license configuration to license sets and update parent-pom to 11 --- license-maven-plugin/pom.xml | 16 ++++++++++------ pom.xml | 34 +++++++++++++++++++--------------- 2 files changed, 29 insertions(+), 21 deletions(-) diff --git a/license-maven-plugin/pom.xml b/license-maven-plugin/pom.xml index fc41f9e0d..42f4eaf5a 100644 --- a/license-maven-plugin/pom.xml +++ b/license-maven-plugin/pom.xml @@ -74,12 +74,16 @@ com.mycila license-maven-plugin - - src/test/** - src/it/** - src/main/resources/** - **/PropertyPlaceholderResolver.java - + + + + src/test/** + src/it/** + src/main/resources/** + **/PropertyPlaceholderResolver.java + + + diff --git a/pom.xml b/pom.xml index 0f8724362..f7f3758b9 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ com.mycila mycila-pom - 10 + 11-SNAPSHOT @@ -403,8 +403,10 @@ license-maven-plugin 4.2 - - + + + - - - Mycila - ${project.inceptionYear}-2023 - mathieu.carbou@gmail.com - - - src/test/resources/** - **/release-pom.xml - docs/** - .config/** - + + + Mycila + ${project.inceptionYear}-2023 + mathieu.carbou@gmail.com + + + src/test/resources/** + **/release-pom.xml + docs/** + .config/** + + +