/VANESA

Primary LanguageJavaOtherNOASSERTION

Java CI Release Downloads License

VANESA2

Current Releases

Running from source

To build VANESA2 run:

$ mvn compile

To run VANESA2 run:

$ mvn exec:java

To clean up generated files from the build process run:

$ mvn clean

To build a bundled executable jar file run:

$ mvn package

Config YAML

If you want to use your own YAML configuration file, please just add a file YamlSourceFile.txt at the same location as the VANESA.jar and put the path to the configuration file in first line. The following can be used as example YamlSourceFile.txt file:

D:\Desktop\test\test.yaml
If you want to use your own YAML configuration file, THIS file has to be at the same location as the VANESA jar!