anthonyvdotbe commented on issue #1324: URL: https://github.com/apache/maven-javadoc-plugin/issues/1324#issuecomment-4916910714
`StaleHelper` just doesn't cut it: * what about `--module-path`, `--patch-module`, `--module-source-path`, ...? * what about `-docletpath` and `-docfilessubdirs`? * what about symbolic links? * what about variants like `--class-path`, `-cp`, `--source-path`, `-p`, ...? * what if the class path contains directories? (Maybe this won't ever occur in a Maven invocation, but still.) * ... Moreover, it doesn't have any associated tests. And looking at the list of PRs doesn't inspire confidence that any PR will be reviewed in a timely manner. So I propose to keep it simple/minimalistic and just rip out stale detection entirely. -- 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]
