I'm having some problems building a multi module project. The first module, XXX A Server API, builds fine and I can deploy it into my repository.
The second module, XXX B Server API, wont build as it can't find the parent POM in the repository. Why the first module doesn't fail like this I don't know, maybe it's because the second module has a dependency on the first...? So I tried to deploy the parent POM, but get the following error: C:\Development>mvn deploy [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] XXX API [INFO] XXX A Server API [INFO] XXX B Server API [INFO] XXX C Server API [INFO] ---------------------------------------------------------------------------- [INFO] Building XXX API [INFO] task-segment: [deploy] [INFO] ---------------------------------------------------------------------------- Downloading: http://snapshots.maven.codehaus.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-8/doxia-1.0-alpha-8.pom [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: null:doxia-site-renderer:jar:1.0-alpha-8 Reason: Cannot find parent: org.apache.maven.doxia:doxia for project: null:doxia-site-renderer:jar:1.0-alpha-8 [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 seconds [INFO] Finished at: Tue May 16 17:10:18 BST 2006 [INFO] Final Memory: 4M/7M [INFO] ------------------------------------------------------------------------ What's this doxia thing and why is it failing...? Cheers, -- Bob Arnott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
