I also think that Maven is hard because it has not been endorsed by large vendors like BEA. BEA WebLogic comes with a set of ant tasks and conventions like the "split directory" project structure. There is a WebLogic plugin on codehaus that encapsulates these ant tasks but using it is difficult because:
- the split directory convention is far from Maven's conventions - the ant tasks (and so the Maven plugin) combine several phases of Maven's build lifecyle: generate-sources, compile, package So, when you try to mavenify a project that has been using these vendor tools and conventions for years, you're going to have a hard time especially because there's very few documentation available from people who went through this path before or only failure stories. I'd say that Maven is probably easier for projects based on open source tools and platforms. -- Gael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
