[
https://issues.apache.org/jira/browse/MJAVADOC-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957533#comment-17957533
]
Olivier Lamy commented on MJAVADOC-94:
--------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-javadoc-plugin#502|https://github.com/apache/maven-javadoc-plugin/issues/502].
> The javadoc option "-sourcetab" should be passed as "-linksourcetab"
> --------------------------------------------------------------------
>
> Key: MJAVADOC-94
> URL: https://issues.apache.org/jira/browse/MJAVADOC-94
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Affects Versions: 2.1
> Reporter: Dmitry Katsubo
> Assignee: Siveton Vincent
> Priority: Trivial
> Fix For: 2.3
>
>
> I suppose, the following code
> {code:title=AbstractJavadocMojo.java}
> addArgIfNotEmpty( arguments, "-sourcetab", sourcetab, SINCE_JAVADOC_1_5 );
> {code}
> should be replaced with
> {code:title=AbstractJavadocMojo.java}
> addArgIfNotEmpty( arguments, "-linksourcetab", sourcetab, SINCE_JAVADOC_1_4_2
> );
> {code}
> However, I do not see this option in output of {{mvn -X javadoc:javadoc}}.
> Also, I think, that options {{-linksource}} and {{-linksourcetab}} should be
> added under equal conditions, but I am confused, that sources can be linked
> only in "online" mode -- just on the contary, sources are available offine.
> Or do I miss something here?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)