fix intermittent failure to gen Javadocs due to wrong link for java apis
------------------------------------------------------------------------

                 Key: UIMA-1957
                 URL: https://issues.apache.org/jira/browse/UIMA-1957
             Project: UIMA
          Issue Type: Improvement
          Components: Build, Packaging and Test
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor
             Fix For: build-parent-pom-2


Javadoc running attempts to link to Java APIs where possible.  The Maven 
Javadoc plugin deduces a web site location for these from the compiler Java 
level.  If it's 1.5, it is choosing http://java.sun.com/j2se/1.5.0/docs/api but 
that's now an "intermittent" redirect to an Oracle site (since Oracle bought 
Sun).

If the redirect fails, the Javadoc plugin produces this message:

[ERROR] Error fetching link: 
http://java.sun.com/j2se/1.5.0/docs/api/package-list. Ignored it.

Add a configuration parameter to associate the correct site for this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to