You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2022/08/26 14:37:00 UTC

[jira] [Comment Edited] (MJAVADOC-727) Make methods from JavadocUtil public which deal with retrieving "package-list"/"element-list"

    [ https://issues.apache.org/jira/browse/MJAVADOC-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585416#comment-17585416 ] 

Konrad Windszus edited comment on MJAVADOC-727 at 8/26/22 2:36 PM:
-------------------------------------------------------------------

[~sjaranowski] I am also fine moving those methods somewhere else where both m-javadoc-p and m-plugin-tools can access them. Any suggestion? They require a transitive dependency to Apache HttpClient.


was (Author: kwin):
[~sjaranowski] I am also fine moving those methods somewhere else where both m-javadoc-p and m-plugin-tools can access them. Any suggestion?

> Make methods from JavadocUtil public which deal with retrieving "package-list"/"element-list"
> ---------------------------------------------------------------------------------------------
>
>                 Key: MJAVADOC-727
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-727
>             Project: Maven Javadoc Plugin
>          Issue Type: Improvement
>          Components: javadoc
>            Reporter: Konrad Windszus
>            Priority: Major
>
> The functionality added in MPLUGIN-417 requires linking to javadoc class pages. In order to distinguish multiple javadoc site sources it needs access to the following methods:
>  # [https://github.com/apache/maven-javadoc-plugin/blob/231316be785782b61d96783fad111325868cfa1f/src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java#L1694]
>  # [https://github.com/apache/maven-javadoc-plugin/blob/231316be785782b61d96783fad111325868cfa1f/src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java#L1818]
> which help evaluating the {{package-list / element-list}} provided by a javadoc generated site.



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