maven-site-plugin icon indicating copy to clipboard operation
maven-site-plugin copied to clipboard

[MSITE-1000] Introduce parser configuration parameter

Open kwin opened this issue 1 year ago • 5 comments

This leverages PlexusConfigurator under the hood

Requires https://github.com/apache/maven-doxia-sitetools/pull/140.

kwin avatar Mar 20 '24 16:03 kwin

I will happily review again after #185 has been merged.

michael-o avatar Apr 30 '24 07:04 michael-o

It also fails with: Error generating maven-plugin-report-plugin:3.12.0:report report:

michael-o avatar May 01 '24 10:05 michael-o

The bug is in org.apache.maven.tools.plugin.generator.PluginDescriptorFilesGenerator.getJavadocUrlForType(JavadocLinkGenerator, String). I guess it should until all generics are resolved.

michael-o avatar May 01 '24 13:05 michael-o

Here is a fix: https://github.com/apache/maven-plugin-tools/pull/281

michael-o avatar May 01 '24 14:05 michael-o