I have a jar installed in my local ~/.m2 repo and I would like to execute a
single test using the '-Dtest' option via a python script. I tried using
this command on the command line ' mvn surefire:test
-DdependenciesToScan=groupId:artifactId -Dtest=NameOfTest' on the command
line however it doesn't seem like maven is not finding the NameOfTest in the
groupId:artifactId dependency and returning back with no tests executed? Any
way to execute a single test in an already installed maven artifact?



--
View this message in context: 
http://maven.40175.n5.nabble.com/Executing-a-single-test-in-an-installed-maven-jar-tp5867684.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to