Skip to content

Commit 5bb425e

Browse files
committed
Add maven jetty plugin
1 parent 97e9910 commit 5bb425e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,17 @@
277277
<groupId>org.apache.tomcat.maven</groupId>
278278
<artifactId>tomcat7-maven-plugin</artifactId>
279279
<version>2.0</version>
280-
</plugin>
280+
</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+
</plugin>
281291
</plugins>
282292
</build>
283293
</project>

0 commit comments

Comments
 (0)