diff --git a/add-source-mojo.html b/add-source-mojo.html
index f22f9e54..7c6d7b13 100644
--- a/add-source-mojo.html
+++ b/add-source-mojo.html
@@ -101,7 +101,7 @@
Optional Parameters
<useCanonicalPath>
boolean |
- |
-Should use CanonicalPath to normalize path (true => getCanonicalPath, false => getAbsolutePath) See also: #50 Default: true User Property: maven.scala.useCanonicalPath |
+Should use CanonicalPath to normalize path (true => getCanonicalPath, false => getAbsolutePath) See also: #50 Default: true User Property: maven.scala.useCanonicalPath |
Parameter Details
<sourceDir>
The directory in which scala source is found
@@ -116,7 +116,7 @@ <testSourceDir>
<useCanonicalPath>
-Should use CanonicalPath to normalize path (true => getCanonicalPath, false => getAbsolutePath)
See also: #50
+Should use CanonicalPath to normalize path (true => getCanonicalPath, false => getAbsolutePath)
See also: #50
- Type:
boolean
- Required:
No