ottlinger commented on code in PR #450: URL: https://github.com/apache/creadur-rat/pull/450#discussion_r2012498800
########## apache-rat-tasks/src/main/java/org/apache/rat/anttasks/All.java: ########## @@ -27,6 +28,7 @@ * @deprecated use configuration file. */ @Deprecated // since 0.17 +@DeprecationReporter.Info(since = "0.17", forRemoval = true, use = "Configuration file and <config> element")// since 0.17 Review Comment: Should this be `<configuration> element` here? Or is that only valid for the Maven plugin? Just to be correct in the help output .... @Claudenw the content filter made nonsense out of my original comment, sry -- 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: dev-unsubscr...@creadur.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org