Skip to content

Commit 90e4cb9

Browse files
praseodymjricher
authored andcommitted
Upgrade jetty-maven-plugin and configure war path
Configuring war path enables `mvn jetty:run-war`.
1 parent 8b7fc5d commit 90e4cb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

openid-connect-server-webapp/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<groupId>org.eclipse.jetty</groupId>
7979
<artifactId>jetty-maven-plugin</artifactId>
8080
<configuration>
81+
<war>${project.build.directory}/openid-connect-server-webapp.war</war>
8182
<webAppConfig>
8283
<contextPath>/openid-connect-server-webapp</contextPath>
8384
</webAppConfig>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<plugin>
118118
<groupId>org.eclipse.jetty</groupId>
119119
<artifactId>jetty-maven-plugin</artifactId>
120-
<version>9.1.1.v20140108</version>
120+
<version>9.3.3.v20150827</version>
121121
</plugin>
122122
<plugin>
123123
<inherited>true</inherited>

0 commit comments

Comments
 (0)