A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1208.html
Document ID: 1208 Branch: main Language: default Name: List (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 5/18/07 11:10:14 AM 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: 2591 bytes (previous version: 849 bytes) Content diff: <html> <body> +++ <p>All the listed modules require a working Maven 2 installation. If you are not +++ familiar with Maven 2, see</p> +++ +++ <ul> +++ <li> +++ <a href="http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html">Maven +++ in 5 minutes</a> and the</li> +++ <li><a href="http://maven.apache.org/guides/getting-started/index.html">Getting +++ started guide</a></li> +++ </ul> +++ <table> <tbody> <tr> (13 equal lines skipped) </td> <td><a href="maven-plugins/rcl/1.0/">1.0</a></td> <td> --- <p>The Cocoono Maven plugin contains several goals that make the life of --- software developers easier, e.g. support for running blocks as webapps or --- support for paching the web.xml at deployment time.</p> +++ <p>The Cocoon Maven plugin contains several goals that make the life of software +++ developers easier, e.g. support for running blocks as webapps or support for +++ paching the web.xml at deployment time.</p> </td> </tr> <tr> (3 equal lines skipped) <td> <p>1.0</p> </td> --- <td/> +++ <td> +++ <p>This archetype creates a Cocoon block that comes with some small samples. The +++ purpose of them is not to show every possible feature but at least something +++ that already works and where you can start a Cocoon project from:</p> +++ +++ <pre>mvn archetype:create +++ -DarchetypeGroupId=org.apache.cocoon +++ -DarchetypeArtifactId=cocoon-22-archetype-block +++ -DarchetypeVersion=1.0.0-RC1 +++ -DgroupId=com.mycompany +++ -DartifactId=myBlock1 </pre> +++ +++ <p>See the <a href="daisy:1159">Your first Cocoon application</a> tutorial for +++ further details.</p> +++ </td> </tr> <tr> <td valign="top"> (2 equal lines skipped) <td valign="top"> <p>1.0</p> </td> --- <td valign="top"/> +++ <td valign="top"> +++ <p>Use this archetype to create a web application that is configured to host +++ Cocoon blocks. You only need to add the blocks dependencies:</p> +++ +++ <pre>mvn archetype:create +++ -DarchetypeGroupId=org.apache.cocoon +++ -DarchetypeArtifactId=cocoon-22-archetype-webapp +++ -DarchetypeVersion=1.0.0-RC1 +++ -DgroupId=com.mycompany +++ -DartifactId=<tt>myCocoonWebapp</tt></pre> +++ +++ <p>See the <a href="daisy:1362">Deploying a Cocoon application</a> tutorial for +++ further details.</p> +++ </td> </tr> <tr> <td valign="top"> (2 equal lines skipped) <td valign="top"> <p>1.0</p> </td> --- <td valign="top"/> +++ <td valign="top"> +++ <p>Use this archetype to create the simplest possible Cocoon block. It is useful +++ if you "only" what to add yet another block to your Cocoon based application: +++ </p> +++ +++ <pre>mvn archetype:create +++ -DarchetypeGroupId=org.apache.cocoon +++ -DarchetypeArtifactId=cocoon-22-archetype-block-plain +++ -DarchetypeVersion=1.0.0-RC1 +++ -DgroupId=com.mycompany +++ -DartifactId=myBlock1 </pre> +++ </td> </tr> </tbody> </table> (3 equal lines skipped)