From b6c9155b81c99ce74e8111328bba3262e56f6484 Mon Sep 17 00:00:00 2001 From: Francesco Mancuso Date: Fri, 27 Mar 2026 22:13:31 +0100 Subject: [PATCH] Quick fix su pom.xml --- .gitignore | 3 ++- backend/pom.xml | 37 ++++++++++++++++++++++--------------- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 25aa614..6c56cf8 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,5 @@ replay_pid* # JDT-specific (Eclipse Java Development Tools) .classpath -target/ \ No newline at end of file +target/ +.vscode/ \ No newline at end of file diff --git a/backend/pom.xml b/backend/pom.xml index 1cbae98..7b254a3 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -35,30 +35,37 @@ + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + true + + + org.apache.maven.plugins maven-assembly-plugin + 3.7.1 + + false + + + com.crypto.app.Main + + + + jar-with-dependencies + + + make-assembly package single - - - - - com.crypto.Seal - - - - - jar-with-dependencies - - - true - ${project.artifactId}-${project.version} -