From 8fce6f4a03b709c0ccebc60b8eef5a7d958264ab Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Wed, 11 Oct 2023 15:24:56 +0200 Subject: [PATCH] chore(pom.xml): remove maven-assembly-plugin configuration and execution (#65) The maven-assembly-plugin configuration and execution were removed from the pom.xml file. This plugin was previously used to create an assembly with dependencies, but it is no longer needed for the project. Removing this configuration simplifies the build process and reduces unnecessary complexity. --- pom.xml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/pom.xml b/pom.xml index feb4544..42206f4 100644 --- a/pom.xml +++ b/pom.xml @@ -693,34 +693,6 @@ - - org.apache.maven.plugins - maven-assembly-plugin - ${maven-assembly-plugin.version} - - - - ${project.name} - Liquibase - ${project.version} - - - false - - jar-with-dependencies - - ${project.name}-${project.version} - - - - assemble-all - package - - single - - - -