From cab0a6376ad704b6441e5b5d5b64c9168ac6b8d9 Mon Sep 17 00:00:00 2001 From: madness-inc Date: Fri, 28 Jul 2017 09:00:59 +0200 Subject: [PATCH] APPNG-2023 introduced current variable --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ab6802444..13083112d 100644 --- a/README.adoc +++ b/README.adoc @@ -68,7 +68,7 @@ Using the *appNG Maven Archetype*, you can easily create your first own applicat Therefore, the following command must be used (replace `mygroupid` and `myartifactid` with the desired values): [source,subs=normal] ---- -mvn archetype:generate -DgroupId=mygroupid -DartifactId=myartifactid -DarchetypeGroupId=org.appng -DarchetypeArtifactId=appng-archetype-application -DarchetypeVersion={current} -DinteractiveMode=false +mvn archetype:generate -DgroupId=mygroupid -DartifactId=myartifactid -DarchetypeGroupId=org.appng -DarchetypeArtifactId=appng-archetype-application -DarchetypeVersion={stable} -DinteractiveMode=false ---- Next, change into the created project folder and run `mvn package`.