[DAISY] Updated: Deploying a Cocoon application
| Newsgroups | gmane.text.xml.cocoon.documentation |
|---|---|
| Message-ID | <[email protected]> |
A document has been updated:
http://cocoon.zones.apache.org/daisy/documentation/1362.html
Document ID: 1362
Branch: main
Language: default
Name: Deploying a Cocoon application (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 7/17/08 1:32:24 PM
Updated by: Ross McDonald
A new version has been created, state: draft
Parts
=====
Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name: (unchanged)
Size: 6955 bytes (previous version: 6969 bytes)
Content diff:
(91 equal lines skipped)
<dependency>
<strong> <groupId><strong><tt>com.mycompany</tt></strong></groupId>
<artifactId><strong>myBlock1</strong></artifactId>
--- <version><strong>1.0-SNAPSHOT</strong></version></strong>
+++ <version><strong>1.0.0</strong></version></strong>
</dependency>
<dependency>
<strong> <groupId><strong><tt>com.mycompany</tt></strong></groupId>
<artifactId><strong>myBlock2</strong></artifactId>
--- <version><strong>1.0-SNAPSHOT</strong></version></strong>
+++ <version><strong>1.0.0</strong></version></strong>
</dependency>
</dependencies>
[...]
(39 equal lines skipped)
<p>Having a parent pom file, you can trigger a reactor build from root, e.g. you
can call mvn install from root which will compile, package and install the
--- webapp and the block. Maven also takes care that the modules are build,
+++ webapp and the block. Maven also takes care that the modules are built,
according to the dependency graph, in the correct order.</p>
<p>If you want to inherit information (e.g. plugin configurations, properties,
(44 equal lines skipped)