Attempt to fix Maven build errors under OpenJDK
We're seeing a bunch of this in the Travis build:
java.security.InvalidAlgorithmParameterException: the trustAnchors
parameter must be non-empty
Googling led me to this bug report and solution:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1396760
Indeed, in the Java/act installation, we see the same messages as in
the bug report:
Setup actframework: Setting up ca-certificates-java (20130815ubuntu1) ...
Setup actframework: /var/lib/dpkg/info/ca-certificates-java.postinst: line 53: java: command not found
Setup actframework: /var/lib/dpkg/info/ca-certificates-java.postinst: line 66: java: command not found