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>
|
||||
<artifactId>jetty-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<war>${project.build.directory}/openid-connect-server-webapp.war</war>
|
||||
<webAppConfig>
|
||||
<contextPath>/openid-connect-server-webapp</contextPath>
|
||||
</webAppConfig>
|
||||
|
|
Loading…
Reference in New Issue