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

   **[Je 
Jo](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jejo86)** 
commented
   
   How do you mean?
   
   I do not have any colons, commas or semicolons in my `excludePackageNames`, 
because I do not have anything else to exclude. You could also change the value 
to `\*.temp.\*:` or `\*.temp` or `\*.temp.\*:org.acme.exclude1.\*` without a 
change in the error caused by the project being inside a folder named `temp`.
   
   Anyways, I copied the given example setting 
`<excludePackageNames>\*.internal:org.acme.exclude1.\*:org.acme.exclude2</excludePackageNames>`,
 renamed the folder my project resides in from `D:\temp` to `D:\internal`, and 
I have the same result of no javadoc being generated.
   
   Please see the attached example [^mjavadoc-548-example.zip], with my project 
already residing inside a folder called `internal`. Extract the files and run 
`mvn javadoc:jar` inside the project folder `mjavadoc-548-example` and you will 
see that no javadoc is generated. Move the project out of the folder called 
`internal` and run `mvn javadoc:jar` inside the project folder again, and you 
will see the javadoc is generated as expected.
   


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