From a4f99f1b29d12b03e24a589671489d901dfece59 Mon Sep 17 00:00:00 2001 From: Andreas Svanberg <andreass@dsv.su.se> Date: Fri, 28 Mar 2025 12:49:13 +0100 Subject: [PATCH] WAR file is never executed but rather deployed to an application server --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index c6fb8a1..b57b40c 100644 --- a/pom.xml +++ b/pom.xml @@ -118,6 +118,14 @@ <profile>dev</profile> </profiles> </configuration> + <executions> + <execution> + <id>repackage</id> + <configuration> + <skip>true</skip> + </configuration> + </execution> + </executions> </plugin> <plugin> <groupId>gg.jte</groupId>