add contextPath

pull/544/head
Andy Pemberton 2014-01-12 09:47:22 -05:00
parent 7392749ce5
commit 3a200e9567
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<configuration>
<webAppConfig>
<contextPath>/openid-connect-server-webapp</contextPath>
</webAppConfig>
</configuration>
</plugin>
</plugins>
</build>