A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1297.html
Document ID: 1297 Branch: main Language: default Name: Using the Reloading Classloader (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 3/18/08 10:00:05 PM Updated by: Reinhard Pötz A new version has been created, state: draft Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 4171 bytes (previous version: 4163 bytes) Content diff: (15 equal lines skipped) <plugin> <groupId>org.apache.cocoon</groupId> <artifactId>cocoon-maven-plugin</artifactId> --- <version>1.0.0-M1</version> +++ <version>1.0.0-M2</version> </plugin> [...] </plugins> (20 equal lines skipped) <p>The Maven 2 plugin can be invoked by calling</p> --- <pre>mvn cocoon:rcl</pre> +++ <pre>mvn cocoon:prepare</pre> <p>This creates a web application into<tt> ./target/rcl/webapp</tt> for your block.</p> (7 equal lines skipped) <pre><plugin> <groupId>org.apache.cocoon</groupId> <artifactId>cocoon-maven-plugin</artifactId> --- <version>1.0.0-M1</version> +++ <version>1.0.0-M2</version> <executions> <execution> <phase>compile</phase> <goals> --- <goal>rcl</goal> +++ <goal>prepare</goal> </goals> </execution> </executions> (22 equal lines skipped) <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>maven-jetty-plugin</artifactId> --- <version>6.0.2</version> +++ <version>6.1.7</version> <configuration> <connectors> <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> (35 equal lines skipped)