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

   **[Michael 
Bayne](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=samskivert)**
 commented
   
   Oops, logic was reversed in that patch. That's what I get for changing the 
patch after testing it. Correct patch is:
   
   - 
   
         if ( !packageNames.isEmpty() )
   
   + 
   
         // if we have source file excludes, we want to pass a list of source 
files to
   
   + 
   
         // Javadoc rather than a list of package names
   
   + 
   
         if ( !packageNames.isEmpty() && sourceFileExcludes == null)
   
   


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