jira-importer commented on issue #880: URL: https://github.com/apache/maven-javadoc-plugin/issues/880#issuecomment-2957359158
**[Nikolas Falco](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nfalco79)** commented I got the same issue. We had define as exclded package .internal and now does not work anymore. Changing to .internal* does not matches sub packages as I expected and **.internal.** does not match the internal root package. Seems now I have to use twice matching patterns **.internal,**.internal.* It's not immediate and boring also because peoples usually wants exclude a packages with all relative sub packages package. Now they are forced to define rules twice. -- 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]
