A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1362.html
Document ID: 1362 Branch: main Language: default Name: Deploying a Cocoon application (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 3/18/08 9:47:12 PM Updated by: Reinhard Pötz A new version has been created, state: draft Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 5905 bytes (previous version: 5913 bytes) Content diff: (27 equal lines skipped) <pre>mvn archetype:create -DarchetypeGroupId=org.apache.cocoon -DarchetypeArtifactId=cocoon-22-archetype-webapp --- -DarchetypeVersion=1.0.0-RC1 +++ -DarchetypeVersion=1.0.0 -DgroupId=com.mycompany -DartifactId=<tt>myCocoonWebapp</tt> </pre> <p class="note">For copy and paste without line feeds:<br/> <tt>mvn archetype:create -DarchetypeGroupId=org.apache.cocoon --- -DarchetypeArtifactId=cocoon-22-archetype-webapp -DarchetypeVersion=1.0.0-RC1 +++ -DarchetypeArtifactId=cocoon-22-archetype-webapp -DarchetypeVersion=1.0.0 -DgroupId=com.mycompany -DartifactId=</tt><tt>myCocoonWebapp</tt></p> <p>Looking at the filesystem, you should find following directory structure:</p> (127 equal lines skipped)