Claudenw commented on code in PR #574: URL: https://github.com/apache/creadur-rat/pull/574#discussion_r2502990404
########## apache-rat-gradle-plugin/pom.xml: ########## Review Comment: Add a section to this pom to generate the site documentaiton. See rat-plugin `initial site generation` The result should generate markdown documentation for this component including a list of options similar to the maven and ant lists. ########## apache-rat-tools/src/main/java/org/apache/rat/documentation/options/GradleOption.java: ########## Review Comment: Add a method to RatTool `public Map<String, GradleOption> gradleOptions()` to return a sorted map of CLI option name to GradleOption (see `mvnOptions`, `antOptions`, `cliOptions`). This will make the options available for documentation. -- 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]
