Skip to content
Nuno Martins edited this page Aug 21, 2019 · 3 revisions

Generate an executable jar

Please use the comnad mvn clean compile assembly:single.

How to run it:

  1. Make sure you are running a Java 8 version or above. If you need to install it you can find it here
  2. Use the command java -jar ETSgroupAddressCSVgenetartor-1.0-jar-with-dependencies.jar [XML_file_name].xlsm [CSV_file_name_to_generate].csv
Clone this wiki locally