Author: danhaywood
Date: Fri Nov 14 18:30:43 2014
New Revision: 1639723
URL: http://svn.apache.org/r1639723
Log:
archetypes
Modified:
isis/site/trunk/content/intro/getting-started/simpleapp-archetype.md
isis/site/trunk/content/intro/getting-started/todoapp-archetype.md
Modified: isis/site/trunk/content/intro/getting-started/simpleapp-archetype.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/intro/getting-started/simpleapp-archetype.md?rev=1639723&r1=1639722&r2=1639723&view=diff
==============================================================================
--- isis/site/trunk/content/intro/getting-started/simpleapp-archetype.md
(original)
+++ isis/site/trunk/content/intro/getting-started/simpleapp-archetype.md Fri
Nov 14 18:30:43 2014
@@ -34,13 +34,13 @@ We also maintain the archetype for the m
The process is almost identical to that for stable releases, however the
`archetype:generate` goal is called with slightly different arguments:
mvn archetype:generate \
- -D
archetypeRepository=http://repository-estatio.forge.cloudbees.com/snapshot/ \
-D archetypeGroupId=org.apache.isis.archetype \
-D archetypeArtifactId=simpleapp-archetype \
-D archetypeVersion=1.8.0-SNAPSHOT \
-D groupId=com.mycompany \
-D artifactId=myapp \
-D version=1.0-SNAPSHOT \
+ -D
archetypeRepository=http://repository-estatio.forge.cloudbees.com/snapshot/ \
-B
where as before:
@@ -51,8 +51,8 @@ where as before:
but also:
-- `archetypeRepository` specifies the location of our snapshot repo (hosted on
[CloudBees](http://www.cloudbees.com)), and
- `archetypeVersion` is the SNAPSHOT version of Isis.
+- `archetypeRepository` specifies the location of our snapshot repo (hosted on
[CloudBees](http://www.cloudbees.com)), and
The archetype generation process will then run; it only takes a few seconds.
Modified: isis/site/trunk/content/intro/getting-started/todoapp-archetype.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/intro/getting-started/todoapp-archetype.md?rev=1639723&r1=1639722&r2=1639723&view=diff
==============================================================================
--- isis/site/trunk/content/intro/getting-started/todoapp-archetype.md
(original)
+++ isis/site/trunk/content/intro/getting-started/todoapp-archetype.md Fri Nov
14 18:30:43 2014
@@ -59,13 +59,13 @@ We also maintain the archetype for the m
The process is almost identical to that for stable releases, however the
`archetype:generate` goal is called with slightly different arguments:
mvn archetype:generate \
- -D
archetypeRepository=http://repository-estatio.forge.cloudbees.com/snapshot/ \
-D archetypeGroupId=org.apache.isis.archetype \
-D archetypeArtifactId=simpleapp-archetype \
-D archetypeVersion=1.8.0-SNAPSHOT \
-D groupId=com.mycompany \
-D artifactId=myapp \
-D version=1.0-SNAPSHOT \
+ -D
archetypeRepository=http://repository-estatio.forge.cloudbees.com/snapshot/ \
-B
where as before:
@@ -76,8 +76,8 @@ where as before:
but also:
-- `archetypeRepository` specifies the location of our snapshot repo (hosted on
[CloudBees](http://www.cloudbees.com)), and
- `archetypeVersion` is the SNAPSHOT version of Isis.
+- `archetypeRepository` specifies the location of our snapshot repo (hosted on
[CloudBees](http://www.cloudbees.com)), and
The archetype generation process will then run; it only takes a few seconds.