Full name:
org.scala-tools:maven-scala-plugin:2.8:console
Description:
Attributes:
test
.Name | Type | Since | Description |
---|---|---|---|
displayCmd | boolean |
- |
Display the command line called ? Default value is: false . |
mainConsole | String |
- |
The console to run. Default value is: scala.tools.nsc.MainGenericRunner . |
scalaClassName | String |
- |
className (FQN) of the scala tool to provide as Default value is: scala.tools.nsc.Main . |
useRuntimeClasspath | boolean |
- |
Add the runtime classpath, to the console's classpath ? Default value is: true . |
useTestClasspath | boolean |
- |
Add the test classpath (include classes from test directory), to
the console's classpath ? Default value is: true . |
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> |
javaRebelPath | File |
- |
Path of the javaRebel jar. If this option is set then the console
run with javarebel
enabled. |
jvmArgs | String[] |
- |
Jvm Arguments. |
scalaVersion | String |
- |
Scala 's version to use |
args :
java.lang.String[]
No
org.scala_tools.maven.BasicArtifact[]
No
boolean
Yes
${maven.scala.displayCmd}
false
java.io.File
No
${javarebel.jar.path}
jvmArgs :
java.lang.String[]
No
java.lang.String
Yes
${mainConsole}
scala.tools.nsc.MainGenericRunner
java.lang.String
Yes
${maven.scala.className}
scala.tools.nsc.Main
java.lang.String
No
${maven.scala.version}
boolean
Yes
${maven.scala.console.useRuntimeClasspath}
true
boolean
Yes
${maven.scala.console.useTestClasspath}
true