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: 5/6/07 5:13:54 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: 5646 bytes (previous version: 5495 bytes) Content diff: <html> <body> +++ <p>This tutorial is based on the +++ <a href="http://cocoon.zones.apache.org/daisy/cdocs/g2/g1/g2/1159.html">"Your +++ first Cocoon application using Maven 2"</a> guide which shows how to bootstrap a +++ Cocoon project.</p> +++ <p>In this tutorial, you will:</p> <ol> <li>Connect the block to the webapp and run it</li> --- <li>Create a parent Maven POM for the webapp and block (a convenience which --- allows you to trigger cascading builds of both maven modules from a single --- command)</li> +++ <li>Create a parent Maven POM for the webapp and block <br/> +++ (a convenience which allows you to trigger cascading builds of both maven +++ modules from a single command)</li> <li>Change the block mount point so that it is mounted at the root level context --- (typical for a web application "main block")</li> +++ (typical for a web application's "main block")</li> </ol> <h1>Creating a Cocoon web application</h1> (128 equal lines skipped) <pre> <property name="mountPath" value=""/> </pre> --- <p>and then do <tt>mvn:install</tt>.</p> +++ <p>and then run <tt>mvn:install</tt>.</p> --- <h1>Conclusion and further information</h1> --- --- <p class="fixme">TBD</p> --- </body> </html>