Author: wsmoak
Date: Fri Jun  2 20:38:04 2006
New Revision: 411369

URL: http://svn.apache.org/viewvc?rev=411369&view=rev
Log:
Remove the Jetty plugin config.  Based on the MyFaces archetype, Jetty 6 
requires the ContextListener to be registered in web.xml.

Modified:
    
struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/archetype-resources/pom.xml

Modified: 
struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/archetype-resources/pom.xml?rev=411369&r1=411368&r2=411369&view=diff
==============================================================================
--- 
struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/archetype-resources/pom.xml
 Fri Jun  2 20:38:04 2006
@@ -83,22 +83,6 @@
              </configuration>
           </plugin>
 
-          <!-- mvn package jetty6:run -->
-          <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>
 
        <finalName>${artifactId}</finalName>


Reply via email to