[
https://issues.apache.org/jira/browse/MDEP-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17607571#comment-17607571
]
Michael Osipov edited comment on MDEP-827 at 9/21/22 7:38 AM:
--------------------------------------------------------------
Fixed with
[6cfaa642493a901a8dc8c2c23a0b702a3c53f00f|https://gitbox.apache.org/repos/asf?p=maven-dependency-plugin.git;a=commit;h=6cfaa642493a901a8dc8c2c23a0b702a3c53f00f].
was (Author: michael-o):
Fixed with
[6cfaa642493a901a8dc8c2c23a0b702a3c53f00f|https://gitbox.apache.org/repos/asf?p=maven-dependency-plugin.git;a=commit;h=6cfaa642493a901a8dc8c2c23a0b702a3c53f00f]
and with
[bd3376f52d0053e05c78327aad39353710702a7a|[https://gitbox.apache.org/repos/asf?p=maven-site-plugin.git;a=commit;h=bd3376f52d0053e05c78327aad39353710702a7a].]
> Use outputDirectory from AbstractMavenReport
> --------------------------------------------
>
> Key: MDEP-827
> URL: https://issues.apache.org/jira/browse/MDEP-827
> Project: Maven Dependency Plugin
> Issue Type: Improvement
> Components: analyze
> Affects Versions: 3.3.0
> Reporter: Michael Osipov
> Assignee: Michael Osipov
> Priority: Major
> Fix For: 3.4.0
>
>
> A reporting plugin shall generate reports always in the reporting output
> dir. Inherit from parent and don't set manually otherwise you end up in
> issues like this:
> Only in it/analyze-testDependencyWithNonTestScope/target: css
> Only in it/analyze-testDependencyWithNonTestScope/target:
> dependency-analysis.html
> Only in it/analyze-testDependencyWithNonTestScope/target: images
> which is non-sense since this is clearly site content even if rendered
> in standalone mode.
> The output dir will be created by the caller/system.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)