Author: tmjee
Date: Sat May  6 10:09:33 2006
New Revision: 400339

URL: http://svn.apache.org/viewcvs?rev=400339&view=rev
Log:
- added jetty6 plugin into pom.xml


Modified:
    incubator/webwork2/webapps/blank/pom.xml
    incubator/webwork2/webapps/shopping-cart/pom.xml
    incubator/webwork2/webapps/starter/pom.xml

Modified: incubator/webwork2/webapps/blank/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/webapps/blank/pom.xml?rev=400339&r1=400338&r2=400339&view=diff
==============================================================================
--- incubator/webwork2/webapps/blank/pom.xml (original)
+++ incubator/webwork2/webapps/blank/pom.xml Sat May  6 10:09:33 2006
@@ -13,4 +13,24 @@
     <name>Blank Webapp</name>
     <dependencies>
     </dependencies>
+    
+    <build>
+       <plugins>
+               <plugin>
+                       <groupId>org.mortbay.jetty</groupId>
+                       <artifactId>maven-jetty6-plugin</artifactId>
+                       <configuration>
+                               <scanIntervalSeconds>10</scanIntervalSeconds>
+                       </configuration>
+                       <dependencies>
+                               <dependency>
+                                       
<groupId>org.apache.geronimo.specs</groupId>
+                                       
<artifactId>geronimo-j2ee_1.4_spec</artifactId>
+                                       <version>1.0</version>
+                                       <scope>provided</scope>
+                               </dependency>
+                       </dependencies>
+               </plugin>
+       </plugins>
+    </build>
 </project>

Modified: incubator/webwork2/webapps/shopping-cart/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/webapps/shopping-cart/pom.xml?rev=400339&r1=400338&r2=400339&view=diff
==============================================================================
--- incubator/webwork2/webapps/shopping-cart/pom.xml (original)
+++ incubator/webwork2/webapps/shopping-cart/pom.xml Sat May  6 10:09:33 2006
@@ -13,4 +13,24 @@
     <name>Shopping Cart Webapp</name>
     <dependencies>
     </dependencies>
+    
+    <build>
+       <plugins>
+               <plugin>
+                       <groupId>org.mortbay.jetty</groupId>
+                       <artifactId>maven-jetty6-plugin</artifactId>
+                       <configuration>
+                               <scanIntervalSeconds>10</scanIntervalSeconds>
+                       </configuration>
+                       <dependencies>
+                               <dependency>
+                                       
<groupId>org.apache.geronimo.specs</groupId>
+                                       
<artifactId>geronimo-j2ee_1.4_spec</artifactId>
+                                       <version>1.0</version>
+                                       <scope>provided</scope>
+                               </dependency>
+                       </dependencies>
+               </plugin>
+       </plugins>
+    </build>
 </project>

Modified: incubator/webwork2/webapps/starter/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/webapps/starter/pom.xml?rev=400339&r1=400338&r2=400339&view=diff
==============================================================================
--- incubator/webwork2/webapps/starter/pom.xml (original)
+++ incubator/webwork2/webapps/starter/pom.xml Sat May  6 10:09:33 2006
@@ -13,4 +13,24 @@
     <name>Starter Webapp</name>
     <dependencies>
     </dependencies>
+    
+    <build>
+       <plugins>
+               <plugin>
+                       <groupId>org.mortbay.jetty</groupId>
+                       <artifactId>maven-jetty6-plugin</artifactId>
+                       <configuration>
+                               <scanIntervalSeconds>10</scanIntervalSeconds>
+                       </configuration>
+                       <dependencies>
+                               <dependency>
+                                       
<groupId>org.apache.geronimo.specs</groupId>
+                                       
<artifactId>geronimo-j2ee_1.4_spec</artifactId>
+                                       <version>1.0</version>
+                                       <scope>provided</scope>
+                               </dependency>
+                       </dependencies>
+               </plugin>
+       </plugins>
+    </build>
 </project>


Reply via email to