Skip to content

Commit

Permalink
maven example with mvn exec:exec because this tool finish with System…
Browse files Browse the repository at this point in the history
….exit()
  • Loading branch information
DABURON Vincent committed Jul 11, 2023
1 parent 77147ae commit 37205f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The maven groupId, artifactId and version, this plugin is in the **Maven Central
<version>1.6</version>
```
Just include the plugin in your `pom.xml` and execute `mvn verify` <br>
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

Expand Down

0 comments on commit 37205f7

Please sign in to comment.