From 2893d50107413b9a135d3c239f1625edc410d0c1 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 21 Nov 2024 10:04:29 +0100 Subject: [PATCH] change goal - fix IDE build problems --- ozgcloud-common-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozgcloud-common-parent/pom.xml b/ozgcloud-common-parent/pom.xml index 1301486..56428b0 100644 --- a/ozgcloud-common-parent/pom.xml +++ b/ozgcloud-common-parent/pom.xml @@ -393,7 +393,7 @@ <execution> <id>attach-sources</id> <goals> - <goal>jar</goal> + <goal>jar-no-fork</goal> </goals> </execution> </executions> -- GitLab