mirror of
https://github.com/apache/struts.git
synced 2026-08-31 11:24:28 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user