Maven HowTo - HolgerHees/cloudsync GitHub Wiki

Install maven from http://maven.apache.org/download.cgi

For the first time you should call 'mvn install' to fetch and install dependencies under <cloudsyncdir>/lib/

To recompile changed sources and build a jar file, it is enough to call 'mvn package'

Now you can call 'cloudsync.sh' or 'cloudsync.bat' to start the backup or restore process.

Additionally there will be the folder 'target' which contains compressed files which contains everything what you need to run cloud sync.