You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mark Rekveld (JIRA)" <ji...@codehaus.org> on 2014/08/26 10:18:10 UTC

[jira] (MJAVADOC-402) Wrong API link with JDK 1.8

    [ https://jira.codehaus.org/browse/MJAVADOC-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=351835#comment-351835 ] 

Mark Rekveld commented on MJAVADOC-402:
---------------------------------------

I have this same issue and the fix is in MJAVADOC-397
As a workaround you can override the {{api_1.7}} in the {{javaApiLinks}} properties
{code:language=xml}<javaApiLinks>
  <property>
    <name>api_1.7</name>
    <value>http://docs.oracle.com/javase/8/docs/api/</value>
  </property>
</javaApiLinks>{code}

> Wrong API link with JDK 1.8
> ---------------------------
>
>                 Key: MJAVADOC-402
>                 URL: https://jira.codehaus.org/browse/MJAVADOC-402
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.9.1
>            Reporter: Mathieu Boretti
>
> When using JDK 1.8, the link to the java API is wrong (goes to the JDK 1.7).



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)