summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/store-webapp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/store-webapp/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/store-webapp/pom.xml b/sca-java-2.x/trunk/samples/store-webapp/pom.xml
index ed918e60ce..e935343f2f 100644
--- a/sca-java-2.x/trunk/samples/store-webapp/pom.xml
+++ b/sca-java-2.x/trunk/samples/store-webapp/pom.xml
@@ -73,6 +73,11 @@
<path>/${artifactId}</path>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1.18</version>
+ </plugin>
</plugins>
</build>