You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (Jira)" <ji...@apache.org> on 2022/11/23 07:33:00 UTC

[jira] [Updated] (MPLUGIN-445) Internal Javadoc is used for JDK classes

     [ https://issues.apache.org/jira/browse/MPLUGIN-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated MPLUGIN-445:
----------------------------------
    Summary: Internal Javadoc is used for JDK classes  (was: Internal Javadoc is used for JDK clases)

> Internal Javadoc is used for JDK classes
> ----------------------------------------
>
>                 Key: MPLUGIN-445
>                 URL: https://issues.apache.org/jira/browse/MPLUGIN-445
>             Project: Maven Plugin Tools
>          Issue Type: Bug
>            Reporter: Slawomir Jaranowski
>            Priority: Critical
>
> Reproduce - configuration:
> {code}
>               <configuration>
>                 <internalJavadocBaseUrl>./apidocs/</internalJavadocBaseUrl>
>               </configuration>
> {code}
> Then in {{plugin-enhanced.xml}} and next in generated report we have, eg:
> {code}
>          <name>analyzer</name>
>           <type>java.lang.String</type>
>           <typeJavadocUrl>apidocs/java/lang/String.html</typeJavadocUrl>
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)