Author: wsmoak
Date: Sun Feb 5 17:36:00 2006
New Revision: 375148
URL: http://svn.apache.org/viewcvs?rev=375148&view=rev
Log:
Added instructions for building and using the archetype.
Added:
struts/sandbox/trunk/archetypes/shale-blank/README.txt (with props)
Added: struts/sandbox/trunk/archetypes/shale-blank/README.txt
URL:
http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/shale-blank/README.txt?rev=375148&view=auto
==============================================================================
--- struts/sandbox/trunk/archetypes/shale-blank/README.txt (added)
+++ struts/sandbox/trunk/archetypes/shale-blank/README.txt Sun Feb 5 17:36:00
2006
@@ -0,0 +1,43 @@
+
+Shale Blank Archetype
+=====================
+
+This directory contains the Shale Blank Archetype for Maven 2.
+
+To build and install the archetype in your local repository:
+
+ $ svn co http://svn.apache.org/repos/asf/struts/sandbox/trunk/archetypes
+ $ cd archetypes/shale-blank
+ $ mvn install
+
+To use the archetype to create a blank project:
+
+ $ cd ~/projects
+ $ mvn archetype:create
+ -DarchetypeGroupId=struts
+ -DarchetypeArtifactId=struts-archetype-shale-blank
+ -DarchetypeVersion=1.0.1-SNAPSHOT
+ -DgroupId=com.example
+ -DpackageName=com.example.projectname
+ -DartifactId=projectname
+
+To build your new webapp:
+
+ $ cd projectname
+ $ mvn war:war
+
+
+Prerequisites
+-------------
+
+
+Other Issues
+------------
+
+
+FAQs
+----
+
+Q:
+
+A:
Propchange: struts/sandbox/trunk/archetypes/shale-blank/README.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: struts/sandbox/trunk/archetypes/shale-blank/README.txt
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]