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 Cocoon 2.2 (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 8/7/06 8:27:12 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: 1312 bytes (unchanged)
Content diff:
(18 equal lines skipped)
<pre>mvn archetype:create \
-DarchetypeGroupId=org.apache.cocoon \
-DarchetypeArtifactId=cocoon-22-archetype-block \
--- -DarchetypeVersion=1.0.0-M1 \
+++ -DarchetypeVersion=1.0.0-M2 \
-DgroupId=com.mycompany \
-DartifactId=myBlock \
</pre>
<p class="note">once again for copy and paste without line feeds:<br/>
<tt> mvn archetype:create -DarchetypeGroupId=org.apache.cocoon
--- -DarchetypeArtifactId=cocoon-22-archetype-block -DarchetypeVersion=1.0.0-M1
+++ -DarchetypeArtifactId=cocoon-22-archetype-block -DarchetypeVersion=1.0.0-M2
-DgroupId=com.mycompany -DartifactId=myBlock</tt></p>
<p>The next step is changing into the <tt>myBlock</tt> directory and
calling</p>
(11 equal lines skipped)