Author: buildbot
Date: Tue Aug  8 10:45:03 2017
New Revision: 1016536

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    websites/staging/sling/trunk/content/components/htl-maven-plugin/index.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Aug  8 10:45:03 2017
@@ -1 +1 @@
-1804388
+1804390

Modified: 
websites/staging/sling/trunk/content/components/htl-maven-plugin/index.html
==============================================================================
--- websites/staging/sling/trunk/content/components/htl-maven-plugin/index.html 
(original)
+++ websites/staging/sling/trunk/content/components/htl-maven-plugin/index.html 
Tue Aug  8 10:45:03 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-03-10 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-08-07 
  | 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="20170310" />
+    <meta name="Date-Revision-yyyymmdd" content="20170807" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Sling HTL Maven Plugin &#x2013; HTL Maven Plugin</title>
+    <title>Apache Sling HTL Maven Plugin &#x2013; Apache Sling HTL Maven 
Plugin</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" />
@@ -27,9 +27,9 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2017-03-10<span 
class="divider">|</span>
+        <li id="publishDate">Last Published: 2017-08-07<span 
class="divider">|</span>
 </li>
-          <li id="projectVersion">Version: 1.0.6</li>
+          <li id="projectVersion">Version: 1.0.8</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -40,6 +40,7 @@
     <li class="active"><a href="#"><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-down"></span>Project Information</a>
       <ul class="nav nav-list">
@@ -72,9 +73,31 @@
           </div>
         </div>
         <div id="bodyColumn"  class="span10" >
-<h1>HTL Maven Plugin</h1>
-<p>The Apache Sling HTL Maven Plugin provides support for validating HTML 
Template Language scripts from projects.</p>
-<p>See <a href="plugin-info.html">Goals</a> for a list of supported goals.</p>
+<div class="section">
+<h2><a name="Apache_Sling_HTL_Maven_Plugin"></a>Apache Sling HTL Maven 
Plugin</h2>
+<p>The Apache Sling HTL Maven Plugin, M2Eclipse compatible, provides support 
for validating HTML Template Language scripts from projects during build time, 
reporting issues like:</p>
+
+<ul>
+  
+<li>syntax errors;</li>
+  
+<li>expression warnings (e.g. missing required display contexts, sensible 
attributes with dynamic values, etc.);</li>
+  
+<li>incorrect usage of block elements.</li>
+</ul>
+<div class="section">
+<h3><a name="Goals"></a>Goals</h3>
+<p>The HTL Maven Plugin has only one goal:</p>
+
+<ul>
+  
+<li><a href="validate-mojo.html">htl:validate</a> is bound to the compile 
phase and is used to validate HTL scripts.</li>
+</ul></div>
+<div class="section">
+<h3><a name="Usage"></a>Usage</h3>
+<p>General instructions on how to use the HTL Maven Plugin can be found on the 
usage page.</p>
+<p>In case you still have questions regarding the plugin&#x2019;s usage feel 
free to contact the Apache Sling Development List. The posts to the mailing 
list are archived and could already contain the answer to your question as part 
of an older thread. Hence, it is also worth browsing/searching the mail 
archive.</p>
+<p>If you feel like the plugin is missing a feature or has a defect, you can 
fill a feature request or bug report in our issue tracker. When creating a new 
issue, please provide a comprehensive description of your concern. Especially 
for fixing bugs it is crucial that the developers can reproduce your problem. 
For this reason, entire debug logs, POMs or most preferably little demo 
projects attached to the issue are very much appreciated. Of course, patches 
are welcome, too. Contributors can check out the project from our source 
repository and will find supplementary information in the guide to helping with 
Maven.</p></div></div>
         </div>
       </div>
     </div>


Reply via email to