Skip to content

Commit

Permalink
New Version: 0.4.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Katharsas committed Aug 2, 2016
1 parent 28af69a commit e117c0f
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>de.gothic-reloaded-mod</groupId>
<artifactId>gmm</artifactId>
<packaging>war</packaging>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.5-SNAPSHOT</version>
<name>Gothic Mod Manager</name>
<url>https://github.com/Katharsas/GMM</url>

Expand Down Expand Up @@ -467,8 +467,7 @@
<!-- WEB-INF/data/assets/new/**, -->
<!-- WEB-INF/data/assets/original/excluded/**, -->
WEB-INF/data/assets/**,
WEB-INF/data/tasks/**,
WEB-INF/data/users/**,
WEB-INF/data/db/**,
WEB-INF/dataTesting/**,
WEB-INF/blender/**
</packagingExcludes>
Expand All @@ -485,6 +484,20 @@
<port>8080</port>
<encoding>UTF-8</encoding>
</configuration>
<executions>
<execution>
<id>tomcat-run</id>
<goals>
<goal>exec-war-only</goal>
</goals>
<phase>package</phase>
<configuration>
<path>/GMM</path>
<attachartifactclassifier>exec-war</attachartifactclassifier>
<attachartifactclassifiertype>jar</attachartifactclassifiertype>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
Expand Down

0 comments on commit e117c0f

Please sign in to comment.