Author: wsmoak Date: Fri Feb 9 21:18:35 2007 New Revision: 505635 URL: http://svn.apache.org/viewvc?view=rev&rev=505635 Log: WW-1726 Update the plugin archetype for Struts 2.0.5.
Modified: struts/maven/trunk/struts2-archetype-plugin/pom.xml struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml Modified: struts/maven/trunk/struts2-archetype-plugin/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-plugin/pom.xml?view=diff&rev=505635&r1=505634&r2=505635 ============================================================================== --- struts/maven/trunk/struts2-archetype-plugin/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-plugin/pom.xml Fri Feb 9 21:18:35 2007 @@ -9,7 +9,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-plugin</artifactId> - <version>2.0.3-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Struts 2 Archetypes - Plugin</name> Modified: struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml?view=diff&rev=505635&r1=505634&r2=505635 ============================================================================== --- struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml Fri Feb 9 21:18:35 2007 @@ -6,7 +6,6 @@ <groupId>${groupId}</groupId> <artifactId>${artifactId}</artifactId> <version>${version}</version> - <packaging>war</packaging> <name>Struts 2 Plugin</name> <dependencies> @@ -21,30 +20,9 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>2.0.2</version> + <version>2.0.5</version> </dependency> </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>