You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by da...@cocoon.zones.apache.org on 2006/12/19 11:43:01 UTC

[DAISY] Updated: Your first Cocoon application [with Maven]

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 [with Maven] (previously Your first Cocoon application)
Document Type: Cocoon Document (unchanged)
Updated on: 12/19/06 10:42:45 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: 2664 bytes (previous version: 2670 bytes)
Content diff:
(24 equal lines skipped)
    <pre>mvn archetype:create \
      -DarchetypeGroupId=org.apache.cocoon \
      -DarchetypeArtifactId=cocoon-22-archetype-webapp \
---   -DarchetypeVersion=1.0.0-SNAPSHOT \
+++   -DarchetypeVersion=1.0.0-M1 \
      -DgroupId=com.mycompany \
      -DartifactId=myBlock
    </pre>
(30 equal lines skipped)
    <pre>mvn archetype:create \
      -DarchetypeGroupId=org.apache.cocoon \
      -DarchetypeArtifactId=cocoon-22-archetype-block \
---   -DarchetypeVersion=1.0.0-M3 \
+++   -DarchetypeVersion=1.0.0-M4 \
      -DgroupId=com.mycompany \
      -DartifactId=myBlock 
    </pre>
(18 equal lines skipped)