WAR file is never executed but rather deployed to an application server
This commit is contained in:
parent
9a6e21a396
commit
a4f99f1b29
8
pom.xml
8
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user