pom: remove tomcat deploy execution

This commit is contained in:
Adam
2018-05-24 11:02:35 -04:00
parent cfb220bfec
commit b8283815fa

View File

@@ -167,15 +167,6 @@
<server>runelite-tomcat</server>
<path>/runelite-${project.version}</path>
</configuration>
<executions>
<execution>
<id>tomcat-deploy</id>
<phase>deploy</phase>
<goals>
<goal>redeploy</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>