How to run jmeter-analysis-maven-plugin on multiple result files
问题 I'm using the plugin jmeter-analysis-maven-plugin in maven to perform some performance test analysis (generate detailed reports with charts), i have configured the plugin to take as input all jtl files, but after running i remarked that it processed just one file (the first one according alphabetical order), here after my plugin configuration in pom file : <plugin> <groupId>com.lazerycode.jmeter</groupId> <artifactId>jmeter-analysis-maven-plugin</artifactId> <executions> <execution> <id