We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e9910 commit 5bb425eCopy full SHA for 5bb425e
pom.xml
@@ -277,7 +277,17 @@
277
<groupId>org.apache.tomcat.maven</groupId>
278
<artifactId>tomcat7-maven-plugin</artifactId>
279
<version>2.0</version>
280
- </plugin>
+ </plugin>
281
+ <plugin>
282
+ <groupId>org.eclipse.jetty</groupId>
283
+ <artifactId>jetty-maven-plugin</artifactId>
284
+ <version>9.0.6.v20130930</version>
285
+ <configuration>
286
+ <webApp>
287
+ <contextPath>/${project.artifactId}</contextPath>
288
+ </webApp>
289
+ </configuration>
290
291
</plugins>
292
</build>
293
</project>
0 commit comments