Maarten Coene wrote:
It's hard to tell what's going wrong.
After looking at the code, I think the artifactreport does ignore the fact that 
the resolve should be done in dynamic resolveMode.

Could you verify this hypothesis by setting the resolveMode to dynamic in your 
settings.xml?
Cfr http://ant.apache.org/ivy/history/latest-milestone/settings/module.html

<ivysettings>
    ...
    <modules>
        <module organisation="xxx" name="*" resolveMode="dynamic"/>
    </modules>
</ivysettings>

Where xxx is the organisation of your P module.

regards,
Maarten


When I add the <modules> element you suggested, all other conditions the same,
the dependencies show up in the report as desired.

Reply via email to