Author: mrdon Date: Tue Oct 10 16:14:54 2006 New Revision: 462633 URL: http://svn.apache.org/viewvc?view=rev&rev=462633 Log: Minor updates for starter archetype WW-1453
Modified: struts/maven/trunk/struts2-archetype-starter/README.txt struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml Modified: struts/maven/trunk/struts2-archetype-starter/README.txt URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/README.txt?view=diff&rev=462633&r1=462632&r2=462633 ============================================================================== --- struts/maven/trunk/struts2-archetype-starter/README.txt (original) +++ struts/maven/trunk/struts2-archetype-starter/README.txt Tue Oct 10 16:14:54 2006 @@ -31,7 +31,7 @@ -DartifactId=myWebApp \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2-archetype-starter \ - -DarchetypeVersion=2.0.0-SNAPSHOT \ + -DarchetypeVersion=2.0.1-SNAPSHOT \ -DremoteRepositories=http://people.apache.org/maven-snapshot-repository IMPORTANT: @@ -50,9 +50,8 @@ path dynamically. If anyone knows how kindly let us know (dev@struts.apache.org). Tia - - - +COMMON TASKS +========== - to compile, execute mvn compile @@ -67,8 +66,4 @@ mvn package - to start it with jetty6 execute - mvn jetty6:run - - - - + mvn jetty:run Modified: struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?view=diff&rev=462633&r1=462632&r2=462633 ============================================================================== --- struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml Tue Oct 10 16:14:54 2006 @@ -30,18 +30,6 @@ <artifactId>struts2-sitemesh-plugin</artifactId> <version>2.0.1-SNAPSHOT</version> </dependency> - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-api</artifactId> - <version>2.0.1-SNAPSHOT</version> - </dependency> - - <!-- XWork --> - <dependency> - <groupId>opensymphony</groupId> - <artifactId>xwork</artifactId> - <version>2.0-SNAPSHOT</version> - </dependency> <!-- Freemarker --> <dependency> @@ -73,7 +61,7 @@ <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.1</version> + <version>1.1.1</version> </dependency> <!-- Dwr --> @@ -191,14 +179,6 @@ <configuration> <scanIntervalSeconds>10</scanIntervalSeconds> </configuration> - <dependencies> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-j2ee_1.4_spec</artifactId> - <version>1.0</version> - <scope>provided</scope> - </dependency> - </dependencies> </plugin> </plugins> </build>