You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2016/09/06 12:15:34 UTC

svn commit: r1759420 - /sling/site/trunk/content/documentation/development/htl-maven-plugin.mdtext

Author: radu
Date: Tue Sep  6 12:15:34 2016
New Revision: 1759420

URL: http://svn.apache.org/viewvc?rev=1759420&view=rev
Log:
trivial: updated formatting

Modified:
    sling/site/trunk/content/documentation/development/htl-maven-plugin.mdtext

Modified: sling/site/trunk/content/documentation/development/htl-maven-plugin.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/htl-maven-plugin.mdtext?rev=1759420&r1=1759419&r2=1759420&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/htl-maven-plugin.mdtext (original)
+++ sling/site/trunk/content/documentation/development/htl-maven-plugin.mdtext Tue Sep  6 12:15:34 2016
@@ -49,6 +49,7 @@ Validates HTL scripts syntax during the
 <a name="param-sourceDirectory"><code>sourceDirectory</code></a>:
 
 Defines the root folder where this goal expects to find Sightly scripts to validate.
+
 * **Type:** `java.lang.String`
 * **Required:** No
 * **User Property:** `sourceDirectory`
@@ -57,6 +58,7 @@ Defines the root folder where this goal
 <a name="param-includes"><code>includes</code></a>:
 
 List of files to include, specified as fileset patterns which are relative to `sourceDirectory`.
+
 * **Type:** `java.lang.String[]`
 * **Required:** No
 * **User Property:** `includes`
@@ -65,6 +67,7 @@ List of files to include, specified as f
 <a name="param-excludes"><code>excludes</code></a>:
 
 List of files to exclude, specified as fileset patterns which are relative to `sourceDirectory`.
+
 * **Type:** `java.lang.String[]`
 * **Required:** No
 * **User Property:** `excludes`
@@ -72,6 +75,7 @@ List of files to exclude, specified as f
 <a name="param-failOnWarnings"><code>failOnWarnings</code></a>:
 
 If set to `true` it will fail the build on compiler warnings.
+
 * **Type:** `boolean`
 * **Required:** No
 * **User Property:** `failOnWarnings`