WAR file is never executed but rather deployed to an application server

This commit is contained in:
Andreas Svanberg 2025-03-28 12:49:13 +01:00
parent 9a6e21a396
commit a4f99f1b29
Signed by: ansv7779
GPG Key ID: 729B051CFFD42F92

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