java9-modules-maven-junit-example icon indicating copy to clipboard operation
java9-modules-maven-junit-example copied to clipboard

This simple project shows how Maven can be used to build Java 9 modules.

Results 3 java9-modules-maven-junit-example issues
Sort by recently updated
recently updated
newest added

Using current Maven 3.6.1 / Openjdk 11.0.3 / Ubuntu 18.04 results in: ``` >cd devday-service >mvn javadoc:javadoc [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.1.0:javadoc (default-cli) on project devday-service: An error has...

/Library/Java/JavaVirtualMachines/jdk-9.0.4.jdk/Contents/Home/bin/java -Dmaven.multiModuleProjectDirectory=/Users/skurlow/IdeaProjects/java9-modules-maven-junit-example/devday "-Dmaven.home=/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3" "-Dclassworlds.conf=/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3/bin/m2.conf" "-javaagent:/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=60026:/Applications/IntelliJ IDEA CE.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath "/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2018.1.1 test -f pom.xml [INFO] Scanning for projects... [WARNING] [WARNING] Some...

Everything works fine building and running under Maven, but importing the project into Eclipse Oxygen the tests do not compile properly. I will continue to investigate, but it would be...