You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2016/01/12 21:12:45 UTC

[jira] [Closed] (MJAVADOC-356) aggegating javadoc-resources of depending projects does not work

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

Michael Osipov closed MJAVADOC-356.
-----------------------------------
    Resolution: Auto Closed

This issue has been auto closed because it has been inactive for a long period of time. If you think this issue still persists, retest your problem with the most recent version of Maven and the affected component, reopen and post your results.

> aggegating javadoc-resources of depending projects does not work
> ----------------------------------------------------------------
>
>                 Key: MJAVADOC-356
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-356
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.9
>            Reporter: Gert Vanderseypen
>         Attachments: workspace-javadoc-test-USE-THIS.rar, workspace-javadoc-test.rar
>
>
> The maven-javadoc-plugin documentation describes how to include javadoc-resources of dependent projects.
> http://maven.apache.org/plugins/maven-javadoc-plugin/examples/aggregate-dependency-sources.html
> Preliminary step: make the "dependent project" generate (install) javadoc.jar + javadoc-resources.jar
> Afterwards it's said that maven should automatically take the dependent javadoc-resources during the aggragation process, just like for the javadoc itself. 
> This is exactly what we need. It seems to work fine for the javadoc itself, but not for the resources.
> My test project can be found in attachment. 
> I use maven 2.2.1 (I tried it also with maven 3.0.4)
> first I install my project dep1: 
> mvn clean install site 
> >>> i look in the maven repo, and it seems my dep1 javadoc-resources.jar are installed, but it contains nothing, because i have no resources in this project of course.
> thereafter I install my project dep2: 
> mvn clean install site 
> >>> (i look in the maven repo, and it seems my dep2 javadoc-resources.jar are installed, and its content contains the right resource image 
> thereafter I install my project Service, which is configured to only contain the javadoc (and thus also the resources?) from dep2: 
> mvn clean install site
> however, it seems when I open the site/javadoc folder, it contains the javadoc from dep2, but it does NOT contain the resources!
> I suppose this is not normal?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)