Error fetching link when running Javadoc Report, but can't find link

2012-01-16 Thread Dennis Lundberg
Hi

When looking through the build log for the EAR Plugin release, I noticed
a couple of errors like this one:

---
[INFO] Generating JavaDocs report--- Maven Javadoc Plugin 2.8
[ERROR] Error fetching link:
http://xmlunit.sourceforge.net/apidocs/package-list. Ignored it.
[INFO]
Loading source files for package org.apache.maven.plugin.ear...
Loading source files for package org.apache.maven.plugin.ear.output...
Loading source files for package org.apache.maven.plugin.ear.util...
...


It seems that the Javadocs have moved, So I thought I'd fix the link.
But I'm unable to find any reference to the above URL in the POM
inheritance chain. Does anyone know where it could be?

I used Maven 2.2.1 for the release, if that matters.

-- 
Dennis Lundberg

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Error fetching link when running Javadoc Report, but can't find link

2012-01-16 Thread Robert Scholte

Hi Dennis,

Check the  
org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getJavadocLink(MavenProject)
It will build a javadoc link relative to the project URL as described in  
the pom of the dependency.


-Robert


On Mon, 16 Jan 2012 21:27:07 +0100, Dennis Lundberg denn...@apache.org  
wrote:



http://xmlunit.sourceforge.net/apidocs/


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org