Author: musachy Date: Fri May 18 17:12:31 2007 New Revision: 539647 URL: http://svn.apache.org/viewvc?view=rev&rev=539647 Log: Fix jetty configuration (same from showcase)
Modified: struts/struts2/trunk/apps/blank/pom.xml Modified: struts/struts2/trunk/apps/blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/pom.xml?view=diff&rev=539647&r1=539646&r2=539647 ============================================================================== --- struts/struts2/trunk/apps/blank/pom.xml (original) +++ struts/struts2/trunk/apps/blank/pom.xml Fri May 18 17:12:31 2007 @@ -47,18 +47,11 @@ <plugins> <plugin> <groupId>org.mortbay.jetty</groupId> - <artifactId>maven-jetty6-plugin</artifactId> + <artifactId>maven-jetty-plugin</artifactId> + <version>6.0.1</version> <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>