You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Bob Arnott <bo...@aungate.com> on 2006/05/16 18:12:06 UTC

Problem installing parent POM

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Problem installing parent POM

Posted by Bob Arnott <bo...@aungate.com>.
Hendrik Busch wrote:
> Hi!
> 
>> http://snapshots.maven.codehaus.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-8/doxia-1.0-alpha-8.pom 
> 
>  > [...]
>> Reason: Cannot find parent: org.apache.maven.doxia:doxia for project: 
>> null:doxia-site-renderer:jar:1.0-alpha-8
> 
> Codehaus.org is currently down, so Maven can't resolve this dependency. 
> You can try to compile and install this dependency by hand:
> 
> svn co http://svn.apache.org/repos/asf/maven/doxia/tags/doxia-1.0-alpha-8
> 
> mvn install
> 
> Assuming you don't run in any other unresolvable dependencies, this 
> might work for you.

Ah, I didn't realise that it was still down... Bugger, this is really
screwing with my work.  I will try and compile it by hand, thanks for
the link.

Cheers,

-- 
Bob Arnott


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Problem installing parent POM

Posted by Hendrik Busch <he...@lexisnexis.de>.
Hi!

> http://snapshots.maven.codehaus.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-8/doxia-1.0-alpha-8.pom 
 > [...]
> Reason: Cannot find parent: org.apache.maven.doxia:doxia for project: 
> null:doxia-site-renderer:jar:1.0-alpha-8

Codehaus.org is currently down, so Maven can't resolve this dependency. 
You can try to compile and install this dependency by hand:

svn co http://svn.apache.org/repos/asf/maven/doxia/tags/doxia-1.0-alpha-8

mvn install

Assuming you don't run in any other unresolvable dependencies, this 
might work for you.

-- 
Mit freundlichen Grüßen / Kind regards

Hendrik Busch - Stellv. Leiter der Softwareentwicklung

LexisNexis Deutschland GmbH
http://www.lexisnexis.de
Feldstiege 100
D-48161 Münster
phone +49 (0) 2533-9300-455
fax +49 (0) 02533-9300-50
hendrik.busch@lexisnexis.de

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org