feat: fix the source issue during release

Signed-off-by: Jean-Louis Monteiro <jlmonteiro@tomitribe.com>
diff --git a/pom.xml b/pom.xml
index 8179c7c..4a36d60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,7 +391,7 @@
           <execution>
             <id>generate-sources</id>
             <goals>
-              <goal>jar</goal>
+              <goal>jar-no-fork</goal>
             </goals>
           </execution>
         </executions>