jira-importer commented on issue #475:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/475#issuecomment-2957329099

   **[Maria Odea B. 
Ching](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=oching)** 
commented
   
   When the wildcard is in the last part of the package name, the upper 
directory above the subpackage(s) where that wildcard is placed is also 
excluded.
   
   Sample structure:
   +--org/apache/maven
   +--repository
   +--sample
   +--exclude1
   --Sample.java
   
   For  example, I want to exclude only the classes in the 
org.apache.maven.sample.exclude package so in the plugin configuration I put:
   \<configuaration>
   ...
   
\<excludePackageNames>org.apache.maven.repository.sample.*\</excludePackageNames>
   ...
   \</configuration>
   
   This should exclude only the classes under the 
org.apache.maven.repository.sample package, but it turns out that Sample.java 
is also excluded.
   
   


-- 
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]

Reply via email to