Configure proper context path for "mvn jetty:run"
This commit is contained in:
parent
752bbb4951
commit
009fe4a96e
1 changed files with 3 additions and 0 deletions
3
pom.xml
3
pom.xml
|
|
@ -46,6 +46,9 @@
|
|||
<groupId>org.mortbay.jetty</groupId>
|
||||
<artifactId>maven-jetty-plugin</artifactId>
|
||||
<version>6.1.14</version>
|
||||
<configuration>
|
||||
<contextPath>photo</contextPath>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue