Full name:
org.scala-tools:maven-scala-plugin:2.15.1:console
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
displayCmd | boolean | - | Display the command line called ? (property
'maven.scala.displayCmd' replaced by 'displayCmd') 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 |
checkMultipleScalaVersions | boolean | - | Check if every dependencies use the same version of scala-library. Default value is: true. |
compilerPlugins | BasicArtifact[] | - | Compiler plugin dependencies to use when compiling. ex: |
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> |
failOnMultipleScalaVersions | boolean | - | Determines if a detection of multiple scala versions in the
dependencies will cause the build to fail. Default value is: false. |
forceUseArgFile | boolean | - | Force the use of an external ArgFile to run any forked process. Default value is: false. |
fork | boolean | - | Forks the execution of scalac into a separate process. Default value is: true. |
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. (property 'maven.scala.version' replaced
by 'scala.version') |
args:
<dependencies> <dependency> <groupId>org.scala-tools</groupId> <artifactId>scala-compiler-addon</artifactId> <version>1.0-SNAPSHOT</version> </dependency> </dependencies>
fork: