From 6400b24cb48b56398b14f446c41a317cbc661628 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Tue, 27 Aug 2024 18:52:30 +0200 Subject: [PATCH] Revert "configure maven to only spit out one jar file" This reverts commit fae18880ac8dfaee0d25b71cb2daaf5fb71bd892. --- pom.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 1da30a6..f8f478d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.youhavetrouble.noted Noted - 1.0.0 + 1.0 @@ -55,15 +55,11 @@ - true - false - ${project.build.outputDirectory} - ${project.artifactId}-${project.version} + Noted *:* - META-INF/MANIFEST.MF META-INF/*.SF META-INF/*.DSA META-INF/*.RSA @@ -118,7 +114,6 @@ com.github.ben-manes.caffeine caffeine 3.1.8 - compile