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

   **[Frank 
Wienberg](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=yetanotherfrank)**
 commented
   
   Did you try this:
   
   `    <configuration>`
   `        
<sourcepath>moduleA/src/main/java:moduleB/src/main/java</sourcepath>`
   `        <sourceFileIncludes>`
   `            <include>com/packageA/*.java</include>`
   `            <include>com/packageB/SomeClass.java</include>`
   `        </sourceFileIncludes>`
   `    </configuration>`
   
   We used this approach to select packages _without_ also selecting their 
subpackages.
   


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