From 37205f77577a59727a27cb74c4b1059958c26783 Mon Sep 17 00:00:00 2001 From: DABURON Vincent Date: Tue, 11 Jul 2023 20:07:48 +0200 Subject: [PATCH] maven example with mvn exec:exec because this tool finish with System.exit() --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e84b366..32856ab 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ The maven groupId, artifactId and version, this plugin is in the **Maven Central 1.6 ``` Just include the plugin in your `pom.xml` and execute `mvn verify`
-or individual launch `mvn -DjmeterReportFile=synthesis.csv -DkpiFile=kpi.csv -DjunitFile=jmeter-junit-plugin-jmreport.xml exec:java@create_junit-report-kpi-from-jmeter-report` +or individual launch `mvn -DjmeterReportFile=synthesis.csv -DkpiFile=kpi.csv -DjunitFile=jmeter-junit-plugin-jmreport.xml exec:exec@create_junit-report-kpi-from-jmeter-report` ```xml