好的,我已经找到了解决方法,确实足以将属性“ processAllFilesFound”添加到插件配置中:
<configuration> <source>${project.build.directory}*.jtl</source> <targetDirectory>${project.build.directory}/jmeter/test_report</targetDirectory> <processAllFilesFound>true</processAllFilesFound></configuration>


