Upgrade jetty-maven-plugin and configure war path

Configuring war path enables `mvn jetty:run-war`.
pull/925/merge
Mark Janssen 2015-10-08 22:26:18 +02:00 committed by Justin Richer
parent 8b7fc5de68
commit 90e4cb97ff
2 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<configuration>
<war>${project.build.directory}/openid-connect-server-webapp.war</war>
<webAppConfig>
<contextPath>/openid-connect-server-webapp</contextPath>
</webAppConfig>

View File

@ -117,7 +117,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.1.1.v20140108</version>
<version>9.3.3.v20150827</version>
</plugin>
<plugin>
<inherited>true</inherited>