Travis-CI by default only has Maven version 3.2.5 available for use. mil-sym-java is configured to enforce the use of Maven version 3.3.9 or greater. Due to 3.3.9 not being available on Travis-CI, the Travis-CI build script was configured to download and install Maven 3.3.9 before starting. Apache imposes a daily bandwidth limit of 5GB and due to Travis-CI build instances being seen as having the same IP, this limit was reached causing builds to fail. Downgrading the version of Maven used by mil-sym-java to version 3.2.5 will prevent future occurrences of this specific build failure.
Travis-CI by default only has Maven version 3.2.5 available for use. mil-sym-java is configured to enforce the use of Maven version 3.3.9 or greater. Due to 3.3.9 not being available on Travis-CI, the Travis-CI build script was configured to download and install Maven 3.3.9 before starting. Apache imposes a daily bandwidth limit of 5GB and due to Travis-CI build instances being seen as having the same IP, this limit was reached causing builds to fail. Downgrading the version of Maven used by mil-sym-java to version 3.2.5 will prevent future occurrences of this specific build failure.