I've been trying to figure out the correct command to run the beamUseDummyRunner tests from the command line.
I tried: mvn -DbeamUseDummyRunner=false -pl runners/direct-java,sdks/java/core/ test But that still doesn't put the DirectRunner on the classpath: java.lang.IllegalArgumentException: No Runner was specified and the DirectRunner was not found on the classpath. Does anyone know what the correct command is? Thanks, Jesse
