Upgrade jetty-maven-plugin and configure war path
Configuring war path enables `mvn jetty:run-war`.pull/925/merge
parent
8b7fc5de68
commit
90e4cb97ff
|
@ -78,6 +78,7 @@
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>jetty-maven-plugin</artifactId>
|
<artifactId>jetty-maven-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<war>${project.build.directory}/openid-connect-server-webapp.war</war>
|
||||||
<webAppConfig>
|
<webAppConfig>
|
||||||
<contextPath>/openid-connect-server-webapp</contextPath>
|
<contextPath>/openid-connect-server-webapp</contextPath>
|
||||||
</webAppConfig>
|
</webAppConfig>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -117,7 +117,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>jetty-maven-plugin</artifactId>
|
<artifactId>jetty-maven-plugin</artifactId>
|
||||||
<version>9.1.1.v20140108</version>
|
<version>9.3.3.v20150827</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<inherited>true</inherited>
|
<inherited>true</inherited>
|
||||||
|
|
Loading…
Reference in New Issue