summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-01 10:41:10 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-01 10:41:10 +0000
commitcd3308fe60d3ab16b80e698fc4def22637490afd (patch)
tree1849d80af5a28168f5fd80cceaf66ef221bddfe1
parent7c3efcb13d804f6c1dd815fffb2616a3d3007781 (diff)
Merge r831664 from trunk to m4 to Add the Jetty plugin to the webapp pom.xml's so that the samples can be run with mvn jetty:run
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831665 13f79535-47bb-0310-9956-ffa450edef68
-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>