jira-importer commented on issue #880: URL: https://github.com/apache/maven-javadoc-plugin/issues/880#issuecomment-2957359129
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented The documentation of the parameter was updates (see https://github.com/apache/maven-javadoc-plugin/commit/936cf7d5c91f5f3fa0fc54c1326601432374b112 ) but the example-pages were missed. In your case your package ends with `internal`, so it doesn't match `\*.internal.\*` anymore because there's no subpackages. A dot is now always a package-separator (which kept the regular expression clean). A PR to update the documentation is appreciated. -- 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]
