gpt4 book ai didi

maven - 如何获取结果 maven-surefire-report-plugin 的图标

转载 作者:行者123 更新时间:2023-12-04 16:53:03 25 4
gpt4 key购买 nike

我正在使用 maven-surefire-report-plugin 来生成单元测试报告。
这工作正常,但是报告包含指向未显示的图像的链接。
如何让 maven 复制报告所需的图标?
我应该使用皮肤吗?我试过没有成功。
这是 maven-surefire-report-plugin 定义:

 <reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.16</version>
<configuration>
<showSuccess>true</showSuccess>
</configuration>
</plugin>

</plugins>
</reporting>

我尝试添加皮肤插件但它不影响报告:
 <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-application-skin</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</plugin>

用图像呈现报告缺少什么?

最佳答案

问题可能太老了,但我遇到了同样的问题,我找到了 this answer .
命令 mvn site -DgenerateReports=false只为 surefire-report.html 生成 css 和图像并且工作正常。

关于maven - 如何获取结果 maven-surefire-report-plugin 的图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21432663/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com