public class AddSourceMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
sourceDir
The directory in which scala source is found
|
protected File |
testSourceDir
The directory in which testing scala source is found
|
protected boolean |
useCanonicalPath
Should use CanonicalPath to normalize path (true => getCanonicalPath, false => getAbsolutePath)
|
| Constructor and Description |
|---|
AddSourceMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected File sourceDir
protected File testSourceDir
protected boolean useCanonicalPath
https://github.com/davidB/maven-scala-plugin/issues/50Copyright © 2012–2015. All rights reserved.