missioncommand / mil-sym-java

(RETIRED) MIL-STD-2525 B and C rendering library and web service
Apache License 2.0
67 stars 36 forks source link

Change required Maven version to 3.2.5 #66

Closed ee11cbb19052e40b07aac0ca060c23ee closed 7 years ago

ee11cbb19052e40b07aac0ca060c23ee commented 7 years ago

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.