From 13d6d6dd9300d0a311717c3623d6e39db1c5d14d Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Tue, 3 Nov 2020 10:03:02 -0800 Subject: [PATCH] Add defaults for "build-helper-maven-plugin" --- base/pom.xml | 56 +++++++++++++++++++++++++++++++------------ release-notes/VERSION | 2 ++ 2 files changed, 43 insertions(+), 15 deletions(-) diff --git a/base/pom.xml b/base/pom.xml index 967ac6a..ee13992 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -35,19 +35,19 @@ of Jackson: application code should only rely on `jackson-bom` - - - - - javax.activation - javax.activation-api - ${javax.activation.version} - - + + + + + javax.activation + javax.activation-api + ${javax.activation.version} + + - + - + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-resource + generate-resources + + add-resource + + + + + ${project.basedir} + META-INF + + LICENSE + + + + + + + + + + + - + maven-enforcer-plugin diff --git a/release-notes/VERSION b/release-notes/VERSION index 600c6d9..d7ff52a 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -2,6 +2,8 @@ - Add another execution of `maven-replacer-plugin` for "prepare-package" phase to help with IDE import. +- Add default settings for `gradle-module-metadata-maven-plugin` (gradle metadata) +- Add default settings for `build-helper-maven-plugin` (LICENSE inclusion) 2.11.3