Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs with correct github url #790

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions add-source-mojo.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h3><a name="Optional_Parameters"></a>Optional Parameters</h3><a name="Optional_
<td align="left"><a href="#useCanonicalPath"><code>&lt;useCanonicalPath&gt;</code></a></td>
<td><code>boolean</code></td>
<td><code>-</code></td>
<td>Should use CanonicalPath to normalize path (true =&gt; getCanonicalPath, false =&gt; getAbsolutePath)<br /><strong>See also:</strong> <a href="https://github.com/davidB/maven-scala-plugin/issues/50">#50</a><br /><strong>Default</strong>: <code>true</code><br /><strong>User Property</strong>: <code>maven.scala.useCanonicalPath</code></td></tr></table></section><section>
<td>Should use CanonicalPath to normalize path (true =&gt; getCanonicalPath, false =&gt; getAbsolutePath)<br /><strong>See also:</strong> <a href="https://github.com/davidB/scala-maven-plugin/issues/50">#50</a><br /><strong>Default</strong>: <code>true</code><br /><strong>User Property</strong>: <code>maven.scala.useCanonicalPath</code></td></tr></table></section><section>
<h3><a name="Parameter_Details"></a>Parameter Details</h3><a name="Parameter_Details"></a><a name="sourceDir"></a><section>
<h4><a name="a.3CsourceDir.3E"></a>&lt;sourceDir&gt;</h4><a name="a.3CsourceDir.3E"></a>
<div>The directory in which scala source is found</div>
Expand All @@ -116,7 +116,7 @@ <h4><a name="a.3CtestSourceDir.3E"></a>&lt;testSourceDir&gt;</h4><a name="a.3Cte
<li><strong>Required</strong>: <code>No</code></li>
<li><strong>Default</strong>: <code>${project.build.testSourceDirectory}/../scala</code></li></ul><hr /></section><a name="useCanonicalPath"></a><section>
<h4><a name="a.3CuseCanonicalPath.3E"></a>&lt;useCanonicalPath&gt;</h4><a name="a.3CuseCanonicalPath.3E"></a>
<div>Should use CanonicalPath to normalize path (true =&gt; getCanonicalPath, false =&gt; getAbsolutePath)<br /><strong>See also:</strong> <a href="https://github.com/davidB/maven-scala-plugin/issues/50">#50</a></div>
<div>Should use CanonicalPath to normalize path (true =&gt; getCanonicalPath, false =&gt; getAbsolutePath)<br /><strong>See also:</strong> <a href="https://github.com/davidB/scala-maven-plugin/issues/50">#50</a></div>
<ul>
<li><strong>Type</strong>: <code>boolean</code></li>
<li><strong>Required</strong>: <code>No</code></li>
Expand Down