From f8eee8e070b4b54417ecb2bf0c2f666b70cda072 Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Tue, 13 Dec 2022 11:19:44 +0000 Subject: [PATCH] Add extensions=true to build-helper-maven-plugin --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 85acf10..f218033 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,8 @@ --> org.codehaus.mojo - build-helper-maven-plugin + build-helper-maven-plugin + true add-resource -- 2.38.1