[DAISY] Updated: Building Cocoon 2.2
| Newsgroups | gmane.text.xml.cocoon.documentation |
|---|---|
| Message-ID | <[email protected]> |
A document has been updated:
http://cocoon.zones.apache.org/daisy/documentation/798.html
Document ID: 798
Branch: main
Language: default
Name: Building Cocoon 2.2 (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 6/11/08 3:51:03 PM
Updated by: Grzegorz Kossakowski
A new version has been created, state: publish
Parts
=====
Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name: (unchanged)
Size: 1824 bytes (previous version: 1870 bytes)
Content diff:
(25 equal lines skipped)
downloaded my Maven automatically. Go to the root directory of your working copy
of Cocoon and call</p>
--- <pre>mvn clean install -Dmaven.test.skip=true</pre>
+++ <pre>mvn clean install</pre>
<p>This will build the core artifacts (sitemap, pipelines, blocks-fw, etc.) and
the most important blocks. If you want to build Cocoon completly, call</p>
--- <pre>mvn install -Dmaven.test.skip=true -P allblocks
+++ <pre>mvn install -P allblocks
</pre>
<p>which activates the allblocks profile.</p>
(16 equal lines skipped)