Full name:
org.scala-tools:maven-scala-plugin:2.9.1:testCompile
Description:
Attributes:
test
.test-compile
.Name | Type | Since | Description |
---|---|---|---|
displayCmd | boolean |
- |
Display the command line called ? Default value is: false . |
scalaClassName | String |
- |
className (FQN) of the scala tool to provide as Default value is: scala.tools.nsc.Main . |
Name | Type | Since | Description |
---|---|---|---|
args | String[] |
- |
compiler additionnals arguments |
dependencies | BasicArtifact[] |
- |
Additional dependencies/jar to add to classpath to run "scalaClassName" (scope and optional field not supported) ex : <dependencies> <dependency> <groupId>org.scala-tools</groupId> <artifactId>scala-compiler-addon</artifactId> <version>1.0-SNAPSHOT</version> </dependency> </dependencies> |
jvmArgs | String[] |
- |
Jvm Arguments. |
scalaVersion | String |
- |
Scala 's version to use |
skip | boolean |
- |
Set this to 'true' to bypass unit tests entirely. Its use is NOT RECOMMENDED, but quite convenient on occasion. |
testOutputDir | File |
- |
(no description) |
testSourceDir | File |
- |
(no description) |
args:
java.lang.String[]
No
org.scala_tools.maven.BasicArtifact[]
No
boolean
Yes
${maven.scala.displayCmd}
false
java.lang.String[]
No
java.lang.String
Yes
${maven.scala.className}
scala.tools.nsc.Main
java.lang.String
No
${maven.scala.version}
skip:
boolean
No
${maven.test.skip}
java.io.File
No
${project.build.testOutputDirectory}
java.io.File
No
${project.build.testSourceDirectory}/../scala