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>        
&lt;groupId&gt;<strong><tt>com.mycompany</tt></strong>&lt;/groupId&gt;
            &lt;artifactId&gt;<strong>myBlock1</strong>&lt;/artifactId&gt;
---         
&lt;version&gt;<strong>1.0-SNAPSHOT</strong>&lt;/version&gt;</strong>
+++         &lt;version&gt;<strong>1.0.0</strong>&lt;/version&gt;</strong>
          &lt;/dependency&gt;
          &lt;dependency&gt;
    <strong>        
&lt;groupId&gt;<strong><tt>com.mycompany</tt></strong>&lt;/groupId&gt;
            &lt;artifactId&gt;<strong>myBlock2</strong>&lt;/artifactId&gt;
---         
&lt;version&gt;<strong>1.0-SNAPSHOT</strong>&lt;/version&gt;</strong>
+++         &lt;version&gt;<strong>1.0.0</strong>&lt;/version&gt;</strong>
          &lt;/dependency&gt;
        &lt;/dependencies&gt;
      [...]
(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)