You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by da...@cocoon.zones.apache.org on 2007/12/07 11:32:35 UTC

[DAISY] Comment added to Your first Cocoon application using Maven 2

A comment has been created.

http://cocoon.zones.apache.org/daisy/documentation/1159.html

Document ID: 1159
Name: Your first Cocoon application using Maven 2
Branch: main
Language: default

Created by: Job Honig
Created on: 12/7/07 10:32:17 AM
Visibility: public

If you have a fresh maven install, "mvn jetty:run" will
NOT work because a lot of dependencies haven't been
downloaded yet.  When using the command: "mvn org.mortbay.jetty:maven-jetty-plugin:run", maven will
download all necessery dependencies first.  After that,
the simple command will suffice.