From b9857242cfb93e90d5ee07ac2b075f1976b1b645 Mon Sep 17 00:00:00 2001 From: Keegan Witt Date: Tue, 1 Oct 2024 22:53:29 -0400 Subject: [PATCH] Don't fork lifecycle when creating source jar --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c068fc51..5072d2b6 100644 --- a/pom.xml +++ b/pom.xml @@ -364,8 +364,10 @@ ${sourcePluginVersion} + attach-sources + verify - jar + jar-no-fork