Somewhat answered my own question. After some additional searching, I found http://maven.apache.org/plugins/maven-site-plugin/maven-3.html#Inheritance_of_reports and http://jira.codehaus.org/browse/MSITE-596 . This explains the overridden <reportPlugins/> that I mentioned.
What are any recommended workarounds, if any? Following the core concepts of Maven, I'd expect to have a solution that doesn't require copying-and-pasting of the link URLs for Javadoc within a project (inherited or not), as well as not needing to copy reporting plugins between parent and child. This could also work if the javadoc plugin just re-used the existing generated Javadocs during site-generation, without re-generating them with its own configuration... -- View this message in context: http://maven.40175.n5.nabble.com/Relation-between-reporting-plugins-and-build-plugins-pluginManagment-in-Maven-3-tp4670353p4670575.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
