You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (Jira)" <ji...@apache.org> on 2020/03/10 07:59:00 UTC

[jira] [Comment Edited] (MJAVADOC-610) Support multirelease jar

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

Olivier Lamy edited comment on MJAVADOC-610 at 3/10/20, 7:58 AM:
-----------------------------------------------------------------

[~rfscholte] thanks for that but finally I'm not sure what to do with that because we simply have 2 java class with exactly the same name. Javadoc can render only one page per class...

with the sample project the options file contains 
{quote}--patch-module

com.foo='/Users/olamy/dev/sources/maven/plugins/maven-javadoc-plugin/target/it/MJAVADOC-610_mrjar/src/main/java9:/Users/olamy/dev/sources/maven/plugins/maven-javadoc-plugin/target/it/MJAVADOC-610_mrjar/src/main/java'
{quote}
which is fine but as class have same name but if you add another class in src/main/java9 you will see it in the rendered javadoc.

Honestly not sure what to do... Seems to be a misconception somewhere... :)

 


was (Author: olamy):
[~rfscholte] thanks for that but finally I'm not sure what to do with that because we simply have 2 java class with exactly the same name. Javadoc can render only one page per class...

> Support multirelease jar
> ------------------------
>
>                 Key: MJAVADOC-610
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-610
>             Project: Maven Javadoc Plugin
>          Issue Type: Improvement
>    Affects Versions: 3.1.0
>            Reporter: Robert Scholte
>            Assignee: Robert Scholte
>            Priority: Major
>             Fix For: 3.2.0
>
>
> When having a multirelease jar, all sourcefolders need to be added. Now only the main sourcefolder is added.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)