From 97387d2867eea497472058e62cef2f6392825a1a Mon Sep 17 00:00:00 2001 From: Francesco Mancuso Date: Fri, 27 Mar 2026 22:21:19 +0100 Subject: [PATCH 1/3] Quick fix su pom.xml --- backend/pom.xml | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index ab15cab..195eeae 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -37,32 +37,35 @@ org.apache.maven.plugins - maven-shade-plugin - 3.5.1 + maven-jar-plugin + 3.3.0 + + true + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.7.1 + + false + + + com.crypto.Seal + + + + jar-with-dependencies + + + make-assembly package - shade + single - - - - com.crypto.Seal - - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - From af5415a6f1c9418dda09870cd6da4d4af9e446f6 Mon Sep 17 00:00:00 2001 From: Francesco Mancuso Date: Fri, 27 Mar 2026 22:32:54 +0100 Subject: [PATCH 2/3] Fix su pom.xml --- .vscode/settings.json | 3 ++- backend/pom.xml | 39 ++++++++++++++++----------------------- 2 files changed, 18 insertions(+), 24 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a9ec60e..2b52057 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "maven.view": "hierarchical" + "maven.view": "hierarchical", + "java.configuration.updateBuildConfiguration": "interactive" } \ No newline at end of file diff --git a/backend/pom.xml b/backend/pom.xml index 195eeae..174898e 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -6,7 +6,7 @@ com.crypto cryptoseals - 1.0.0-SERVER + 1 23 @@ -35,37 +35,30 @@ - - org.apache.maven.plugins - maven-jar-plugin - 3.3.0 - - true - - - org.apache.maven.plugins maven-assembly-plugin - 3.7.1 - - false - - - com.crypto.Seal - - - - jar-with-dependencies - - - make-assembly package single + + + + + comn.crypto.Seal + + + + + jar-with-dependencies + + + true + app + From 259296fc0f27f644b7ce712362475157d5f243ab Mon Sep 17 00:00:00 2001 From: Francesco Mancuso Date: Fri, 27 Mar 2026 22:34:48 +0100 Subject: [PATCH 3/3] Fix su pom.xml --- backend/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pom.xml b/backend/pom.xml index 174898e..faf670e 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -48,7 +48,7 @@ - comn.crypto.Seal + com.crypto.Seal