| commit | 58b5c23185295cf9b6407e0086ee2d4699c4685f | [log] [tgz] | 
|---|---|---|
| author | Karl Heinz Marbaise <khmarbaise@apache.org> | Sat Jun 30 15:32:27 2018 +0200 | 
| committer | Karl Heinz Marbaise <khmarbaise@apache.org> | Sat Jun 30 15:32:27 2018 +0200 | 
| tree | eed5841d798dce23bd5da94e1210c67b4119873e | |
| parent | 380f7c520896cb644c50d430af73716f8ded8222 [diff] | 
[MJMOD-14] - Upgrade plexus-java 0.9.10
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.