commit | 542a7a89156263b34d1472e9d9c1a2795afccd2d | [log] [tgz] |
---|---|---|
author | Stephen Connolly <stephen.alan.connolly@gmail.com> | Mon Sep 11 10:25:11 2017 +0100 |
committer | Stephen Connolly <stephen.alan.connolly@gmail.com> | Mon Sep 11 10:25:11 2017 +0100 |
tree | 39460fdb6c56bf0fd9c99278e86e8534ff28dc25 | |
parent | 312eb53502b78355ab21e27610e7ef253990f574 [diff] |
[MNG-6275] Defang the tests when their core assumption is invalid. - The tests assume that the JRE has a ScriptEngineFactory - Not all JREs have a ScriptEngineFactory (I'm looking at Azul's Zulu Open JDK 7 builds) - Ideally we'd skip these tests using Assume.assumeThat(...) but PlexusTestCase doesn't support AssumptionViolatedException for marking tests as skipped. Issue identified during testing of the 3.5.1 release candidate
Maven is available under the Apache License, Version 2.0
If you want to bootstrap Maven, you'll need:
Run Maven, specifying a location into which the completed Maven distro should be installed:
mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" clean package
Once the build completes, you should have a new Maven distro ready to roll in that directory!