Fix typo and change hardcoded Struts version to Placeholder

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1521602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Johannes Geppert
2013-09-10 19:29:54 +00:00
parent b0fab939e9
commit bfdfdd38da
5 changed files with 6 additions and 6 deletions
@@ -20,7 +20,7 @@ USAGE
-DartifactId=myWebApp \
-DarchetypeGroupId=org.apache.struts \
-DarchetypeArtifactId=struts2-archetype-angularjs \
-DarchetypeVersion=2.3.16 \
-DarchetypeVersion=<CURRENT_STRUTS_VERSION> \
-DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository
IMPORTANT:
@@ -20,7 +20,7 @@ USAGE
-DartifactId=myWebApp \
-DarchetypeGroupId=org.apache.struts \
-DarchetypeArtifactId=struts2-archetype-blank \
-DarchetypeVersion=2.0.9-SNAPSHOT \
-DarchetypeVersion=<CURRENT_STRUTS_VERSION> \
-DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository
IMPORTANT:
@@ -1,6 +1,6 @@
INFORMATION
===========
- This is Struts 2's "Blank Convetion" Maven Archetype
- This is Struts 2's "Blank Convention" Maven Archetype
USAGE
=====
@@ -20,7 +20,7 @@ USAGE
-DartifactId=myWebApp \
-DarchetypeGroupId=org.apache.struts \
-DarchetypeArtifactId=struts2-archetype-convention \
-DarchetypeVersion=2.1.8 \
-DarchetypeVersion=<CURRENT_STRUTS_VERSION> \
-DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository
IMPORTANT:
@@ -22,7 +22,7 @@ USAGE
-DartifactId=myWebApp \
-DarchetypeGroupId=org.apache.struts \
-DarchetypeArtifactId=struts2-archetype-dbportlet \
-DarchetypeVersion=2.0.9-SNAPSHOT \
-DarchetypeVersion=<CURRENT_STRUTS_VERSION> \
-DremoteRepositories=http://people.apache.org/maven-snapshot-repository
- to compile, execute
@@ -31,7 +31,7 @@ USAGE
-DartifactId=myWebApp \
-DarchetypeGroupId=org.apache.struts \
-DarchetypeArtifactId=struts2-archetype-starter \
-DarchetypeVersion=2.0.11
-DarchetypeVersion=<CURRENT_STRUTS_VERSION>
COMMON TASKS