* Reinhard Poetz: > Jean-Baptiste Quenot wrote: > > > * Reinhard Poetz: > > > > In the future the plugin will also support a "cocoon:deploy" > > > goal that works based on a configuration file which > > > describes the blocks that should be installed and how they > > > are configured. > > > > Isn't that exactly what we need to automate webapp build? How > > many Maven plugins are needed? Just this one right? > > yes, only that the "cocoon:deploy" goal does nothing ATM.
When do you think it will be ready? Is it possible to help? I'm having an error with cocoon-block-deployer/cocoon-deployer-plugin/run.bat. To try and solve it I make the following replacement: Index: run.bat =================================================================== --- run.bat (revision 381303) +++ run.bat (working copy) @@ -1 +1 @@ -mvn -X -e org.apache.cocoon:cocoon-block-deployer-plugin:1.0-SNAPSHOT:simple-deploy1 \ No newline at end of file +mvn -X -e org.apache.cocoon:cocoon-deployer-plugin:1.0-SNAPSHOT:simple-deploy1 I get another error: [ERROR] BUILD FAILURE [INFO] ---------------------------------------------------------------------------- [INFO] Required goal not found: org.apache.cocoon:cocoon-deployer-plugin:1.0-SNAPSHOT:simple-deploy1 Where is defined « simple-deploy1 »? -- Jean-Baptiste Quenot http://caraldi.com/jbq/
