Run the JMeter stress tests via Maven to capitalize on the report output and html results produced by the plugins. Also, the tests are run in a non-GUI mode, as recommended by JMeter when performing load tests.
JMeter plugin
<groupId>com.lazerycode.jmeter</groupId>
<artifactId>jmeter-maven-plugin</artifactId>
<version>2.4.0</version>
JMeter Analysis plugin
<groupId>com.lazerycode.jmeter</groupId>
<artifactId>jmeter-analysis-maven-plugin</artifactId>
<version>1.0.6</version>
Run the JMeter stress tests via Maven to capitalize on the report output and html results produced by the plugins. Also, the tests are run in a non-GUI mode, as recommended by JMeter when performing load tests.
JMeter plugin
JMeter Analysis plugin