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/11/07 4:06:59 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: 8847 bytes (previous version: 8811 bytes) Content diff: (55 equal lines skipped) <h1>Creating a block</h1> <p>The next step is creating a Cocoon block which will contain your custom --- application. The development of any Cocoon web application is done within a --- block. Again, for this purpose there is a Maven archetype:</p> +++ application. The development of any Cocoon web application should be done within +++ a block. Again, for this purpose there is a Maven archetype:</p> <pre>mvn archetype:create -DarchetypeGroupId=org.apache.cocoon (36 equal lines skipped) <pre>mvn install</pre> --- <p>from there. This installs the block into your local Maven repository.</p> +++ <p>from there. This installs the block into your local Maven repository in +++ <tt>~/.m2/repository</tt>.</p> <p>Looking at the filesystem, you should find following directory structure:</p> (136 equal lines skipped)