Author: tmjee Date: Sat Jul 1 23:36:14 2006 New Revision: 418556 URL: http://svn.apache.org/viewvc?rev=418556&view=rev Log: WW-1367 - changed the groupId of this maven archetype to 'org.apache.struts2' - the artifactId is 'struts2-archetype-quickstart - changed the README.txt file to reflect the above changes ** changes are due to renaming the struts packages
Modified: struts/struts2/trunk/archetype/README.txt struts/struts2/trunk/archetype/pom.xml Modified: struts/struts2/trunk/archetype/README.txt URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetype/README.txt?rev=418556&r1=418555&r2=418556&view=diff ============================================================================== --- struts/struts2/trunk/archetype/README.txt (original) +++ struts/struts2/trunk/archetype/README.txt Sat Jul 1 23:36:14 2006 @@ -29,7 +29,7 @@ - the webapp war name -> myWebApp - mvn archetype:create -DgroupId=com.myCompany.mySystem -DartifactId=myWebApp -DarchetypeGroupId=org.apache.struts.action2 -DarchetypeArtifactId=saf2-archetype-quickstart + mvn archetype:create -DgroupId=com.myCompany.mySystem -DartifactId=myWebApp -DarchetypeGroupId=org.apache.struts2 -DarchetypeArtifactId=struts2-archetype-quickstart THis will create the sample Web app template Modified: struts/struts2/trunk/archetype/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetype/pom.xml?rev=418556&r1=418555&r2=418556&view=diff ============================================================================== --- struts/struts2/trunk/archetype/pom.xml (original) +++ struts/struts2/trunk/archetype/pom.xml Sat Jul 1 23:36:14 2006 @@ -2,7 +2,7 @@ <project> <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.struts</groupId> + <groupId>org.apache.struts2</groupId> <artifactId>struts2-archetype-quickstart</artifactId> <version>1.0-SNAPSHOT</version> <packaging>maven-plugin</packaging>