You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/01/06 05:01:17 UTC

svn commit: r366413 - /struts/sandbox/trunk/archetypes/action-blank/README.txt

Author: wsmoak
Date: Thu Jan  5 20:01:11 2006
New Revision: 366413

URL: http://svn.apache.org/viewcvs?rev=366413&view=rev
Log:
Added instructions for checking out the archetype source code.  Added packageName to usage example.

Modified:
    struts/sandbox/trunk/archetypes/action-blank/README.txt

Modified: struts/sandbox/trunk/archetypes/action-blank/README.txt
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/action-blank/README.txt?rev=366413&r1=366412&r2=366413&view=diff
==============================================================================
--- struts/sandbox/trunk/archetypes/action-blank/README.txt (original)
+++ struts/sandbox/trunk/archetypes/action-blank/README.txt Thu Jan  5 20:01:11 2006
@@ -6,6 +6,8 @@
 
 To build and install the archetype in your local repository:
 
+   $ svn co http://svn.apache.org/repos/asf/struts/sandbox/trunk/archetypes
+   $ cd archetypes/action-blank
    $ mvn install
    
 To use the archetype to create a blank project:
@@ -15,7 +17,8 @@
          -DarchetypeGroupId=struts
          -DarchetypeArtifactId=struts-action-archetype-blank 
          -DarchetypeVersion=1.3.0-SNAPSHOT 
-         -DgroupId=com.mypackage
+         -DgroupId=com.example
+         -DpackageName=com.example.projectname
          -DartifactId=my-webapp
          
 To build your new webapp:



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org