summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--branches/sca-java-2.0-M4/samples/webapps/helloworld-jsf/pom.xml7
-rw-r--r--branches/sca-java-2.0-M4/samples/webapps/helloworld-jsp/pom.xml7
-rw-r--r--branches/sca-java-2.0-M4/samples/webapps/helloworld-stripes/pom.xml7
-rw-r--r--branches/sca-java-2.0-M4/samples/webapps/helloworld-wicket/pom.xml7
-rw-r--r--branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml7
5 files changed, 35 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsf/pom.xml b/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsf/pom.xml
index 9e1dcba891..dd8dfa5cf3 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsf/pom.xml
+++ b/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsf/pom.xml
@@ -57,6 +57,13 @@
<build>
<finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1.18</version>
+ </plugin>
+ </plugins>
</build>
</project>
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsp/pom.xml b/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsp/pom.xml
index e826807e33..fe34677fd9 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsp/pom.xml
+++ b/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsp/pom.xml
@@ -50,6 +50,13 @@
<build>
<finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1.18</version>
+ </plugin>
+ </plugins>
</build>
</project>
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-stripes/pom.xml b/branches/sca-java-2.0-M4/samples/webapps/helloworld-stripes/pom.xml
index 1b34e7261d..7bfd9dd6c4 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-stripes/pom.xml
+++ b/branches/sca-java-2.0-M4/samples/webapps/helloworld-stripes/pom.xml
@@ -60,6 +60,13 @@
<build>
<finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1.18</version>
+ </plugin>
+ </plugins>
</build>
</project>
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-wicket/pom.xml b/branches/sca-java-2.0-M4/samples/webapps/helloworld-wicket/pom.xml
index 4981ef6161..dee97a5ad1 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-wicket/pom.xml
+++ b/branches/sca-java-2.0-M4/samples/webapps/helloworld-wicket/pom.xml
@@ -71,6 +71,13 @@
<build>
<finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1.18</version>
+ </plugin>
+ </plugins>
</build>
</project>
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml b/branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml
index f03cd59310..72b476041b 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml
+++ b/branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml
@@ -50,6 +50,13 @@
<build>
<finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1.18</version>
+ </plugin>
+ </plugins>
</build>
</project>