Skip to content

Commit

Permalink
Update Simple jar tool
Browse files Browse the repository at this point in the history
  • Loading branch information
DABURON Vincent committed Oct 15, 2022
1 parent 51e0a9e commit cae3e5a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down Expand Up @@ -89,6 +89,17 @@ Just include the plugin in your `pom.xml` and execute `mvn verify`.
</build>
</project>
```

## 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
<pre>
java -cp csv-report-to-html-&lt;version&gt;.jar;commons-csv-&lt;version&gt;.jar io.github.vdaburon.jmeter.utils.ReportCsv2Html AggregateReport.csv AggregateReport.html
</pre>

## Link to others projects
Usally this plugin is use with [jmeter-graph-tool-maven-plugin](https://github.com/vdaburon/jmeter-graph-tool-maven-plugin)

Expand Down

0 comments on commit cae3e5a

Please sign in to comment.