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>
|
<profile>dev</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>repackage</id>
|
||||||
|
<configuration>
|
||||||
|
<skip>true</skip>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>gg.jte</groupId>
|
<groupId>gg.jte</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user