Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some of the warnings emitted by maven during build (#1363)
* Set the source encoding in the pom. This stops the following warning from being emitted in our logs: ``` [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! ``` * Replace deprecated systemProperties. The recommended replacement is systemPropertyVariables, documented [here](https://maven.apache.org/surefire/maven-surefire-plugin/examples/system-properties.html).
- Loading branch information