You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2017/09/26 10:17:25 UTC

[16/26] sling-site git commit: Resync with svn content/components at revision 1809420

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin-archives/htl-maven-plugin-1.0.8/usage.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin-archives/htl-maven-plugin-1.0.8/usage.html b/src/main/jbake/assets/components/htl-maven-plugin-archives/htl-maven-plugin-1.0.8/usage.html
new file mode 100644
index 0000000..0a62bbf
--- /dev/null
+++ b/src/main/jbake/assets/components/htl-maven-plugin-archives/htl-maven-plugin-1.0.8/usage.html
@@ -0,0 +1,123 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-08-08 
+ | Rendered using Apache Maven Fluido Skin 1.6
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20170808" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling HTL Maven Plugin &#x2013; Usage</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.6.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+      <script type="text/javascript" src="./js/apache-maven-fluido-1.6.min.js"></script>
+      </head>
+    <body class="topBarDisabled">
+      <div class="container-fluid">
+      <div id="banner">
+        <div class="pull-left"><div id="bannerLeft"><h2>Apache Sling HTL Maven Plugin</h2>
+</div>
+</div>
+        <div class="pull-right"></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+        <li id="publishDate">Last Published: 2017-08-08<span class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 1.0.8</li>
+        </ul>
+      </div>
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+<ul class="nav nav-list">
+          <li class="nav-header">Overview</li>
+    <li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a>  </li>
+    <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a>  </li>
+    <li class="active"><a href="#"><span class="none"></span>Usage</a>
+  </li>
+          <li class="nav-header">Project Documentation</li>
+    <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a>  </li>
+    <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a>  </li>
+  </ul>
+          <hr />
+          <div id="poweredBy">
+              <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
+  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
+              </div>
+          </div>
+        </div>
+        <div id="bodyColumn"  class="span10" >
+<div class="section">
+<h2><a name="Usage"></a>Usage</h2>
+<div class="section">
+<h3><a name="Validating_your_HTL_Scripts"></a>Validating your HTL Scripts</h3>
+<p>To validate your HTL Scripts you can run the following command:</p>
+
+<div class="source">
+<div class="source"><pre class="prettyprint linenums">mvn org.apache.sling:htl-maven-plugin:validate
+</pre></div></div>
+<p>This assumes you&#x2019;ve configured the <tt>${project.build.sourceDirectory}</tt> setting.</p>
+<p>The command can be simplified to</p>
+
+<div class="source">
+<div class="source"><pre class="prettyprint linenums">mvn htl:validate
+</pre></div></div>
+<p>if your Maven user settings file provides the following configuration</p>
+
+<div class="source">
+<div class="source"><pre class="prettyprint linenums">&lt;pluginGroups&gt;
+    &lt;pluginGroup&gt;org.apache.sling&lt;/pluginGroup&gt;
+&lt;/pluginGroups&gt;
+</pre></div></div></div>
+<div class="section">
+<h3><a name="Configuring_Your_HTL_Maven_Plugin"></a>Configuring Your HTL Maven Plugin</h3>
+
+<div class="source">
+<div class="source"><pre class="prettyprint linenums">&lt;project&gt;
+    ...
+    &lt;build&gt;
+        &lt;pluginManagement&gt;
+            &lt;plugin&gt;
+                &lt;groupId&gt;org.apache.sling&lt;/groupId&gt;
+                &lt;artifactId&gt;htl-maven-plugin&lt;/artifactId&gt;
+                &lt;version&gt;1.0.8/version&gt;
+                &lt;configuration&gt;
+                    &lt;!-- put your configurations here --&gt;
+                &lt;/configuration&gt;
+                &lt;executions&gt;
+                    &lt;execution&gt;
+                        &lt;goals&gt;
+                            &lt;goal&gt;validate&lt;/goal&gt;
+                        &lt;/goals&gt;
+                    &lt;/execution&gt;
+                &lt;/executions&gt;
+            &lt;/plugin&gt;
+        &lt;/pluginManagement&gt;
+    &lt;/build&gt;
+    ...
+&lt;/project&gt;
+</pre></div></div></div></div>
+        </div>
+      </div>
+    </div>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2007&#x2013;2017
+<a href="https://www.apache.org/">The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
+        </div>
+    </footer>
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin-archives/htl-maven-plugin-1.0.8/validate-mojo.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin-archives/htl-maven-plugin-1.0.8/validate-mojo.html b/src/main/jbake/assets/components/htl-maven-plugin-archives/htl-maven-plugin-1.0.8/validate-mojo.html
new file mode 100644
index 0000000..863b982
--- /dev/null
+++ b/src/main/jbake/assets/components/htl-maven-plugin-archives/htl-maven-plugin-1.0.8/validate-mojo.html
@@ -0,0 +1,250 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-08-08 
+ | Rendered using Apache Maven Fluido Skin 1.6
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20170808" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling HTL Maven Plugin &#x2013; htl:validate</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.6.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+      <script type="text/javascript" src="./js/apache-maven-fluido-1.6.min.js"></script>
+      </head>
+    <body class="topBarDisabled">
+      <div class="container-fluid">
+      <div id="banner">
+        <div class="pull-left"><div id="bannerLeft"><h2>Apache Sling HTL Maven Plugin</h2>
+</div>
+</div>
+        <div class="pull-right"></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+        <li id="publishDate">Last Published: 2017-08-08<span class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 1.0.8</li>
+        </ul>
+      </div>
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+<ul class="nav nav-list">
+          <li class="nav-header">Overview</li>
+    <li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a>  </li>
+    <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a>  </li>
+    <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a>  </li>
+          <li class="nav-header">Project Documentation</li>
+    <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a>  </li>
+    <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a>  </li>
+  </ul>
+          <hr />
+          <div id="poweredBy">
+              <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
+  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
+              </div>
+          </div>
+        </div>
+        <div id="bodyColumn"  class="span10" >
+
+  
+    <div class="section">
+<h2><a name="htl:validate"></a>htl:validate</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.sling:htl-maven-plugin:1.0.8:validate</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Validates HTL scripts.</div>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>Requires a Maven project to be executed.</li>
+        
+<li>The goal is thread-safe and supports parallel builds.</li>
+        
+<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <tt>compile</tt>.</li>
+      </ul>
+      
+<div class="section">
+<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+        
+<table class="table table-striped" border="0">
+          
+<tr class="a">
+            
+<th>Name</th>
+            
+<th>Type</th>
+            
+<th>Since</th>
+            
+<th>Description</th>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#excludes">excludes</a></b></td>
+            
+<td><tt>String[]</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>List of files to exclude. Specified as fileset patterns which are
+relative to the input directory whose contents will be scanned (see
+the sourceDirectory configuration option).<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#failOnWarnings">failOnWarnings</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to &quot;true&quot; it will fail the build on compiler warnings.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>htl.failOnWarnings</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#includes">includes</a></b></td>
+            
+<td><tt>String[]</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>List of files to include. Specified as fileset patterns which are
+relative to the input directory whose contents will be scanned (see
+the sourceDirectory configuration option).<br /><b>Default value is</b>: <tt>**/*.html</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#skip">skip</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to &quot;true&quot; the validation will be skipped.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>htl.skip</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#sourceDirectory">sourceDirectory</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Defines the root folder where this Mojo expects to find Sightly
+scripts to validate.<br /><b>Default value is</b>: <tt>${project.build.sourceDirectory}</tt>.<br /><b>User property is</b>: <tt>htl.sourceDirectory</tt>.</td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+        
+<p><b><a name="excludes">excludes</a>:</b></p>
+        
+<div>List of files to exclude. Specified as fileset patterns which are
+relative to the input directory whose contents will be scanned (see
+the sourceDirectory configuration option).</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String[]</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="failOnWarnings">failOnWarnings</a>:</b></p>
+        
+<div>If set to &quot;true&quot; it will fail the build on compiler warnings.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>htl.failOnWarnings</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="includes">includes</a>:</b></p>
+        
+<div>List of files to include. Specified as fileset patterns which are
+relative to the input directory whose contents will be scanned (see
+the sourceDirectory configuration option).</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String[]</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>**/*.html</tt></li>
+        </ul><hr />
+<p><b><a name="skip">skip</a>:</b></p>
+        
+<div>If set to &quot;true&quot; the validation will be skipped.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>htl.skip</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="sourceDirectory">sourceDirectory</a>:</b></p>
+        
+<div>Defines the root folder where this Mojo expects to find Sightly
+scripts to validate.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>htl.sourceDirectory</tt></li>
+          
+<li><b>Default</b>: <tt>${project.build.sourceDirectory}</tt></li>
+        </ul>
+      </div>
+    </div>
+  
+
+        </div>
+      </div>
+    </div>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2007&#x2013;2017
+<a href="https://www.apache.org/">The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
+        </div>
+    </footer>
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/allclasses-frame.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/allclasses-frame.html
index c579cf7..4e9e463 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/allclasses-frame.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/allclasses-frame.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>All Classes (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/allclasses-noframe.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/allclasses-noframe.html
index 2637b74..f65820d 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/allclasses-noframe.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/allclasses-noframe.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>All Classes (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/constant-values.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/constant-values.html
index 4602d5c..02a99ee 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/constant-values.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/constant-values.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>Constant Field Values (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constant Field Values (Apache Sling HTL Maven Plugin 1.0.6 API)";
+            parent.document.title="Constant Field Values (Apache Sling HTL Maven Plugin 1.0.8 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/deprecated-list.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/deprecated-list.html
index 533246e..ac2cdb8 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/deprecated-list.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/deprecated-list.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>Deprecated List (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Deprecated List (Apache Sling HTL Maven Plugin 1.0.6 API)";
+            parent.document.title="Deprecated List (Apache Sling HTL Maven Plugin 1.0.8 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/help-doc.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/help-doc.html
index d84b2d7..70224f9 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/help-doc.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/help-doc.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>API Help (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="API Help (Apache Sling HTL Maven Plugin 1.0.6 API)";
+            parent.document.title="API Help (Apache Sling HTL Maven Plugin 1.0.8 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/index-all.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/index-all.html
index d6a1ed1..477d63e 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/index-all.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/index-all.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>Index (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Index (Apache Sling HTL Maven Plugin 1.0.6 API)";
+            parent.document.title="Index (Apache Sling HTL Maven Plugin 1.0.8 API)";
         }
     }
     catch(err) {
@@ -103,7 +103,8 @@
 <dd>&nbsp;</dd>
 <dt><a href="org/apache/sling/maven/htl/HelpMojo.html" title="class in org.apache.sling.maven.htl"><span class="typeNameLink">HelpMojo</span></a> - Class in <a href="org/apache/sling/maven/htl/package-summary.html">org.apache.sling.maven.htl</a></dt>
 <dd>
-<div class="block">Display help information on htl-maven-plugin.</div>
+<div class="block">Display help information on htl-maven-plugin.<br>
+ Call <code>mvn htl:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/sling/maven/htl/HelpMojo.html#HelpMojo--">HelpMojo()</a></span> - Constructor for class org.apache.sling.maven.htl.<a href="org/apache/sling/maven/htl/HelpMojo.html" title="class in org.apache.sling.maven.htl">HelpMojo</a></dt>
 <dd>&nbsp;</dd>
@@ -139,7 +140,7 @@
 <dl>
 <dt><a href="org/apache/sling/maven/htl/ValidateMojo.html" title="class in org.apache.sling.maven.htl"><span class="typeNameLink">ValidateMojo</span></a> - Class in <a href="org/apache/sling/maven/htl/package-summary.html">org.apache.sling.maven.htl</a></dt>
 <dd>
-<div class="block">This goal validates Sightly scripts syntax.</div>
+<div class="block">Validates HTL scripts.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/sling/maven/htl/ValidateMojo.html#ValidateMojo--">ValidateMojo()</a></span> - Constructor for class org.apache.sling.maven.htl.<a href="org/apache/sling/maven/htl/ValidateMojo.html" title="class in org.apache.sling.maven.htl">ValidateMojo</a></dt>
 <dd>&nbsp;</dd>

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/index.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/index.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/index.html
index a00ecbf..9a9e4aa 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/index.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/index.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Apache Sling HTL Maven Plugin 1.0.6 API</title>
+<title>Apache Sling HTL Maven Plugin 1.0.8 API</title>
 <script type="text/javascript">
     tmpTargetPage = "" + window.location.search;
     if (tmpTargetPage != "" && tmpTargetPage != "undefined")

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/HelpMojo.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/HelpMojo.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/HelpMojo.html
index 4a6ccbf..7489cd8 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/HelpMojo.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/HelpMojo.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:56 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HelpMojo (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>HelpMojo (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HelpMojo (Apache Sling HTL Maven Plugin 1.0.6 API)";
+            parent.document.title="HelpMojo (Apache Sling HTL Maven Plugin 1.0.8 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/ValidateMojo.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/ValidateMojo.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/ValidateMojo.html
index 558e9f6..5fb2298 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/ValidateMojo.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/ValidateMojo.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ValidateMojo (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>ValidateMojo (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ValidateMojo (Apache Sling HTL Maven Plugin 1.0.6 API)";
+            parent.document.title="ValidateMojo (Apache Sling HTL Maven Plugin 1.0.8 API)";
         }
     }
     catch(err) {
@@ -123,7 +123,7 @@ var activeTableTab = "activeTableTab";
       threadSafe=true)
 public class <span class="typeNameLabel">ValidateMojo</span>
 extends org.apache.maven.plugin.AbstractMojo</pre>
-<div class="block">This goal validates Sightly scripts syntax.</div>
+<div class="block">Validates HTL scripts.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/class-use/HelpMojo.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/class-use/HelpMojo.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/class-use/HelpMojo.html
index 529a912..a6932a2 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/class-use/HelpMojo.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/class-use/HelpMojo.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sling.maven.htl.HelpMojo (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>Uses of Class org.apache.sling.maven.htl.HelpMojo (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.sling.maven.htl.HelpMojo (Apache Sling HTL Maven Plugin 1.0.6 API)";
+            parent.document.title="Uses of Class org.apache.sling.maven.htl.HelpMojo (Apache Sling HTL Maven Plugin 1.0.8 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/class-use/ValidateMojo.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/class-use/ValidateMojo.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/class-use/ValidateMojo.html
index 94f8de2..0353d72 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/class-use/ValidateMojo.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/class-use/ValidateMojo.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sling.maven.htl.ValidateMojo (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>Uses of Class org.apache.sling.maven.htl.ValidateMojo (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.sling.maven.htl.ValidateMojo (Apache Sling HTL Maven Plugin 1.0.6 API)";
+            parent.document.title="Uses of Class org.apache.sling.maven.htl.ValidateMojo (Apache Sling HTL Maven Plugin 1.0.8 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-frame.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-frame.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-frame.html
index 2358676..37ba13e 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-frame.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-frame.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.sling.maven.htl (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>org.apache.sling.maven.htl (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-summary.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-summary.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-summary.html
index ed1a04c..1fb8ac1 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-summary.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-summary.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.sling.maven.htl (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>org.apache.sling.maven.htl (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.sling.maven.htl (Apache Sling HTL Maven Plugin 1.0.6 API)";
+            parent.document.title="org.apache.sling.maven.htl (Apache Sling HTL Maven Plugin 1.0.8 API)";
         }
     }
     catch(err) {
@@ -85,13 +85,14 @@
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/sling/maven/htl/HelpMojo.html" title="class in org.apache.sling.maven.htl">HelpMojo</a></td>
 <td class="colLast">
-<div class="block">Display help information on htl-maven-plugin.</div>
+<div class="block">Display help information on htl-maven-plugin.<br>
+ Call <code>mvn htl:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/sling/maven/htl/ValidateMojo.html" title="class in org.apache.sling.maven.htl">ValidateMojo</a></td>
 <td class="colLast">
-<div class="block">This goal validates Sightly scripts syntax.</div>
+<div class="block">Validates HTL scripts.</div>
 </td>
 </tr>
 </tbody>

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-tree.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-tree.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-tree.html
index 681ecfb..929a191 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-tree.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-tree.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.sling.maven.htl Class Hierarchy (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>org.apache.sling.maven.htl Class Hierarchy (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.sling.maven.htl Class Hierarchy (Apache Sling HTL Maven Plugin 1.0.6 API)";
+            parent.document.title="org.apache.sling.maven.htl Class Hierarchy (Apache Sling HTL Maven Plugin 1.0.8 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-use.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-use.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-use.html
index 8350174..9b862ca 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-use.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-use.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.sling.maven.htl (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>Uses of Package org.apache.sling.maven.htl (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.sling.maven.htl (Apache Sling HTL Maven Plugin 1.0.6 API)";
+            parent.document.title="Uses of Package org.apache.sling.maven.htl (Apache Sling HTL Maven Plugin 1.0.8 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/overview-tree.html b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/overview-tree.html
index 2d4e7dd..c7c9e3a 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/overview-tree.html
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/overview-tree.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_121) on Fri Mar 10 00:02:57 CET 2017 -->
+<!-- Generated by javadoc (1.8.0_131) on Tue Aug 08 12:47:58 CEST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Class Hierarchy (Apache Sling HTL Maven Plugin 1.0.6 API)</title>
-<meta name="date" content="2017-03-10">
+<title>Class Hierarchy (Apache Sling HTL Maven Plugin 1.0.8 API)</title>
+<meta name="date" content="2017-08-08">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Class Hierarchy (Apache Sling HTL Maven Plugin 1.0.6 API)";
+            parent.document.title="Class Hierarchy (Apache Sling HTL Maven Plugin 1.0.8 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/apidocs/package-list
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/package-list b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/package-list
index a6fc6c5..11dbf33 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/apidocs/package-list
+++ b/src/main/jbake/assets/components/htl-maven-plugin/apidocs/package-list
@@ -1 +1 @@
-org.apache.sling.maven.htl
+org.apache.sling.maven.htl

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0c095bcd/src/main/jbake/assets/components/htl-maven-plugin/css/print.css
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/components/htl-maven-plugin/css/print.css b/src/main/jbake/assets/components/htl-maven-plugin/css/print.css
index a885a98..c21b4e2 100644
--- a/src/main/jbake/assets/components/htl-maven-plugin/css/print.css
+++ b/src/main/jbake/assets/components/htl-maven-plugin/css/print.css
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-/* $Id: print.css 1798516 2017-06-12 19:43:26Z sseifert $ */
+/* $Id: print.css 1201871 2011-11-14 20:18:24Z simonetripodi $ */
 
 #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;}
 #bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
\ No newline at end of file