Oops...
My mistake ;-) I was running the command from the wrong folder. Cheers, Robby From: Robby Pelssers [mailto:[email protected]] Sent: Thursday, November 12, 2009 9:49 AM To: [email protected] Subject: Cocoon 3 configuration problem Hi all, I wanted to quickly install and run a new Cocoon-3 sample block. I used the cocoon-archetype-sample like below which installed the sample fine. mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create -DarchetypeGroupId=org.apache.cocoon.archetype-sample -DarchetypeArtifactId=cocoon-archetype-sample -DarchetypeVersion=3.0.0-alpha-1 -DgroupId=com.ciber -DartifactId=prototyping But when I ran mvn jetty:run I got following exception: $ mvn jetty:run [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'jetty'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does not exist or no valid version could be found [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Thu Nov 12 09:43:40 CET 2009 [INFO] Final Memory: 1M/4M [INFO] ------------------------------------------------------------------------ So what's the way to go nowadays for a Cocoon-3 quickstart? Kind regards, Robby Pelssers
