Skip to content

Commit

Permalink
APPNG-2023 introduced current variable
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Jul 28, 2017
1 parent 490fcce commit cab0a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Expand Up @@ -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`.
Expand Down

0 comments on commit cab0a63

Please sign in to comment.