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: 10/30/07 7:24:29 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: 6095 bytes (unchanged)
Content diff:
(26 equal lines skipped)
    <pre>mvn archetype:create
      -DarchetypeGroupId=org.apache.cocoon
      -DarchetypeArtifactId=cocoon-22-archetype-block
---   -DarchetypeVersion=1.0.0-RC1
+++   -DarchetypeVersion=1.0.0-RC2
      -DgroupId=com.mycompany
      -DartifactId=myBlock1 
    </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-RC1
+++ -DarchetypeArtifactId=cocoon-22-archetype-block -DarchetypeVersion=1.0.0-RC2
    -DgroupId=com.mycompany -DartifactId=myBlock1</tt></p>
    
    <p class="note">If you are using a cocoon binary build from svn trunk then 
you
(107 equal lines skipped)