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.