Maven is not available for Java language on ARM64 architecture

According to https://docs.travis-ci.com/user/languages/java#overview when using “language: java” Maven and Gradle come pre-installed and available to use. Only Ant should be manually installed.
It appears that Maven is not available when executing on ARM64 VM.

mvn is not available in ARM64 builds: https://travis-ci.org/github/martin-g/activemq-artemis/jobs/675206911

The same build starts fine on AMD64: https://travis-ci.org/github/martin-g/activemq-artemis/jobs/675206910

1 Like

I am seeing the same issue for arm64 and ppc64le: https://travis-ci.com/github/prestosql/presto-hadoop-apache/builds/170778518