Full name:
net.alchim31.maven:scala-maven-plugin:4.9.2:add-source
Description:
Add more source directories to the POM.
Attributes:
initialize
.Name | Type | Since | Description |
---|---|---|---|
<sourceDir> |
File |
- |
The directory in which scala source is found Default: ${project.build.sourceDirectory}/../scala |
<testSourceDir> |
File |
- |
The directory in which testing scala source is found Default: ${project.build.testSourceDirectory}/../scala |
<useCanonicalPath> |
boolean |
- |
Should use CanonicalPath to normalize path (true => getCanonicalPath, false => getAbsolutePath) See also: #50 Default: true User Property: maven.scala.useCanonicalPath |
java.io.File
No
${project.build.sourceDirectory}/../scala
java.io.File
No
${project.build.testSourceDirectory}/../scala
boolean
No
maven.scala.useCanonicalPath
true