Uploaded image for project: 'Maven Javadoc Plugin'
  1. Maven Javadoc Plugin
  2. MJAVADOC-418

References from Test Javadoc to Main Javadoc Broken

    XMLWordPrintableJSON

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

        Issue Links

          Activity

            People

              Unassigned Unassigned
              shelley Shelley
              Votes:
              3 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: