Full name:
com.google.code.sbt-compiler-maven-plugin:sbt-compiler-maven-plugin:1.0.0-beta2:testCompile
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
javacOptions | String | 1.0.0 | Additional parameters for Java compiler. Default value is: -g. User property is: sbt.javacOptions. |
sbtVersion | String | 1.0.0 | SBT version Default value is: 0.13.0. User property is: sbt.version. |
scalaVersion | String | 1.0.0 | Scala Compiler version. If not specified: a) version of project's
org.scala-lang:scala-library dependency is used b) if
org.scala-lang:scala-library dependency does not exist in the
project DEFAULT_SCALA_VERSION is used User property is: scala.version. |
scalacOptions | String | 1.0.0 | Additional parameters for Scala compiler. Default value is: -deprecation -unchecked. User property is: sbt.scalacOptions. |
skipTest | boolean | 1.0.0 | Set this to 'true' to bypass compilation of test sources. Its use
is NOT RECOMMENDED, but quite convenient on occasion. User property is: maven.test.skip. |
sourceEncoding | String | 1.0.0 | The -encoding argument for Scala and Java compilers. User property is: project.build.sourceEncoding. |
testExcludes | Set | 1.0.0 | A list of exclusion filters for the compiler. |
testIncludes | Set | 1.0.0 | A list of inclusion filters for the compiler. |