You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ws...@apache.org on 2006/08/04 04:41:48 UTC

svn commit: r428598 - /shale/maven/trunk/archetypes/shale-archetype-blank/README.txt

Author: wsmoak
Date: Thu Aug  3 19:41:48 2006
New Revision: 428598

URL: http://svn.apache.org/viewvc?rev=428598&view=rev
Log:
Update the README to match the new version number, fix the repository and svn URLs.

Modified:
    shale/maven/trunk/archetypes/shale-archetype-blank/README.txt

Modified: shale/maven/trunk/archetypes/shale-archetype-blank/README.txt
URL: http://svn.apache.org/viewvc/shale/maven/trunk/archetypes/shale-archetype-blank/README.txt?rev=428598&r1=428597&r2=428598&view=diff
==============================================================================
--- shale/maven/trunk/archetypes/shale-archetype-blank/README.txt (original)
+++ shale/maven/trunk/archetypes/shale-archetype-blank/README.txt Thu Aug  3 19:41:48 2006
@@ -10,11 +10,11 @@
    $ mvn archetype:create                                             \
          -DarchetypeGroupId=org.apache.shale                          \
          -DarchetypeArtifactId=shale-archetype-blank                  \
-         -DarchetypeVersion=1.0-SNAPSHOT                              \
+         -DarchetypeVersion=1.0.3-SNAPSHOT                            \
          -DgroupId=com.example                                        \
          -DpackageName=com.example.projectname                        \
          -DartifactId=projectname                                     \
-         -DremoteRepositories=http://people.apache.org/maven-snapshot-repository
+         -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository
          
 To build your new webapp and install it in your local Maven repository:
 
@@ -36,7 +36,7 @@
 
 To build and install the archetype in your local repository:
 
-   $ svn co http://svn.apache.org/repos/asf/struts/shale/trunk/maven/archetypes
+   $ svn co http://svn.apache.org/repos/asf/shale/maven/trunk/archetypes
    $ cd archetypes/shale-archetype-blank
    $ mvn install