Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.10.1
-
None
-
None
-
None
Description
Javadoc references from the test javadoc to the main source javadoc are no longer able to be found. This is a regression between 2.10 and 2.10.1.
For example, the following @link worked in 2.10, but no longer works in 2.10.1:
package org.apache.maven.test; /** * Foo. */ public class Foo {}
package org.apache.maven.test; /** * Tests {@link Foo}. */ public class FooTest {}
[WARNING] /home/user/test-project/src/test/java/org/apache/maven/test/FooTest.java:6: warning - Tag @link: reference not found: Foo
Attachments
Attachments
Issue Links
- duplicates
-
MJAVADOC-414 Artifacts missing from test classpath.
- Closed