Author: mrdon Date: Tue Oct 10 15:38:21 2006 New Revision: 462616 URL: http://svn.apache.org/viewvc?view=rev&rev=462616 Log: First cut at an archetype blank WW-1412
Added: struts/maven/trunk/struts2-archetype-blank/ - copied from r462606, struts/maven/trunk/struts2-archetype-starter/ Removed: struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/java/ struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/resources/applicationContext.xml struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/resources/com/ struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/resources/globalmessages.properties struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/resources/log4j.properties struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/resources/struts.properties struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/resources/struts.xml struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/resources/xwork-conversion.properties struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/ struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/ftl/ struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/index.jsp struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/styles/ struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/test/ Modified: struts/maven/trunk/struts2-archetype-blank/pom.xml struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml Modified: struts/maven/trunk/struts2-archetype-blank/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/pom.xml?view=diff&rev=462616&r1=462606&r2=462616 ============================================================================== --- struts/maven/trunk/struts2-archetype-blank/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-blank/pom.xml Tue Oct 10 15:38:21 2006 @@ -8,9 +8,9 @@ </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>struts2-archetype-starter</artifactId> + <artifactId>struts2-archetype-blank</artifactId> <version>2.0.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> - <name>Struts 2 Archetypes - Starter</name> + <name>Struts 2 Archetypes - Blank</name> </project> Modified: struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml?view=diff&rev=462616&r1=462606&r2=462616 ============================================================================== --- struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml Tue Oct 10 15:38:21 2006 @@ -6,9 +6,9 @@ <artifactId>${artifactId}</artifactId> <packaging>war</packaging> <version>${version}</version> - <name>Struts 2 Starter</name> + <name>Struts 2 ${artifactId}</name> <url>http://www.myComp.com</url> - <description>Struts 2 Starter</description> + <description>Struts 2 Blank</description> <dependencies> <!-- Junit --> @@ -25,30 +25,6 @@ <artifactId>struts2-core</artifactId> <version>2.0.1-SNAPSHOT</version> </dependency> - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-sitemesh-plugin</artifactId> - <version>2.0.1-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-api</artifactId> - <version>2.0.1-SNAPSHOT</version> - </dependency> - - <!-- XWork --> - <dependency> - <groupId>opensymphony</groupId> - <artifactId>xwork</artifactId> - <version>2.0-SNAPSHOT</version> - </dependency> - - <!-- Freemarker --> - <dependency> - <groupId>freemarker</groupId> - <artifactId>freemarker</artifactId> - <version>2.3.4</version> - </dependency> <!-- Servlet & Jsp --> <dependency> @@ -64,32 +40,6 @@ <scope>provided</scope> </dependency> - <!-- Jakarta Commons --> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.0.4</version> - </dependency> - <dependency> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> - <version>1.1</version> - </dependency> - - <!-- Dwr --> - <dependency> - <groupId>uk.ltd.getahead</groupId> - <artifactId>dwr</artifactId> - <version>1.1-beta-3</version> - </dependency> - - <!-- SiteMesh --> - <dependency> - <groupId>opensymphony</groupId> - <artifactId>sitemesh</artifactId> - <version>2.2.1</version> - </dependency> - <!-- Spring --> <dependency> <groupId>org.springframework</groupId> @@ -112,15 +62,6 @@ <version>1.2.8</version> </dependency> - <!-- JasperReports is available under - the GPL, LGPL, and commercial licenses. - http://www.jaspersoft.com/pr_licensing.html - <dependency> - <groupId>jasperreports</groupId> - <artifactId>jasperreports</artifactId> - <version>1.2.1</version> - </dependency> - --> </dependencies> <repositories> @@ -187,18 +128,10 @@ <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>maven-jetty-plugin</artifactId> - <version>6.0.1</version> + <version>6.0.3</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>