You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2012/12/29 19:52:26 UTC

svn commit: r844243 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/tomee-mp-getting-started.html

Author: buildbot
Date: Sat Dec 29 18:52:25 2012
New Revision: 844243

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/tomee-mp-getting-started.html

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Dec 29 18:52:25 2012
@@ -1 +1 @@
-1426430
+1426804

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Dec 29 18:52:25 2012
@@ -1 +1 @@
-1426430
+1426804

Modified: websites/staging/openejb/trunk/content/tomee-mp-getting-started.html
==============================================================================
--- websites/staging/openejb/trunk/content/tomee-mp-getting-started.html (original)
+++ websites/staging/openejb/trunk/content/tomee-mp-getting-started.html Sat Dec 29 18:52:25 2012
@@ -153,7 +153,7 @@
 
 <p>The current version of the archetype is '1.0.1'. So the needed command to generate an application is:</p>
 
-<pre><code>mvn archetype:generate -DarchetypeGroupId=org.apache.openejb.maven -DarchetypeArtifactId=tomee-wapp-archetype -DarchetypeVersion=1.0.1
+<pre><code>mvn archetype:generate -DarchetypeGroupId=org.apache.openejb.maven -DarchetypeArtifactId=tomee-webapp-archetype -DarchetypeVersion=1.0.1
 </code></pre>
 
 <p>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.