removed exploded war (no longer needed), addresses #260
parent
bd877dde82
commit
f8f925c08f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue