A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1159.html
Document ID: 1159 Branch: main Language: default Name: Your first Cocoon application using Maven 2 (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 1/2/07 2:23:28 PM Updated by: Reinhard Pötz A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 7227 bytes (previous version: 7081 bytes) Content diff: (7 equal lines skipped) <pre>mvn --version</pre> --- <p>from command line.</p> +++ <p>from command line. If this doesn't work for you, consult read the +++ <a href="http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html">Maven +++ in 5 Minutes</a> tutorial.</p> --- <p>If that works for you, create a new directory which will be the root --- directory of your Cocoon application. For this tutorial, let's name it --- <tt>getting-started-app</tt>. Change into it and invoke the --- <tt>cocoon-22-archetype-webapp</tt> archetype:</p> +++ <p>Next create a new directory which will be the root directory of your Cocoon +++ application. For this tutorial, let's name it <tt>getting-started-app</tt>. +++ Change into it and invoke the <tt>cocoon-22-archetype-webapp</tt> archetype:</p> <pre>mvn archetype:create -DarchetypeGroupId=org.apache.cocoon (174 equal lines skipped)