A document has been updated:
http://cocoon.zones.apache.org/daisy/documentation/756.html
Document ID: 756
Branch: main
Language: default
Name: Cocoon and Maven2 (aka "Mavenization of Cocoon" aka "M10N") (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 1/11/06 6:04:30 PM
Updated by: Jorg Heymans
A new version has been created, state: publish
Parts
=====
Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name: (unchanged)
Size: 12604 bytes (previous version: 12565 bytes)
Content diff:
(172 equal lines skipped)
webapp structure that has all our core webapp files in it. These files make
part
of every cocoon application.</p>
--- <p>In order to run the webapp you need to do <tt>mvn war:inplace</tt> from
the
--- cocoon-webapp directory. This will create a ready to mount webapp in
--- src/main/webapp/WEB-INF and will copy all dependencies to your webapp.</p>
+++ <p>In order to run the webapp you need to first do <tt>mvn war:inplace</tt>
+++ from the cocoon-webapp directory. This will copy all dependencies to
+++ WEB-INF/lib. You can then either :</p>
--- <p>Alternatively, you can just run <tt>mvn jetty6:run</tt> . This will
start the
--- jetty6 maven plugin that mounts the project as a webapp. It has some cool
--- additional features like hot redeploy, read more
--- <a
href="http://jetty.mortbay.org/jetty6/maven-plugin/index.html">here</a></p>
+++ <ul>
+++ <li>run <tt>mvn jetty6:run</tt> . This will start the jetty6 maven plugin
that
+++ mounts the project as a webapp. It has some cool additional features like
hot
+++ redeploy, read more
+++ <a
href="http://jetty.mortbay.org/jetty6/maven-plugin/index.html">here</a></li>
+++ <li>mount src/main/webapp under your favourite servlet container as an
exploded
+++ webapp.</li>
+++ </ul>
<h2>Archetypes</h2>
(123 equal lines skipped)
Fields
======
no changes
Links
=====
no changes
Custom Fields
=============
no changes
Collections
===========
no changes