From af48d1929c2585e2c8ed6ac7e22ab0bdca026bec Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 15 Jul 2020 16:16:40 +0200 Subject: [PATCH] Removed service-archive generation which is deprecated and added a section to include required resource files (i.e. LICENSE.md and files for service loader) --- pom.xml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index b0571c3..93819a9 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 4.0.0-SNAPSHOT Accounting Library Accounting Library - + UTF-8 Accounting @@ -76,17 +76,21 @@ - - - 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