Update Snapshots during Maven Builds
The maven.yml build scripts utilize a cache for the maven dependencies. This enables much faster operation, since the number of these dependencies is considerable and re-downloading them from central every build would be too expensive. However, many of the development commits utilize SNAPSHOT versions of maven libraries, and these change rapidly. To be sure that the latest is available, we should include the switch for maven to refresh snapshot libraries.