From d622540c23466b4d481edcfb9fe8996110773269 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 16 Jul 2020 14:29:18 +0200 Subject: [PATCH] Added section to include service loader files (and to maintain the LICENSE.md file inclusion declared in maven-parent) --- pom.xml | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 7c28053..1b8a363 100644 --- a/pom.xml +++ b/pom.xml @@ -81,17 +81,22 @@ - - - org.apache.maven.plugins - maven-assembly-plugin - - - make-servicearchive - package - - - - + + + ${project.basedir} + + LICENSE.md + + META-INF + + + ${project.basedir}/src/main/resources/META-INF + + ** + + META-INF + + + \ No newline at end of file