You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2017/03/21 10:41:55 UTC

svn commit: r1008740 [5/8] - in /websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST: ./ css/ fonts/ images/ images/logos/ images/profiles/ img/ js/

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/fsunmount-mojo.html
==============================================================================
--- websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/fsunmount-mojo.html (added)
+++ websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/fsunmount-mojo.html Tue Mar 21 10:41:54 2017
@@ -0,0 +1,376 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-03-21 
+ | 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="20170321" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling Maven Sling Plugin &#x2013; sling:fsunmount</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 Maven Sling 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-03-21<span class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 2.2.1-SNAPSHOT</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="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="sling:fsunmount"></a>sling:fsunmount</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.sling:maven-sling-plugin:2.2.1-SNAPSHOT:fsunmount</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Removes OSGi configurations for the <a class="externalLink" href="https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html">Apache
+Sling File System Resource Provider</a>.</div>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>Requires a Maven project to be executed.</li>
+      </ul>
+      
+<div class="section">
+<h3><a name="Required_Parameters"></a>Required 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="#bundleFileName">bundleFileName</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The name of the generated JAR file.<br /><b>Default value is</b>: <tt>${project.build.directory}/${project.build.finalName}.jar</tt>.<br /><b>User property is</b>: <tt>sling.file</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#failOnError">failOnError</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Determines whether or not to fail the build if the HTTP POST or PUT
+returns an non-OK response code.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>sling.failOnError</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#password">password</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The password to authenticate at the running Sling instance.<br /><b>Default value is</b>: <tt>admin</tt>.<br /><b>User property is</b>: <tt>sling.password</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#slingUrl">slingUrl</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The URL of the running Sling instance. The default is only useful
+for <b>WebConsole</b> deployment.<br /><b>Default value is</b>: <tt>http://localhost:8080/system/console</tt>.<br /><b>User property is</b>: <tt>sling.url</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#user">user</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The user name to authenticate at the running Sling instance.<br /><b>Default value is</b>: <tt>admin</tt>.<br /><b>User property is</b>: <tt>sling.user</tt>.</td>
+          </tr>
+        </table>
+      </div>
+      
+<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="#fileVaultFilterXmlFile">fileVaultFilterXmlFile</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Path to META-INF/vault/filter.xml when using FileVault XML
+filesystem layout.<br /><b>User property is</b>: <tt>sling.filevault.filterxml.file</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#fileVaultJcrRootFile">fileVaultJcrRootFile</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>FileVault filesystem layout content root folder.<br /><b>User property is</b>: <tt>sling.filevault.jcr_root.file</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#slingConsoleUrl">slingConsoleUrl</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The WebConsole URL of the running Sling instance. This is required
+for file system provider operations. If not configured the value of
+slingUrl is used.<br /><b>User property is</b>: <tt>sling.console.url</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#slingUrlSuffix">slingUrlSuffix</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>An optional url suffix which will be appended to the
+<tt>sling.url</tt> for use as the real target url. This allows
+to configure different target URLs in each POM, while using the
+same common <tt>sling.url</tt> in a parent POM (eg.
+<tt>sling.url=http://localhost:8080</tt> and
+<tt>sling.urlSuffix=/project/specific/path</tt>). This is
+typically used in conjunction with WebDAV or SlingPostServlet
+deployment methods.<br /><b>User property is</b>: <tt>sling.urlSuffix</tt>.</td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+        
+<p><b><a name="bundleFileName">bundleFileName</a>:</b></p>
+        
+<div>The name of the generated JAR file.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.file</tt></li>
+          
+<li><b>Default</b>: <tt>${project.build.directory}/${project.build.finalName}.jar</tt></li>
+        </ul><hr />
+<p><b><a name="failOnError">failOnError</a>:</b></p>
+        
+<div>Determines whether or not to fail the build if the HTTP POST or PUT
+returns an non-OK response code.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.failOnError</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul><hr />
+<p><b><a name="fileVaultFilterXmlFile">fileVaultFilterXmlFile</a>:</b></p>
+        
+<div>Path to META-INF/vault/filter.xml when using FileVault XML
+filesystem layout.</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>sling.filevault.filterxml.file</tt></li>
+        </ul><hr />
+<p><b><a name="fileVaultJcrRootFile">fileVaultJcrRootFile</a>:</b></p>
+        
+<div>FileVault filesystem layout content root folder.</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>sling.filevault.jcr_root.file</tt></li>
+        </ul><hr />
+<p><b><a name="password">password</a>:</b></p>
+        
+<div>The password to authenticate at the running Sling instance.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.password</tt></li>
+          
+<li><b>Default</b>: <tt>admin</tt></li>
+        </ul><hr />
+<p><b><a name="slingConsoleUrl">slingConsoleUrl</a>:</b></p>
+        
+<div>The WebConsole URL of the running Sling instance. This is required
+for file system provider operations. If not configured the value of
+slingUrl is used.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.console.url</tt></li>
+        </ul><hr />
+<p><b><a name="slingUrl">slingUrl</a>:</b></p>
+        
+<div>The URL of the running Sling instance. The default is only useful
+for <b>WebConsole</b> deployment.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.url</tt></li>
+          
+<li><b>Default</b>: <tt>http://localhost:8080/system/console</tt></li>
+        </ul><hr />
+<p><b><a name="slingUrlSuffix">slingUrlSuffix</a>:</b></p>
+        
+<div>An optional url suffix which will be appended to the
+<tt>sling.url</tt> for use as the real target url. This allows
+to configure different target URLs in each POM, while using the
+same common <tt>sling.url</tt> in a parent POM (eg.
+<tt>sling.url=http://localhost:8080</tt> and
+<tt>sling.urlSuffix=/project/specific/path</tt>). This is
+typically used in conjunction with WebDAV or SlingPostServlet
+deployment methods.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.urlSuffix</tt></li>
+        </ul><hr />
+<p><b><a name="user">user</a>:</b></p>
+        
+<div>The user name to authenticate at the running Sling instance.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.user</tt></li>
+          
+<li><b>Default</b>: <tt>admin</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

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/fsunmount-mojo.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/fsunmount-mojo.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Tue Mar 21 10:41:54 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/fsunmount-mojo.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/generate-adapter-metadata-mojo.html
==============================================================================
--- websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/generate-adapter-metadata-mojo.html (added)
+++ websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/generate-adapter-metadata-mojo.html Tue Mar 21 10:41:54 2017
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-03-21 
+ | 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="20170321" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling Maven Sling Plugin &#x2013; sling:generate-adapter-metadata</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 Maven Sling 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-03-21<span class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 2.2.1-SNAPSHOT</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="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="sling:generate-adapter-metadata"></a>sling:generate-adapter-metadata</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.sling:maven-sling-plugin:2.2.1-SNAPSHOT:generate-adapter-metadata</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Build Adapter Metadata from Annotated Classes</div>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>Requires a Maven project to be executed.</li>
+        
+<li>Requires dependency resolution of artifacts in scope: <tt>compile</tt>.</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>process-classes</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="#fileName">fileName</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Name of the generated descriptor file.<br /><b>Default value is</b>: <tt>SLING-INF/adapters.json</tt>.<br /><b>User property is</b>: <tt>adapter.descriptor.name</tt>.</td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+        
+<p><b><a name="fileName">fileName</a>:</b></p>
+        
+<div>Name of the generated descriptor file.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>adapter.descriptor.name</tt></li>
+          
+<li><b>Default</b>: <tt>SLING-INF/adapters.json</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

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/generate-adapter-metadata-mojo.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/generate-adapter-metadata-mojo.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Tue Mar 21 10:41:54 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/generate-adapter-metadata-mojo.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/help-mojo.html
==============================================================================
--- websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/help-mojo.html (added)
+++ websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/help-mojo.html Tue Mar 21 10:41:54 2017
@@ -0,0 +1,220 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-03-21 
+ | 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="20170321" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling Maven Sling Plugin &#x2013; sling:help</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 Maven Sling 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-03-21<span class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 2.2.1-SNAPSHOT</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="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="sling:help"></a>sling:help</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.sling:maven-sling-plugin:2.2.1-SNAPSHOT:help</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Display help information on maven-sling-plugin.<br />
+Call <tt>mvn sling:help -Ddetail=true
+-Dgoal=&lt;goal-name&gt;</tt> to display parameter details.</div>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>The goal is thread-safe and supports parallel builds.</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="#detail">detail</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If <tt>true</tt>, display all settable properties for each
+goal.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>detail</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#goal">goal</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The name of the goal for which to show help. If unspecified, all
+goals will be displayed.<br /><b>User property is</b>: <tt>goal</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#indentSize">indentSize</a></b></td>
+            
+<td><tt>int</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The number of spaces per indentation level, should be positive.<br /><b>Default value is</b>: <tt>2</tt>.<br /><b>User property is</b>: <tt>indentSize</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#lineLength">lineLength</a></b></td>
+            
+<td><tt>int</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The maximum length of a display line, should be positive.<br /><b>Default value is</b>: <tt>80</tt>.<br /><b>User property is</b>: <tt>lineLength</tt>.</td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+        
+<p><b><a name="detail">detail</a>:</b></p>
+        
+<div>If <tt>true</tt>, display all settable properties for each
+goal.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>detail</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="goal">goal</a>:</b></p>
+        
+<div>The name of the goal for which to show help. If unspecified, all
+goals will be displayed.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>goal</tt></li>
+        </ul><hr />
+<p><b><a name="indentSize">indentSize</a>:</b></p>
+        
+<div>The number of spaces per indentation level, should be positive.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>int</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>indentSize</tt></li>
+          
+<li><b>Default</b>: <tt>2</tt></li>
+        </ul><hr />
+<p><b><a name="lineLength">lineLength</a>:</b></p>
+        
+<div>The maximum length of a display line, should be positive.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>int</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>lineLength</tt></li>
+          
+<li><b>Default</b>: <tt>80</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

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/help-mojo.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/help-mojo.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Tue Mar 21 10:41:54 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/help-mojo.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/accessories-text-editor.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/accessories-text-editor.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/accessories-text-editor.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/add.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/add.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/add.gif
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/apache-maven-project-2.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/apache-maven-project-2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/apache-maven-project-2.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/application-certificate.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/application-certificate.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/application-certificate.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/close.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/close.gif
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/contact-new.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/contact-new.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/contact-new.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/document-properties.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/document-properties.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/document-properties.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/drive-harddisk.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/drive-harddisk.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/drive-harddisk.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/fix.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/fix.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/fix.gif
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_error_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_help_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_help_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_help_sml.gif
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_info_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_success_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_warning_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/image-x-generic.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/image-x-generic.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/image-x-generic.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/internet-web-browser.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/internet-web-browser.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/internet-web-browser.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/logos/build-by-maven-black.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/logos/build-by-maven-black.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/logos/build-by-maven-black.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/logos/build-by-maven-white.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/logos/build-by-maven-white.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/logos/build-by-maven-white.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/logos/maven-feather.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/network-server.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/network-server.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/network-server.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/package-x-generic.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/package-x-generic.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/package-x-generic.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/profiles/pre-release.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/profiles/pre-release.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/profiles/pre-release.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/profiles/retired.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/profiles/retired.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/profiles/retired.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/profiles/sandbox.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/profiles/sandbox.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/profiles/sandbox.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/remove.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/remove.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/remove.gif
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/rss.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/rss.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/rss.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/update.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/update.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/update.gif
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/window-new.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/window-new.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/images/window-new.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/img/glyphicons-halflings-white.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/img/glyphicons-halflings-white.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/img/glyphicons-halflings-white.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/img/glyphicons-halflings.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/img/glyphicons-halflings.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/img/glyphicons-halflings.png
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/index.html
==============================================================================
--- websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/index.html (added)
+++ websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/index.html Tue Mar 21 10:41:54 2017
@@ -0,0 +1,92 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-03-21 
+ | 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="20170321" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling Maven Sling Plugin &#x2013; Maven Sling 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" />
+      <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 Maven Sling 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-03-21<span class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 2.2.1-SNAPSHOT</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 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 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">
+    <li><a href="dependencies.html" title="Dependencies"><span class="none"></span>Dependencies</a>  </li>
+    <li><a href="dependency-info.html" title="Dependency Information"><span class="none"></span>Dependency Information</a>  </li>
+    <li><a href="dependency-management.html" title="Dependency Management"><span class="none"></span>Dependency Management</a>  </li>
+    <li><a href="distribution-management.html" title="Distribution Management"><span class="none"></span>Distribution Management</a>  </li>
+    <li class="active"><a href="#"><span class="none"></span>About</a>
+  </li>
+    <li><a href="issue-tracking.html" title="Issue Management"><span class="none"></span>Issue Management</a>  </li>
+    <li><a href="license.html" title="Licenses"><span class="none"></span>Licenses</a>  </li>
+    <li><a href="mail-lists.html" title="Mailing Lists"><span class="none"></span>Mailing Lists</a>  </li>
+    <li><a href="plugin-management.html" title="Plugin Management"><span class="none"></span>Plugin Management</a>  </li>
+    <li><a href="plugins.html" title="Plugins"><span class="none"></span>Plugins</a>  </li>
+    <li><a href="team-list.html" title="Team"><span class="none"></span>Team</a>  </li>
+    <li><a href="source-repository.html" title="Source Code Management"><span class="none"></span>Source Code Management</a>  </li>
+    <li><a href="project-summary.html" title="Summary"><span class="none"></span>Summary</a>  </li>
+      </ul>
+  </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" >
+<h1>Maven Sling Plugin</h1>
+<p>The Maven Sling Plugin provides a number of goals which may be of help while developing bundles for Sling. To run the plugin you need at least Maven 3.x and JDK 1.7 or higher.</p>
+<p>See <a href="plugin-info.html">Goals</a> for a list of supported goals.</p>
+        </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

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/index.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Tue Mar 21 10:41:54 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/index.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/install-file-mojo.html
==============================================================================
--- websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/install-file-mojo.html (added)
+++ websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/install-file-mojo.html Tue Mar 21 10:41:54 2017
@@ -0,0 +1,747 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-03-21 
+ | 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="20170321" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling Maven Sling Plugin &#x2013; sling:install-file</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 Maven Sling 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-03-21<span class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 2.2.1-SNAPSHOT</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="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="sling:install-file"></a>sling:install-file</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.sling:maven-sling-plugin:2.2.1-SNAPSHOT:install-file</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Install an OSGi bundle to a running Sling instance.</div>
+      
+<p><b>Attributes</b>:</p>
+      
+<div class="section">
+<h3><a name="Required_Parameters"></a>Required 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="#bundleStart">bundleStart</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Whether to start the uploaded bundle or not. Only applies when
+POSTing to Felix Web Console<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>sling.bundle.start</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#bundleStartLevel">bundleStartLevel</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The start level to set on the installed bundle. If the bundle is
+already installed and therefore is only updated this parameter is
+ignored. The parameter is also ignored if the running Sling
+instance has no StartLevel service (which is unusual actually).
+Only applies when POSTing to Felix Web Console.<br /><b>Default value is</b>: <tt>20</tt>.<br /><b>User property is</b>: <tt>sling.bundle.startlevel</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#failOnError">failOnError</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Determines whether or not to fail the build if the HTTP POST or PUT
+returns an non-OK response code.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>sling.failOnError</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#mimeType">mimeType</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The content type / mime type used for WebDAV or Sling POST
+deployment.<br /><b>Default value is</b>: <tt>application/java-archive</tt>.<br /><b>User property is</b>: <tt>sling.mimeType</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#mountByFS">mountByFS</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Whether to add the mapping for the <a class="externalLink" href="https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html">Apache
+Sling File System Resource Provider</a>.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>sling.mountByFS</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#password">password</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The password to authenticate at the running Sling instance.<br /><b>Default value is</b>: <tt>admin</tt>.<br /><b>User property is</b>: <tt>sling.password</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#refreshPackages">refreshPackages</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Whether to refresh the packages after installing the uploaded
+bundle. Only applies when POSTing to Felix Web Console<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>sling.refreshPackages</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#slingUrl">slingUrl</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The URL of the running Sling instance. The default is only useful
+for <b>WebConsole</b> deployment.<br /><b>Default value is</b>: <tt>http://localhost:8080/system/console</tt>.<br /><b>User property is</b>: <tt>sling.url</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#user">user</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The user name to authenticate at the running Sling instance.<br /><b>Default value is</b>: <tt>admin</tt>.<br /><b>User property is</b>: <tt>sling.user</tt>.</td>
+          </tr>
+        </table>
+      </div>
+      
+<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="#artifact">artifact</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>A string of the form
+groupId:artifactId:version[:packaging[:classifier]].<br /><b>User property is</b>: <tt>sling.artifact</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#artifactId">artifactId</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The artifactId of the artifact to install<br /><b>User property is</b>: <tt>sling.artifactId</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#bundleFileName">bundleFileName</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The name of the generated JAR file.<br /><b>User property is</b>: <tt>sling.file</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#classifier">classifier</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The classifier of the artifact to install<br /><b>User property is</b>: <tt>sling.classifier</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#deploymentMethod">deploymentMethod</a></b></td>
+            
+<td><tt>AbstractBundleInstallMojo$BundleDeploymentMethod</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Bundle deployment method. One of the following three values are
+allowed 
+
+<ol style="list-style-type: decimal">
+
+<li><b>WebConsole</b>, uses the <a class="externalLink" href="http://felix.apache.org/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html#post-requests">Felix
+Web Console REST API</a> for deployment (HTTP POST). This is the
+default. Make sure that <tt>slingUrl</tt> points to the Felix
+Web Console in that case.</li>
+
+<li><b>WebDAV</b>, uses <a class="externalLink" href="https://sling.apache.org/documentation/development/repository-based-development.html">WebDAV</a>
+for deployment (HTTP PUT). Make sure that <tt>slingUrl</tt>
+points to the entry path of the Sling WebDAV bundle (usually below
+regular Sling root URL). Issues a HTTP Delete for the uninstall
+goal.</li>
+
+<li><b>SlingPostServlet</b>, uses the <a class="externalLink" href="https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html">Sling
+Post Servlet</a> for deployment (HTTP POST). Make sure that
+<tt>slingUrl</tt> points a path which is handled by the Sling
+POST Servlet (usually below regular Sling root URL).</li>
+</ol>
+This has precedence over the deprecated parameter
+<tt>usePut</tt>.<br /><b>User property is</b>: <tt>sling.deploy.method</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#groupId">groupId</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The groupId of the artifact to install<br /><b>User property is</b>: <tt>sling.groupId</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#packaging">packaging</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The packaging of the artifact to install<br /><b>Default value is</b>: <tt>jar</tt>.<br /><b>User property is</b>: <tt>sling.packaging</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#repositoryId">repositoryId</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The id of the repository from which we'll download the artifact<br /><b>Default value is</b>: <tt>temp</tt>.<br /><b>User property is</b>: <tt>sling.repoId</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#repositoryUrl">repositoryUrl</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The url of the repository from which we'll download the artifact<br /><b>User property is</b>: <tt>sling.repoUrl</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#slingConsoleUrl">slingConsoleUrl</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The WebConsole URL of the running Sling instance. This is required
+for file system provider operations. If not configured the value of
+slingUrl is used.<br /><b>User property is</b>: <tt>sling.console.url</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#slingUrlSuffix">slingUrlSuffix</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>An optional url suffix which will be appended to the
+<tt>sling.url</tt> for use as the real target url. This allows
+to configure different target URLs in each POM, while using the
+same common <tt>sling.url</tt> in a parent POM (eg.
+<tt>sling.url=http://localhost:8080</tt> and
+<tt>sling.urlSuffix=/project/specific/path</tt>). This is
+typically used in conjunction with WebDAV or SlingPostServlet
+deployment methods.<br /><b>User property is</b>: <tt>sling.urlSuffix</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#usePut">usePut</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td><b>Deprecated.</b> Use <tt>deploymentMethod</tt> instead.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>sling.usePut</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#version">version</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The version of the artifact to install<br /><b>User property is</b>: <tt>sling.version</tt>.</td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+        
+<p><b><a name="artifact">artifact</a>:</b></p>
+        
+<div>A string of the form
+groupId:artifactId:version[:packaging[:classifier]].</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.artifact</tt></li>
+        </ul><hr />
+<p><b><a name="artifactId">artifactId</a>:</b></p>
+        
+<div>The artifactId of the artifact to install</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.artifactId</tt></li>
+        </ul><hr />
+<p><b><a name="bundleFileName">bundleFileName</a>:</b></p>
+        
+<div>The name of the generated JAR file.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.file</tt></li>
+        </ul><hr />
+<p><b><a name="bundleStart">bundleStart</a>:</b></p>
+        
+<div>Whether to start the uploaded bundle or not. Only applies when
+POSTing to Felix Web Console</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.bundle.start</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul><hr />
+<p><b><a name="bundleStartLevel">bundleStartLevel</a>:</b></p>
+        
+<div>The start level to set on the installed bundle. If the bundle is
+already installed and therefore is only updated this parameter is
+ignored. The parameter is also ignored if the running Sling
+instance has no StartLevel service (which is unusual actually).
+Only applies when POSTing to Felix Web Console.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.bundle.startlevel</tt></li>
+          
+<li><b>Default</b>: <tt>20</tt></li>
+        </ul><hr />
+<p><b><a name="classifier">classifier</a>:</b></p>
+        
+<div>The classifier of the artifact to install</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.classifier</tt></li>
+        </ul><hr />
+<p><b><a name="deploymentMethod">deploymentMethod</a>:</b></p>
+        
+<div>Bundle deployment method. One of the following three values are
+allowed 
+
+<ol style="list-style-type: decimal">
+
+<li><b>WebConsole</b>, uses the <a class="externalLink" href="http://felix.apache.org/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html#post-requests">Felix
+Web Console REST API</a> for deployment (HTTP POST). This is the
+default. Make sure that <tt>slingUrl</tt> points to the Felix
+Web Console in that case.</li>
+
+<li><b>WebDAV</b>, uses <a class="externalLink" href="https://sling.apache.org/documentation/development/repository-based-development.html">WebDAV</a>
+for deployment (HTTP PUT). Make sure that <tt>slingUrl</tt>
+points to the entry path of the Sling WebDAV bundle (usually below
+regular Sling root URL). Issues a HTTP Delete for the uninstall
+goal.</li>
+
+<li><b>SlingPostServlet</b>, uses the <a class="externalLink" href="https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html">Sling
+Post Servlet</a> for deployment (HTTP POST). Make sure that
+<tt>slingUrl</tt> points a path which is handled by the Sling
+POST Servlet (usually below regular Sling root URL).</li>
+</ol>
+This has precedence over the deprecated parameter
+<tt>usePut</tt>.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>org.apache.sling.maven.bundlesupport.AbstractBundleInstallMojo$BundleDeploymentMethod</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.deploy.method</tt></li>
+        </ul><hr />
+<p><b><a name="failOnError">failOnError</a>:</b></p>
+        
+<div>Determines whether or not to fail the build if the HTTP POST or PUT
+returns an non-OK response code.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.failOnError</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul><hr />
+<p><b><a name="groupId">groupId</a>:</b></p>
+        
+<div>The groupId of the artifact to install</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.groupId</tt></li>
+        </ul><hr />
+<p><b><a name="mimeType">mimeType</a>:</b></p>
+        
+<div>The content type / mime type used for WebDAV or Sling POST
+deployment.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.mimeType</tt></li>
+          
+<li><b>Default</b>: <tt>application/java-archive</tt></li>
+        </ul><hr />
+<p><b><a name="mountByFS">mountByFS</a>:</b></p>
+        
+<div>Whether to add the mapping for the <a class="externalLink" href="https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html">Apache
+Sling File System Resource Provider</a>.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.mountByFS</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="packaging">packaging</a>:</b></p>
+        
+<div>The packaging of the artifact to install</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.packaging</tt></li>
+          
+<li><b>Default</b>: <tt>jar</tt></li>
+        </ul><hr />
+<p><b><a name="password">password</a>:</b></p>
+        
+<div>The password to authenticate at the running Sling instance.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.password</tt></li>
+          
+<li><b>Default</b>: <tt>admin</tt></li>
+        </ul><hr />
+<p><b><a name="refreshPackages">refreshPackages</a>:</b></p>
+        
+<div>Whether to refresh the packages after installing the uploaded
+bundle. Only applies when POSTing to Felix Web Console</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.refreshPackages</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul><hr />
+<p><b><a name="repositoryId">repositoryId</a>:</b></p>
+        
+<div>The id of the repository from which we'll download the artifact</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.repoId</tt></li>
+          
+<li><b>Default</b>: <tt>temp</tt></li>
+        </ul><hr />
+<p><b><a name="repositoryUrl">repositoryUrl</a>:</b></p>
+        
+<div>The url of the repository from which we'll download the artifact</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.repoUrl</tt></li>
+        </ul><hr />
+<p><b><a name="slingConsoleUrl">slingConsoleUrl</a>:</b></p>
+        
+<div>The WebConsole URL of the running Sling instance. This is required
+for file system provider operations. If not configured the value of
+slingUrl is used.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.console.url</tt></li>
+        </ul><hr />
+<p><b><a name="slingUrl">slingUrl</a>:</b></p>
+        
+<div>The URL of the running Sling instance. The default is only useful
+for <b>WebConsole</b> deployment.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.url</tt></li>
+          
+<li><b>Default</b>: <tt>http://localhost:8080/system/console</tt></li>
+        </ul><hr />
+<p><b><a name="slingUrlSuffix">slingUrlSuffix</a>:</b></p>
+        
+<div>An optional url suffix which will be appended to the
+<tt>sling.url</tt> for use as the real target url. This allows
+to configure different target URLs in each POM, while using the
+same common <tt>sling.url</tt> in a parent POM (eg.
+<tt>sling.url=http://localhost:8080</tt> and
+<tt>sling.urlSuffix=/project/specific/path</tt>). This is
+typically used in conjunction with WebDAV or SlingPostServlet
+deployment methods.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.urlSuffix</tt></li>
+        </ul><hr />
+<p><b><a name="usePut">usePut</a>:</b></p>
+        
+<div><b>Deprecated.</b> Use <tt>deploymentMethod</tt> instead.</div>
+        
+<div>If a PUT via WebDAV should be used instead of the standard POST to
+the Felix Web Console. In the <tt>uninstall</tt> goal, a HTTP
+DELETE will be used.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.usePut</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="user">user</a>:</b></p>
+        
+<div>The user name to authenticate at the running Sling instance.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.user</tt></li>
+          
+<li><b>Default</b>: <tt>admin</tt></li>
+        </ul><hr />
+<p><b><a name="version">version</a>:</b></p>
+        
+<div>The version of the artifact to install</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>sling.version</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

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/install-file-mojo.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/install-file-mojo.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Tue Mar 21 10:41:54 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/install-file-mojo.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain