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/07 02:20:16 UTC

svn commit: r366621 - in /struts/sandbox/trunk/archetypes/action-blank: README.txt pom.xml

Author: wsmoak
Date: Fri Jan  6 17:20:02 2006
New Revision: 366621

URL: http://svn.apache.org/viewcvs?rev=366621&view=rev
Log:
Conform to archetype naming conventions.

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

Modified: struts/sandbox/trunk/archetypes/action-blank/README.txt
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/action-blank/README.txt?rev=366621&r1=366620&r2=366621&view=diff
==============================================================================
--- struts/sandbox/trunk/archetypes/action-blank/README.txt (original)
+++ struts/sandbox/trunk/archetypes/action-blank/README.txt Fri Jan  6 17:20:02 2006
@@ -15,7 +15,7 @@
    $ cd ~/projects
    $ mvn archetype:create 
          -DarchetypeGroupId=struts
-         -DarchetypeArtifactId=struts-action-archetype-blank 
+         -DarchetypeArtifactId=struts-archetype-action-blank 
          -DarchetypeVersion=1.3.0-SNAPSHOT 
          -DgroupId=com.example
          -DpackageName=com.example.projectname

Modified: struts/sandbox/trunk/archetypes/action-blank/pom.xml
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/action-blank/pom.xml?rev=366621&r1=366620&r2=366621&view=diff
==============================================================================
--- struts/sandbox/trunk/archetypes/action-blank/pom.xml (original)
+++ struts/sandbox/trunk/archetypes/action-blank/pom.xml Fri Jan  6 17:20:02 2006
@@ -4,7 +4,7 @@
 
    <modelVersion>4.0.0</modelVersion>
    <groupId>struts</groupId>
-   <artifactId>struts-action-archetype-blank</artifactId>
+   <artifactId>struts-archetype-action-blank</artifactId>
    <version>1.3.0-SNAPSHOT</version>
    <packaging>maven-plugin</packaging>
    <name>Struts Action Blank Archetype</name>



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