This script should not be run by itself. It should be invoked from the build script of a Vivo product. all - Runs "clean", then "deploy". clean - Delete all artifacts so the next build will be from scratch. compile - Compile the Java source files. test - Compile and run the JUnit tests. war - Assemble everything into a deployable WAR file. deploy - Deploy the application directly into the Tomcat webapps directory.