You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:30:12 UTC

[sling-htl-maven-plugin] 13/39: SLING-6084 htl-maven-plugin should provide skip parameter

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git

commit dcdaec4f15849cbca528e8fe2204dc6b8f3b372c
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Fri Sep 30 15:02:42 2016 +0000

    SLING-6084 htl-maven-plugin should provide skip parameter
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1762923 13f79535-47bb-0310-9956-ffa450edef68
---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 4ded387..4a745f3 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ Validates HTL scripts syntax during the build process.
 | [`includes`](#param-includes)               | `String[]` | `1.0.0` | List of files to include, specified as fileset patterns which are relative to `sourceDirectory`. |
 | [`excludes`](#param-excludes)               | `String[]` | `1.0.0` | List of files to exclude, specified as fileset patterns which are relative to `sourceDirectory`. |
 | [`failOnWarnings`](#param-failOnWarnings)   | `boolean`  | `1.0.0` | If set to `true` it will fail the build on compiler warnings.                                    |
+| [`skip`](#param-skip)                       | `boolean`  | `1.0.2` | If set to `true` the validation will be skipped.                                                 |
 
 ### Parameter Details
 
@@ -75,3 +76,10 @@ If set to `true` it will fail the build on compiler warnings.
 * **User Property:** `failOnWarnings`
 * **Default:** `false`
 
+<a name="param-skip"><code>skip</code></a>:
+
+If set to `true` the validation will be skipped.
+* **Type:** `boolean`
+* **Required:** No
+* **Default:** `false`
+

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.