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

   **[Sjoerd 
Talsma](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sjoerdtalsma)**
 commented
   
   In the above project, the following is the `packages` file for `3.0.1`:
   
   > nl.talsmasoftware.context.clearable
   > nl.talsmasoftware.context
   > nl.talsmasoftware.context.threadlocal
   > nl.talsmasoftware.context.observer
   > nl.talsmasoftware.context.delegation
   > nl.talsmasoftware.context.timing
   > nl.talsmasoftware.context.executors
   
   The one for `3.1.0` is not so intuitive:
   
   > nl.talsmasoftware.context.clearable
   > nl.talsmasoftware.context.clearable
   > nl.talsmasoftware.context
   > nl.talsmasoftware.context.threadlocal
   > nl.talsmasoftware.context
   > nl.talsmasoftware.context.observer
   > nl.talsmasoftware.context.observer
   > nl.talsmasoftware.context.delegation
   > nl.talsmasoftware.context.delegation
   > nl.talsmasoftware.context.delegation
   > nl.talsmasoftware.context.delegation
   > nl.talsmasoftware.context.delegation
   > nl.talsmasoftware.context.delegation
   > nl.talsmasoftware.context.delegation
   > nl.talsmasoftware.context
   > nl.talsmasoftware.context.timing
   > nl.talsmasoftware.context.executors
   > nl.talsmasoftware.context
   > nl.talsmasoftware.context
   > nl.talsmasoftware.context
   > nl.talsmasoftware.context
   > nl.talsmasoftware.context
   
   Note the repetitions!
   
   The error I get in my own machine, so not on travis is the following:
   
   > [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.1.0:jar (generate-javadoc) on 
project context-propagation: MavenReportException: Error while generating 
Javadoc:
   > [ERROR] Exit code: 1 - 
/Users/sjoerd/Documents/workspace/talsmasoftware/context-propagation/context-propagation-java5/src/main/java/nl/talsmasoftware/context/Timing.java:31:
 error: class Timing clashes with package of same name
   > [ERROR] final class Timing {
   
   Please note there being a _class_ nl.talsmasoftware.context.Timing and a 
_package_ nl.talsmasoftware.context.timing which was no problem for javac or 
javadoc until plugin 3.1.0..
   


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