scalatest / scalatest-maven-plugin

ScalaTest Maven Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.class.path system property

mohnishkodnani opened this issue · comments

When I run a JUnit test in java, and I do System.getProperty("java.class.path") I get a list of all the jars in scope defined using maven dependencies.
When I have a scalatest I do the same, I just get a maven plexus jar. This happens at command line when running mvn test -Dsuite-<>. When I run it through intellij, it also works.

How do I get scalatest to pass/set java.class.path. I am using that to setup another property to test my hadoop job.