findepi edited a comment on pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#issuecomment-995134260
@slawekjaranowski thanks, this looks awesome. Can you please share the fastest way to run single test either from IDE or command line? i tried this ``` mvn -Prun-its clean install -Dtest=CheckTestNgGroupThreadParallelIT -pl :surefire-its ``` and got ``` [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.maven.surefire.its.CheckTestNgGroupThreadParallelIT [INFO] [stdout] Using JAVA_HOME=/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home in forked launcher. ... [ERROR] Plugin org.apache.maven.plugins:maven-surefire-plugin:null or one of its dependencies could not be resolved: org.apache.maven.plugins:maven-surefire-plugin:jar:null ... ``` should i be setting `surefire.version` by hand? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
