[MJMOD-5] Usage of moduleName in describe/list goal / classpath usage in create goal
 o in describe/list goal change the moduleName into jmodFile using 
   a default or can be given explicit by a property.
   Added IT's for direct call of the goals describe/list.
 o Removed the parameter classPath from the goal create. The command line
   will got the information from pathElements instead.


git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1808613 13f79535-47bb-0310-9956-ffa450edef68
15 files changed
tree: 604849195ff2ed328ba2847548b32087421f804e
  1. src/
  2. deploySite.sh
  3. pom.xml
  4. README.md
README.md

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.