removed exploded war (no longer needed), addresses #260

pull/306/merge
Justin Richer 2013-03-04 10:59:04 -05:00
parent bd877dde82
commit f8f925c08f
1 changed files with 0 additions and 9 deletions

View File

@ -56,15 +56,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<executions>
<execution>
<id>prepare-war</id>
<phase>prepare-package</phase>
<goals>
<goal>exploded</goal>
</goals>
</execution>
</executions>
<configuration>
<warName>openid-connect-server</warName>
<useCache>true</useCache>