jira-importer commented on issue #706: URL: https://github.com/apache/maven-javadoc-plugin/issues/706#issuecomment-2957347327
**[Joshua Hyde](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jrh3k5)** commented I've created a project that replicates the issue: https://github.com/jrh3k5/mjavadoc418-example **However**, it looks like version 2.10.3 of the plugin indavertently fixed this issue; if I build this project with 2.10.1 or 2.10.2 of the plugin, I get: ``` [WARNING] Javadoc Warnings [WARNING] /Users/jh016266/git/jrh3k5/mjavadoc418-example/src/test/java/com/github/jrh3k5/example/FooTest.java:10: warning - Tag @link: reference not found: Foo [WARNING] /Users/jh016266/git/jrh3k5/mjavadoc418-example/src/test/java/com/github/jrh3k5/example/FooTest.java:10: warning - Tag @link: reference not found: Foo [WARNING] /Users/jh016266/git/jrh3k5/mjavadoc418-example/src/test/java/com/github/jrh3k5/example/FooTest.java:10: warning - Tag @link: reference not found: Foo ``` However, if I build it with 2.10.3 of the plugin, I do not get these errors, and the generated Javadoc seems to link properly. Issue resolved, it seems? -- 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]
