From b2db543784a69602d4d083b4ded9dfc201d4519d Mon Sep 17 00:00:00 2001 From: Ricardo Zanini Date: Wed, 10 Sep 2025 12:41:42 -0400 Subject: [PATCH] Fix sources plugin Signed-off-by: Ricardo Zanini --- pom.xml | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 237c12f8..b5dcd8da 100644 --- a/pom.xml +++ b/pom.xml @@ -277,6 +277,10 @@ central true published + + serverlessworkflow-examples-events + serverlessworkflow-examples-simpleGet + @@ -443,14 +447,6 @@ org.apache.maven.plugins maven-source-plugin ${version.source.plugin} - - - attach-sources - - jar-no-fork - - - true @@ -596,6 +592,20 @@ release + + org.apache.maven.plugins + maven-source-plugin + ${version.source.plugin} + + + attach-sources + package + + jar-no-fork + + + + org.apache.maven.plugins maven-gpg-plugin