maven/maven-core/src
Stephen Connolly 542a7a8915 [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
2017-09-11 10:25:11 +01:00
..
main [MNG-6275] Maven Embedder compatible fix 2017-09-09 11:56:27 +01:00
site fixed typos 2017-03-11 18:19:02 +01:00
test [MNG-6275] Defang the tests when their core assumption is invalid. 2017-09-11 10:25:11 +01:00