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

   **[Christian 
Schulte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=schulte77)**
 commented
   
   Reopening since the plugin still does not produce correct test javadocs. 
Please see the updated example project demonstrating the issue. Executing 'mvn 
javadoc:test-javadoc' the plugin produces
   
   ```
   1 warning
   [WARNING] Javadoc Warnings
   [WARNING] /tmp/MJAVADOC-414/src/test/java/localhost/test/AppTest.java:6: 
error: cannot find symbol
   [WARNING] import localhost.App;
   [WARNING] ^
   [WARNING] symbol:   class App
   [WARNING] location: package localhost
   ```
   
   Downgrading the plugin to version 2.9.1, no such warnings are produced.
   


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