Apache Maven JMod Plugin

Clone this repo:
  1. c05d407 Auto-link MJMOD Jira by Hervé Boutemy · 6 weeks ago master
  2. 10f6474 Use HTTPS instead of HTTP to resolve dependencies by Jonathan Leitschuh · 3 years, 4 months ago
  3. fbe5b0c update ASF CI url by Hervé Boutemy · 2 years, 9 months ago
  4. d7df272 fixed broken links (MPIR 3) by Hervé Boutemy · 3 years, 2 months ago
  5. 0d6e205 added ASF GitHub config by Hervé Boutemy · 3 years, 2 months ago

How to run Integration Tests with JDK 9

If you running your Maven installation with a different JDK than JDK 9 you have give the JDK 9 path via the command line:

mvn clean verify -Prun-its -Dinvoker.javaHome=JDK9JAVAHOME

The reason behind this is simply cause Maven JMod Plugin will call jmod tool of the JDK which is needed to be found. Otherwise none of the integration tests can work.