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} -