maven-site-plugin
maven-site-plugin copied to clipboard
[MSITE-1000] Introduce parser configuration parameter
This leverages PlexusConfigurator under the hood
Requires https://github.com/apache/maven-doxia-sitetools/pull/140.
I will happily review again after #185 has been merged.
It also fails with: Error generating maven-plugin-report-plugin:3.12.0:report report:
The bug is in org.apache.maven.tools.plugin.generator.PluginDescriptorFilesGenerator.getJavadocUrlForType(JavadocLinkGenerator, String). I guess it should until all generics are resolved.
Here is a fix: https://github.com/apache/maven-plugin-tools/pull/281