I have a multi-module project where each module inherits its <build> specification from the parent POM. Everything works fine except that the Javadoc plug-in always gives the following error *before* it generates the Javadoc for a module:
Error fetching link: /path/to/MODULE/target/apidocs/package-list. Ignored it. Why is the Javadoc plugin looking for the javadocs before it generates them and treating their absence as an error? It does, after printing this error, proceed to generate the docs. I'm using Maven 3.0.3 and Javadoc 2.7's jar goal (doing attached javadocs) -- Chad La Joie http://itumi.biz trusted identities, delivered --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
