From 21013b26fe7edc44d0924ffc0cfcd03eb1f8ddb2 Mon Sep 17 00:00:00 2001 From: Hellblazer Date: Sun, 24 Dec 2023 18:46:31 -0800 Subject: [PATCH] correctly attach sources --- pom.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1a11c6fd1..8c598f0f5 100644 --- a/pom.xml +++ b/pom.xml @@ -786,9 +786,18 @@ org.apache.maven.plugins maven-source-plugin 3.2.1 - - false - + + + attach-sources + verify + + jar-no-fork + + + true + + + org.apache.maven.plugins