From fae18880ac8dfaee0d25b71cb2daaf5fb71bd892 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sun, 18 Aug 2024 12:03:02 +0200 Subject: [PATCH] configure maven to only spit out one jar file --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a822342..9ad7dbf 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.youhavetrouble.noted Noted - 1.0 + 1.0.0 21 @@ -45,11 +45,15 @@ - Noted + true + false + ${project.build.outputDirectory} + ${project.artifactId}-${project.version} *:* + META-INF/MANIFEST.MF META-INF/*.SF META-INF/*.DSA META-INF/*.RSA @@ -104,6 +108,7 @@ com.github.ben-manes.caffeine caffeine 3.1.8 + compile