You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/06/05 18:12:15 UTC

svn commit: r1600692 - /tomee/site/trunk/content/tomee-mp-getting-started.mdtext

Author: andygumbrecht
Date: Thu Jun  5 16:12:14 2014
New Revision: 1600692

URL: http://svn.apache.org/r1600692
Log:
Version

Modified:
    tomee/site/trunk/content/tomee-mp-getting-started.mdtext

Modified: tomee/site/trunk/content/tomee-mp-getting-started.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-mp-getting-started.mdtext?rev=1600692&r1=1600691&r2=1600692&view=diff
==============================================================================
--- tomee/site/trunk/content/tomee-mp-getting-started.mdtext (original)
+++ tomee/site/trunk/content/tomee-mp-getting-started.mdtext Thu Jun  5 16:12:14 2014
@@ -4,9 +4,9 @@ Title: TomEE Maven Plugin
 
 TomEE provides a maven-archetype for generating a maven based project. This template-project is preconfigured with `javaee-api` (scope provided) and with the `tomee-maven-plugin` for starting the application with TomEE.
 
-The current version of the archetype is '1.6.0'. So the needed command to generate an application is:
+The current version of the archetype is '1.6.0.2'. So the needed command to generate an application is:
 
-    mvn archetype:generate -DarchetypeGroupId=org.apache.openejb.maven -DarchetypeArtifactId=tomee-webapp-archetype -DarchetypeVersion=1.6.0
+    mvn archetype:generate -DarchetypeGroupId=org.apache.openejb.maven -DarchetypeArtifactId=tomee-webapp-archetype -DarchetypeVersion=1.6.0.2
 
 The first time you run this command maven downloads the archetype and some parts related to it. Afterwards you see a prompt which allows you to specify the groupId, artifactId, version and package of your application.
 If you are using 'tomee' as groupId, 'tomee-demo' as artifactId, '1.0' as version and 'myapp' as package, your console should show something like: