maven-it-extension
maven-it-extension copied to clipboard
Support usage of different JVM
Problem
- Currently we use the JVM which is defined by the system property
java.home.
Goal
- Make it possible to define a different JVM to be used during the integration tests via a property.
Question: Will this be toolchain-enabled? Would be nice to be able to specify something like requires vendor = openjdk and version = 11, matching the toolchain’s <provides> <vendor> and <version> elements.