This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push:
new d559ba9c feat: fix the source issue during release
d559ba9c is described below
commit d559ba9c50585c71495953c738e7392a971f57b8
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Tue Oct 24 14:20:43 2023 +0200
feat: fix the source issue during release
Signed-off-by: Jean-Louis Monteiro <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8179c7c4..4a36d60c 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>