| Package | Description |
|---|---|
| scala_maven |
| Modifier and Type | Field and Description |
|---|---|
protected BasicArtifact[] |
ScalaMojoSupport.compilerPlugins
Compiler plugin dependencies to use when compiling.
|
protected BasicArtifact[] |
ScalaMojoSupport.dependencies
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>
|
Copyright © 2012–2015. All rights reserved.