A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1159.html
Document ID: 1159 Branch: main Language: default Name: Getting started with your Cocoon 2.2 based project (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 10/3/06 9:38:02 AM Updated by: Carsten Ziegeler A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 2704 bytes (previous version: 2696 bytes) Content diff: (23 equal lines skipped) <pre>mvn archetype:create \ -DarchetypeGroupId=org.apache.cocoon \ --- -DarchetypeArtifactId=cocoon-22-webapp-block \ +++ -DarchetypeArtifactId=cocoon-22-archetype-webapp \ -DarchetypeVersion=1.0.0-SNAPSHOT \ -DgroupId=com.mycompany \ -DartifactId=myBlock \ (2 equal lines skipped) <p class="note">once again for copy and paste without line feeds:<br/> <tt>mvn archetype:create -DarchetypeGroupId=org.apache.cocoon --- -DarchetypeArtifactId=cocoon-22-webapp-block -DarchetypeVersion=1.0.0-SNAPSHOT --- -DgroupId=com.mycompany -DartifactId=myBlock</tt></p> +++ -DarchetypeArtifactId=cocoon-22-archetype-webapp +++ -DarchetypeVersion=1.0.0-SNAPSHOT -DgroupId=com.mycompany +++ -DartifactId=myBlock</tt></p> <p>The next step is changing into the <tt>myBlock</tt> directory and calling</p> (48 equal lines skipped)