You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/12/19 23:12:00 UTC

[jira] [Commented] (MJAVADOC-526) aggregate goal doesn't respect managed dependencies

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

Hudson commented on MJAVADOC-526:
---------------------------------

Build failed in Jenkins: Maven TLP » maven-javadoc-plugin » master #96

See https://builds.apache.org/job/maven-box/job/maven-javadoc-plugin/job/master/96/

> aggregate goal doesn't respect managed dependencies
> ---------------------------------------------------
>
>                 Key: MJAVADOC-526
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-526
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Leonid Rozenblyum
>            Assignee: Robert Scholte
>            Priority: Major
>             Fix For: 3.0.2
>
>         Attachments: MJAVADOC-526_aggr-managedDeps.zip
>
>
> SCENARIO:
> (NOTE: see the repository: https://github.com/lrozenblyum/maven-javadoc-plugin-aggregate-bug)
> Parent and a child project.
> Child project has dependency with scope: runtime.
> One of its transitive dependencies is overriden in dependencyManagement with scope: compile
> The transitive dependency is used in Java code of the chold project and is referred in @throws tag
> EXPECTED:
> mvn javadoc:aggregate on the parent project succeeds
> ACTUALLY:
> mvn javadoc:aggregate on the parent project fails
> with error:  error: reference not found
> [ERROR] * @throws BadCredentialsException)
> mvn javadoc:javaoc on the child project succeeds
> NOTE: the workaround is rollback to maven-javadoc-plugin 2.10.4



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)