First create a config.json file in your working directory from the config.template.json file. adjust values accordingly.
Hashes all files in the public directory.
mvn exec:java -Dexec.mainClass=de.m3y3r.hsu.FileHasher
Compares the last two FileHasher results
mvn exec:java -Dexec.mainClass=de.m3y3r.hsu.HashComparer
Takes the latest HashComparer result files and sync remote side via SFTP
mvn exec:java -Dexec.mainClass=de.m3y3r.hsu.Uploader
- FileHasher
- hugo
- FileHasher
- HashComparer
- Uploader