Michael Osipov created MDEP-827: ----------------------------------- Summary: 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 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)