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/11/07 09:13:28 UTC

[sling-htl-maven-plugin] 08/11: 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 annotated tag htl-maven-plugin-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git

commit 14d21c8929d1666bbf527a6a728f551f654d5ce0
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/tooling/maven/htl-maven-plugin@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>.