From cae3e5a2a44478b216782a32965154331051ce66 Mon Sep 17 00:00:00 2001 From: DABURON Vincent Date: Sat, 15 Oct 2022 14:28:05 +0200 Subject: [PATCH] Update Simple jar tool --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23f3f7d..fdfa132 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The html table **output** second argument ![synthesis table_html](doc/images/example_csv_file_to_html.png) -## Usage +## Usage maven The maven groupId, artifactId and version, this plugin is in the **Maven Central Repository** @@ -89,6 +89,17 @@ Just include the plugin in your `pom.xml` and execute `mvn verify`. ``` + +## Simple jar tool +This tool is a java jar, so it's could be use as simple jar (look at [Release](https://github.com/vdaburon/JMReportCsvToHtml/releases) to download jar file) + +Need also commons-csv.jar librarie + +https://commons.apache.org/proper/commons-csv/download_csv.cgi +
+java -cp csv-report-to-html-<version>.jar;commons-csv-<version>.jar io.github.vdaburon.jmeter.utils.ReportCsv2Html AggregateReport.csv AggregateReport.html
+
+ ## Link to others projects Usally this plugin is use with [jmeter-graph-tool-maven-plugin](https://github.com/vdaburon/jmeter-graph-tool-maven-plugin)