From cea6949aef4fa3489bde641006fd818946e3826e Mon Sep 17 00:00:00 2001 From: Niklas Rentz Date: Fri, 15 Mar 2024 14:31:56 +0100 Subject: [PATCH] lsp: create source jar in build --- plugins/de.cau.cs.kieler.klighd.lsp/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/plugins/de.cau.cs.kieler.klighd.lsp/pom.xml b/plugins/de.cau.cs.kieler.klighd.lsp/pom.xml index 442f4c4de..e5177ca98 100644 --- a/plugins/de.cau.cs.kieler.klighd.lsp/pom.xml +++ b/plugins/de.cau.cs.kieler.klighd.lsp/pom.xml @@ -215,6 +215,26 @@ org.eclipse.xtend xtend-maven-plugin + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + attach-sources + verify + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-gpg-plugin +