From bd033002d285d954b30a24d415a2a60663ba8f90 Mon Sep 17 00:00:00 2001 From: James Netherton Date: Wed, 23 Nov 2022 14:21:31 +0000 Subject: [PATCH] Ensure META-INF/MANIFEST.MF is present in the sources JAR --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index 3efb46b..39158e3 100644 --- a/pom.xml +++ b/pom.xml @@ -130,6 +130,29 @@ + + maven-source-plugin + + + + ${project.name} + ${project.version} + ${project.groupId} + ${project.name} + ${project.version} + ${project.groupId} + + + + + + attach-sources + + jar-no-fork + + + + maven-dependency-plugin