jira-importer commented on issue #706: URL: https://github.com/apache/maven-javadoc-plugin/issues/706#issuecomment-2957347309
**[Shelley](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=shelley)** commented Attaching a simple test case to demonstrate the regression. The problem can be reproduced with maven-javadoc-plugin-2.10.1: ``` mvn clean javadoc:javadoc javadoc:test-javadoc ``` Notice the WARNINGs in the output, and the missing link in the `FooTest` javadoc: ``` FooTest.java:6: warning - Tag @link: reference not found: Foo ``` To run the test with maven-javadoc-plugin-2.10: ``` mvn clean javadoc:javadoc javadoc:test-javadoc -D2.10 ``` With version 2.10, there is no warning and the link in the `FooTest` javadoc works 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]
