kwin commented on code in PR #139:
URL: https://github.com/apache/maven-plugin-tools/pull/139#discussion_r996961032
##########
maven-script/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/tools/plugin/extractor/beanshell/BeanshellMojoDescriptorExtractor.java:
##########
@@ -131,6 +131,7 @@ private MojoDescriptor createMojoDescriptor( String
basedir, String resource, Pl
throw new InvalidPluginDescriptorException( "Error scanning
beanshell script", evalError );
}
+ // FIXME: convert javadocs
Review Comment:
I left the legacy handling in place, i.e. convert inline javadoc tags
afterwards to HTML (but only for legacy extractors).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]