Author: wsmoak
Date: Sun Aug 27 00:15:00 2006
New Revision: 437316
URL: http://svn.apache.org/viewvc?rev=437316&view=rev
Log:
The released archetype version number will match the Struts version it uses, so
set it to 1.3.5-SNAPSHOT now, and release as struts-archetype-blank 1.3.5.
Complete the Tiles configuration, but leave it commented out.
STR-2899
Modified:
struts/maven/trunk/struts-archetype-blank/README.txt
struts/maven/trunk/struts-archetype-blank/pom.xml
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/pom.xml
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
Modified: struts/maven/trunk/struts-archetype-blank/README.txt
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts-archetype-blank/README.txt?rev=437316&r1=437315&r2=437316&view=diff
==
--- struts/maven/trunk/struts-archetype-blank/README.txt (original)
+++ struts/maven/trunk/struts-archetype-blank/README.txt Sun Aug 27 00:15:00
2006
@@ -10,10 +10,12 @@
$ mvn archetype:create\
-DarchetypeGroupId=org.apache.struts\
-DarchetypeArtifactId=struts-archetype-blank\
- -DarchetypeVersion=1.0-SNAPSHOT \
+ -DarchetypeVersion=\
-DgroupId=com.example \
-DpackageName=com.example.projectname \
- -DartifactId=my-webapp \
+ -DartifactId=projectname
+
+ If ends in -SNAPSHOT, use the snapshot repo:
-DremoteRepositories=http://people.apache.org/maven-snapshot-repository
To build your new webapp:
Modified: struts/maven/trunk/struts-archetype-blank/pom.xml
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts-archetype-blank/pom.xml?rev=437316&r1=437315&r2=437316&view=diff
==
--- struts/maven/trunk/struts-archetype-blank/pom.xml (original)
+++ struts/maven/trunk/struts-archetype-blank/pom.xml Sun Aug 27 00:15:00 2006
@@ -6,11 +6,11 @@
org.apache.struts
struts-master
- 3-SNAPSHOT
+ 3
org.apache.struts
struts-archetype-blank
- 1.0-SNAPSHOT
+ 1.3.5-SNAPSHOT
jar
Struts Archetypes - Blank
Modified:
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/pom.xml?rev=437316&r1=437315&r2=437316&view=diff
==
---
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/pom.xml
(original)
+++
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/pom.xml
Sun Aug 27 00:15:00 2006
@@ -25,28 +25,28 @@
org.apache.struts
struts-core
- 1.3.5-SNAPSHOT
+ 1.3.5
org.apache.struts
struts-taglib
- 1.3.5-SNAPSHOT
+ 1.3.5
+
Modified:
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml?rev=437316&r1=437315&r2=437316&view=diff
==
---
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml
(original)
+++
struts/maven/trunk/struts-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml
Sun Aug 27 00:15:00 2006
@@ -138,8 +138,10 @@
Paths found in Tiles definitions are relative to the main context.
- To use this plugin, uncomment the struts-tiles dependency in pom.xml
- directory then uncomment the plugin definition below.
+ To use this plugin, uncomment the following:
+- the struts-tiles dependency in pom.xml,
+- the chainConfig init-param in web.xml, and
+- the the plugin definition below.
-->
2