[
https://issues.apache.org/jira/browse/MPIR-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576258#comment-17576258
]
Michael Osipov commented on MPIR-423:
-------------------------------------
Darn, embarassing. {{AbstractMavenReport#execute()}} was broken for a long time
and we have never noticed it. [~hboutemy], looking at the code we have removed
from MPIR it is basically the same what I have done on MSHARED-1099. To
properly fix this I need to back port MSHARED-1099 to Maven Reporting Impl 3.x
otherwise I won't be able to clean up or reporting plugins. [~AB-xdev], thanks
again for reporting.
> dependencies goal doesn't create required resources
> ---------------------------------------------------
>
> Key: MPIR-423
> URL: https://issues.apache.org/jira/browse/MPIR-423
> Project: Maven Project Info Reports Plugin
> Issue Type: Bug
> Components: dependencies
> Affects Versions: 3.4.0
> Environment: Apache Maven 3.8.6
> maven-project-info-reports-plugin 3.4.0
> Reporter: AB-xdev
> Assignee: Michael Osipov
> Priority: Major
> Fix For: 3.4.1
>
> Attachments: image-2022-08-05-10-17-51-809.png
>
>
> This problem occurs since {{3.4.0}};
> {{3.3.x}} seems to work fine.
> When running the {{dependencies}}-goal most css and images resources are
> missing.
> Example:
> https://xdev-software.github.io/vaadin-grid-exporter/dependencies/
> !image-2022-08-05-10-17-51-809.png!
> How to reproduce:
> * Create a new maven project {{mvn archetype:generate
> -DgroupId=com.mycompany.app -DartifactId=my-app
> -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4
> -DinteractiveMode=false}}
> * Enter the project {{cd my-app}}
> * Run {{mvn
> org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.0:dependencies}}
> * Open {{target/site/dependencies.html}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)