标签:
杂谈 |
分类: 程序员 |
scala:run
Full name:
org.scala-tools:maven-scala-plugin:2.14.2-SNAPSHOT:run
Description:
Run a Scala class using the Scala runtime
Attributes:
-
- Requires a Maven 2.0 project to be executed.
-
- Requires dependency resolution of artifacts in scope: test.
-
- Invokes the execution of the lifecycle phase test-compile prior to executing itself.
-
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
| displayCmd | boolean | - | Display the command line called ? (property
'maven.scala.displayCmd' replaced
by 'displayCmd') Default value is: false. |
| scalaClassName | String | - | className (FQN) of the scala tool to provide as Default value is: scala.tools.nsc.Main. |

加载中…