From 18d972fa54b63fd4d7392f64b3b827eb4d2786db Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Mon, 22 Feb 2021 09:24:22 +0100
Subject: update build process to deploy source.jar into maven repo

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a5fc7b55..8848df24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -704,7 +704,7 @@
           <execution>
             <id>attach-sources</id>
             <goals>
-              <goal>jar</goal>
+              <goal>jar-no-fork</goal>
             </goals>
           </execution>
         </executions>
-- 
cgit v1.2.3