Reinhard Poetz wrote: > Carsten Ziegeler wrote: >> Reinhard Poetz wrote: >> >>> 0. checkout complete trunk and >>> $ mvn clean install -Dmaven.test.skip=true >>> >>> Call this as long as you get "BUILD SUCCESSFUL". >>> >>> 1. go to cocoon-webapp >>> $ mvn cocoo:deploy >>> $ mvn jetty6:run >>> >>> 2. point your browser to http://localhost:8888/ or >>> http://localhost:8888/apps/cocoon-deployer-plugin-demo/test >>> >>> Please report back if it works for you too.
Repeated stage 0 a painful number of times. Then ran mvn cocoo:deploy and mvn cocoon:deploy. Both gave: [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Apache Cocoon [INFO] Various Maven Archetypes [INFO] Cocoon Core ... [INFO] Validation Block Implementation [INFO] Validation Block Sample [INFO] Core Webapp [INFO] Searching repository for plugin with prefix: 'cocoon'. [INFO] ---------------------------------------------------------------------------- [ERROR] BUILD ERROR [INFO] ---------------------------------------------------------------------------- [INFO] The plugin 'org.apache.maven.plugins:maven-cocoon-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: Mon Mar 27 19:28:09 BST 2006 [INFO] Final Memory: 2M/5M [INFO] ---------------------------------------------------------------------------- Or, for cocoon:deploy it said: [INFO] The plugin 'org.apache.maven.plugins:maven-cocoo-plugin' does not exist or no valid version could be found What's up? Upayavira
