Stephen Kurlow
Stephen Kurlow
/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...
We are trying to split some of our step classes into a separate maven module that is in a separate maven project. For those step classes that we have moved...