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:45:55 UTC

svn commit: r1008744 [6/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/install-mojo.html
==============================================================================
--- websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/install-mojo.html (added)
+++ websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/install-mojo.html Tue Mar 21 10:45:54 2017
@@ -0,0 +1,637 @@
+<!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</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.0</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"></a>sling:install</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.sling:maven-sling-plugin:2.2.0:install</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Install an OSGi bundle to a running Sling instance. The plugin
+places an HTTP POST request to <a class="externalLink" href="http://felix.apache.org/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html#post-requests">Felix
+Web Console</a>. It's also possible to HTTP PUT instead of POST
+leveraging the <a class="externalLink" href="http://sling.apache.org/documentation/development/repository-based-development.html">WebDAV
+bundle from Sling</a>. Since version 2.1.8 you can also leverage
+the the <a class="externalLink" href="http://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html">Sling
+POST servlet</a> for that The chosen method depends on the
+parameter <tt>deploymentMethod</tt>. <br />
+
+<p><b>Intermediate Node Creation</b></p>
+
+<p>For all <tt>deploymentMethod</tt>s except WebDAV the bundle
+is not directly deployed within the OSGi container, but rather
+being uploaded to the JCR and from there on being picked up by the
+<a class="externalLink" href="https://sling.apache.org/documentation/bundles/jcr-installer-provider.html">JCR
+Installer Provider</a> asynchronously, which takes care of
+deploying it in the OSGi container. For both other deployment
+methods, intermediate nodes (i.e. inexisting parent nodes) are
+automatically created. The primary type of those intermediate nodes
+depend on the deployment method.</p>
+
+<ul>
+
+<li>WebDAV, uses the configured collection node type, by default
+<tt>sling:Folder</tt> (see also <a class="externalLink" href="https://sling.apache.org/documentation/development/repository-based-development.html">WebDAV
+Configuration</a>)</li>
+
+<li>SlingPostServlet, uses internally
+<tt>ResourceResolverFactory.create(...)</tt> without setting
+any <tt>jcr:primaryType</tt>. Therefore the
+<tt>JcrResourceProviderFactory</tt> will call
+<tt>Node.addNode(String relPath)</tt> which determines a
+fitting node type automatically, depending on the parents node type
+definition (see <a class="externalLink" href="http://www.day.com/specs/jsr170/javadocs/jcr-2.0/javax/jcr/Node.html#addNode%28java.lang.String%29">Javadoc</a>).
+So in most of the cases this should be a <tt>sling:Folder</tt>,
+as this is the first allowed child node definition in
+<tt>sling:Folder</tt>. This only may differ, if your existing
+parent node is not of type <tt>sling:Folder</tt> itself.</li>
+</ul></div>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>Requires a Maven project to be executed.</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>install</tt>.</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="#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="b">
+            
+<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="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="#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="a">
+            
+<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="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="#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="b">
+            
+<td><b><a href="#skip">skip</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Whether to skip this step even though it has been configured in the
+project to be executed. This property may be set by the
+<tt>sling.install.skip</tt> comparable to the
+<tt>maven.test.skip</tt> property to prevent running the unit
+tests.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>sling.install.skip</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="#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="#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>
+        </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="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="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="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="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="skip">skip</a>:</b></p>
+        
+<div>Whether to skip this step even though it has been configured in the
+project to be executed. This property may be set by the
+<tt>sling.install.skip</tt> comparable to the
+<tt>maven.test.skip</tt> property to prevent running the unit
+tests.</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.install.skip</tt></li>
+          
+<li><b>Default</b>: <tt>false</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>
+      </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-mojo.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/install-mojo.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Tue Mar 21 10:45: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-mojo.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/issue-tracking.html
==============================================================================
--- websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/issue-tracking.html (added)
+++ websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/issue-tracking.html Tue Mar 21 10:45:54 2017
@@ -0,0 +1,95 @@
+<!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; Issue Management</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.0</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-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><a href="index.html" title="About"><span class="none"></span>About</a>  </li>
+    <li class="active"><a href="#"><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" >
+<div class="section">
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a>.</p></div>
+<div class="section">
+<h2><a name="Issue_Management"></a>Issue Management</h2><a name="Issue_Management"></a>
+<p>Issues, bugs, and feature requests should be submitted to the following issue management system for this project.</p>
+<div class="source"><pre class="prettyprint"><a class="externalLink" href="http://issues.apache.org/jira/browse/SLING">http://issues.apache.org/jira/browse/SLING</a></pre></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/issue-tracking.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/issue-tracking.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Tue Mar 21 10:45: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/issue-tracking.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/jira-report.html
==============================================================================
--- websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/jira-report.html (added)
+++ websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/jira-report.html Tue Mar 21 10:45:54 2017
@@ -0,0 +1,79 @@
+<!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; </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.0</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-down"></span>Project Reports</a>
+      <ul class="nav nav-list">
+    <li><a href="surefire-report.html" title="Surefire Report"><span class="none"></span>Surefire Report</a>  </li>
+    <li class="active"><a href="#"><span class="none"></span>JIRA Report</a>
+  </li>
+    <li><a href="plugin-info.html" title="Plugin Documentation"><span class="none"></span>Plugin Documentation</a>  </li>
+      </ul>
+  </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>
+      </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/jira-report.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/jira-report.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Tue Mar 21 10:45: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/jira-report.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/js/apache-maven-fluido-1.6.min.js
==============================================================================
--- websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/js/apache-maven-fluido-1.6.min.js (added)
+++ websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/js/apache-maven-fluido-1.6.min.js Tue Mar 21 10:45:54 2017
@@ -0,0 +1,25 @@
+/*!
+ * jQuery JavaScript Library v1.11.2
+ * http://jquery.com/
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ *
+ * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
+ * Released under the MIT license
+ * http://jquery.org/license
+ *
+ * Date: 2014-12-17T15:27Z
+ */
+(function(b,a){if(typeof module==="object"&&typeof module.exports==="object"){module.exports=b.document?a(b,true):function(c){if(!c.document){throw new Error("jQuery requires a window with a document")}return a(c)}}else{a(b)}}(typeof window!=="undefined"?window:this,function(a5,av){var aP=[];var P=aP.slice;var az=aP.concat;var x=aP.push;var bU=aP.indexOf;var ac={};var y=ac.toString;var K=ac.hasOwnProperty;var D={};var ai="1.11.2",bI=function(e,i){return new bI.fn.init(e,i)},E=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,bS=/^-ms-/,aW=/-([\da-z])/gi,O=function(e,i){return i.toUpperCase()};bI.fn=bI.prototype={jquery:ai,constructor:bI,selector:"",length:0,toArray:function(){return P.call(this)},get:function(e){return e!=null?(e<0?this[e+this.length]:this[e]):P.call(this)},pushStack:function(e){var i=bI.merge(this.constructor(),e);i.prevObject=this;i.context=this.context;return i},each:function(i,e){return bI.each(this,i,e)},map:function(e){return this.pushStack(bI.map(this,function(b7,b6){retu
 rn e.call(b7,b6,b7)}))},slice:function(){return this.pushStack(P.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(b7){var e=this.length,b6=+b7+(b7<0?e:0);return this.pushStack(b6>=0&&b6<e?[this[b6]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:x,sort:aP.sort,splice:aP.splice};bI.extend=bI.fn.extend=function(){var e,cb,b6,b7,ce,cc,ca=arguments[0]||{},b9=1,b8=arguments.length,cd=false;if(typeof ca==="boolean"){cd=ca;ca=arguments[b9]||{};b9++}if(typeof ca!=="object"&&!bI.isFunction(ca)){ca={}}if(b9===b8){ca=this;b9--}for(;b9<b8;b9++){if((ce=arguments[b9])!=null){for(b7 in ce){e=ca[b7];b6=ce[b7];if(ca===b6){continue}if(cd&&b6&&(bI.isPlainObject(b6)||(cb=bI.isArray(b6)))){if(cb){cb=false;cc=e&&bI.isArray(e)?e:[]}else{cc=e&&bI.isPlainObject(e)?e:{}}ca[b7]=bI.extend(cd,cc,b6)}else{if(b6!==undefined){ca[b7]=b6}}}}}return ca};bI.extend({expando:"jQuery"+(ai+Math.random()).replace(/\D/g,""),isReady:true,err
 or:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return bI.type(e)==="function"},isArray:Array.isArray||function(e){return bI.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return !bI.isArray(e)&&(e-parseFloat(e)+1)>=0},isEmptyObject:function(i){var e;for(e in i){return false}return true},isPlainObject:function(b7){var i;if(!b7||bI.type(b7)!=="object"||b7.nodeType||bI.isWindow(b7)){return false}try{if(b7.constructor&&!K.call(b7,"constructor")&&!K.call(b7.constructor.prototype,"isPrototypeOf")){return false}}catch(b6){return false}if(D.ownLast){for(i in b7){return K.call(b7,i)}}for(i in b7){}return i===undefined||K.call(b7,i)},type:function(e){if(e==null){return e+""}return typeof e==="object"||typeof e==="function"?ac[y.call(e)]||"object":typeof e},globalEval:function(e){if(e&&bI.trim(e)){(a5.execScript||function(i){a5["eval"].call(a5,i)})(e)}},camelCase:function(e){return e.replace(bS,"ms-").replace(aW,O)},nodeN
 ame:function(i,e){return i.nodeName&&i.nodeName.toLowerCase()===e.toLowerCase()},each:function(ca,cb,b6){var b9,b7=0,b8=ca.length,e=ad(ca);if(b6){if(e){for(;b7<b8;b7++){b9=cb.apply(ca[b7],b6);if(b9===false){break}}}else{for(b7 in ca){b9=cb.apply(ca[b7],b6);if(b9===false){break}}}}else{if(e){for(;b7<b8;b7++){b9=cb.call(ca[b7],b7,ca[b7]);if(b9===false){break}}}else{for(b7 in ca){b9=cb.call(ca[b7],b7,ca[b7]);if(b9===false){break}}}}return ca},trim:function(e){return e==null?"":(e+"").replace(E,"")},makeArray:function(e,b6){var i=b6||[];if(e!=null){if(ad(Object(e))){bI.merge(i,typeof e==="string"?[e]:e)}else{x.call(i,e)}}return i},inArray:function(b8,b6,b7){var e;if(b6){if(bU){return bU.call(b6,b8,b7)}e=b6.length;b7=b7?b7<0?Math.max(0,e+b7):b7:0;for(;b7<e;b7++){if(b7 in b6&&b6[b7]===b8){return b7}}}return -1},merge:function(b9,b7){var e=+b7.length,b6=0,b8=b9.length;while(b6<e){b9[b8++]=b7[b6++]}if(e!==e){while(b7[b6]!==undefined){b9[b8++]=b7[b6++]}}b9.length=b8;return b9},grep:function(
 e,cc,b9){var cb,b8=[],b6=0,b7=e.length,ca=!b9;for(;b6<b7;b6++){cb=!cc(e[b6],b6);if(cb!==ca){b8.push(e[b6])}}return b8},map:function(b7,cc,e){var cb,b9=0,ca=b7.length,b6=ad(b7),b8=[];if(b6){for(;b9<ca;b9++){cb=cc(b7[b9],b9,e);if(cb!=null){b8.push(cb)}}}else{for(b9 in b7){cb=cc(b7[b9],b9,e);if(cb!=null){b8.push(cb)}}}return az.apply([],b8)},guid:1,proxy:function(b8,b7){var e,b6,i;if(typeof b7==="string"){i=b8[b7];b7=b8;b8=i}if(!bI.isFunction(b8)){return undefined}e=P.call(arguments,2);b6=function(){return b8.apply(b7||this,e.concat(P.call(arguments)))};b6.guid=b8.guid=b8.guid||bI.guid++;return b6},now:function(){return +(new Date())},support:D});bI.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(b6,e){ac["[object "+e+"]"]=e.toLowerCase()});function ad(b6){var i=b6.length,e=bI.type(b6);if(e==="function"||bI.isWindow(b6)){return false}if(b6.nodeType===1&&i){return true}return e==="array"||i===0||typeof i==="number"&&i>0&&(i-1) in b6}var m=
+/*!
+ * Sizzle CSS Selector Engine v2.2.0-pre
+ * http://sizzlejs.com/
+ *
+ * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
+ * Released under the MIT license
+ * http://jquery.org/license
+ *
+ * Date: 2014-12-16
+ */

[... 3 lines stripped ...]
Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/js/apache-maven-fluido-1.6.min.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/js/apache-maven-fluido-1.6.min.js
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Tue Mar 21 10:45: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/js/apache-maven-fluido-1.6.min.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/license.html
==============================================================================
--- websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/license.html (added)
+++ websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/license.html Tue Mar 21 10:45:54 2017
@@ -0,0 +1,298 @@
+<!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; Project Licenses</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.0</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-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><a href="index.html" title="About"><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 class="active"><a href="#"><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" >
+<div class="section">
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
+<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div>
+<div class="section">
+<h2><a name="Project_Licenses"></a>Project Licenses</h2><a name="Project_Licenses"></a>
+<div class="section">
+<h3><a name="Apache_License_Version_2.0"></a>Apache License, Version 2.0</h3><a name="Apache_License_Version_2.0"></a>
+<div class="source"><pre class="prettyprint">
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      &quot;control&quot; means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      &quot;Source&quot; form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      &quot;Object&quot; form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      &quot;Work&quot; shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      &quot;Contribution&quot; shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
+
+      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same &quot;printed page&quot; as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+</pre></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

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

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/license.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Tue Mar 21 10:45: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/license.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/mail-lists.html
==============================================================================
--- websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/mail-lists.html (added)
+++ websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/mail-lists.html Tue Mar 21 10:45:54 2017
@@ -0,0 +1,127 @@
+<!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; Project Mailing Lists</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.0</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-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><a href="index.html" title="About"><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 class="active"><a href="#"><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" >
+<div class="section">
+<h2><a name="Project_Mailing_Lists"></a>Project Mailing Lists</h2><a name="Project_Mailing_Lists"></a>
+<p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Name</th>
+<th>Subscribe</th>
+<th>Unsubscribe</th>
+<th>Post</th>
+<th>Archive</th>
+<th>Other Archives</th></tr>
+<tr class="b">
+<td>Apache Sling Development List</td>
+<td><a class="externalLink" href="mailto:dev-subscribe@sling.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:dev-unsubscribe@sling.apache.org">Unsubscribe</a></td>
+<td>dev at sling.apache.org</td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/sling-dev/">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://sling-dev.markmail.org/">sling-dev.markmail.org</a></td></tr>
+<tr class="a">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://www.mail-archive.com/dev@sling.apache.org/">www.mail-archive.com</a></td></tr>
+<tr class="b">
+<td>Apache Sling Source Control List</td>
+<td><a class="externalLink" href="mailto:commits-subscribe@sling.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:commits-unsubscribe@sling.apache.org">Unsubscribe</a></td>
+<td>-</td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/sling-commits/">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://sling-commits.markmail.org/">sling-commits.markmail.org</a></td></tr>
+<tr class="a">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://www.mail-archive.com/commits@sling.apache.org/">www.mail-archive.com</a></td></tr></table></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/mail-lists.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/mail-lists.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Tue Mar 21 10:45: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/mail-lists.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/plugin-info.html
==============================================================================
--- websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/plugin-info.html (added)
+++ websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/plugin-info.html Tue Mar 21 10:45:54 2017
@@ -0,0 +1,226 @@
+<!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; Plugin Documentation</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.0</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 class="active"><a href="#"><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-down"></span>Project Reports</a>
+      <ul class="nav nav-list">
+    <li><a href="surefire-report.html" title="Surefire Report"><span class="none"></span>Surefire Report</a>  </li>
+    <li><a href="jira-report.html" title="JIRA Report"><span class="none"></span>JIRA Report</a>  </li>
+    <li class="active"><a href="#"><span class="none"></span>Plugin Documentation</a>
+  </li>
+      </ul>
+  </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="Plugin_Documentation"></a>Plugin Documentation</h2><a name="Plugin_Documentation"></a>
+<p>Goals available for this plugin:</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Goal</th>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="deploy-mojo.html">sling:deploy</a></td>
+<td>Deploy a JAR representing an OSGi Bundle to a Sling OSGi Bundle
+Repository. This method posts the bundle built by maven to the OSGi
+Bundle Repository. The plugin uses a <em>multipart/format-data</em>
+POST request to just post the file to the URL configured in the
+<code>obr</code> property.</td></tr>
+<tr class="a">
+<td><a href="deploy-file-mojo.html">sling:deploy-file</a></td>
+<td>Deploy a JAR representing an OSGi Bundle to a Sling OSGi Bundle
+Repository. This method posts the bundle referenced via
+<code>sling.file</code> to an OSGi Bundle Repository accepting the
+bundle. The plugin uses a <em>multipart/format-data</em> POST
+request to just post the file to the URL configured in the
+<code>obr</code> property.</td></tr>
+<tr class="b">
+<td><a href="fsmount-mojo.html">sling:fsmount</a></td>
+<td>Creates OSGi configurations for the <a
+href="https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html">Apache
+Sling File System Resource Provider</a>.</td></tr>
+<tr class="a">
+<td><a href="fsunmount-mojo.html">sling:fsunmount</a></td>
+<td>Removes OSGi configurations for the <a
+href="https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html">Apache
+Sling File System Resource Provider</a>.</td></tr>
+<tr class="b">
+<td><a href="generate-adapter-metadata-mojo.html">sling:generate-adapter-metadata</a></td>
+<td>Build Adapter Metadata from Annotated Classes</td></tr>
+<tr class="a">
+<td><a href="help-mojo.html">sling:help</a></td>
+<td>Display help information on maven-sling-plugin.<br />
+Call <code>mvn sling:help -Ddetail=true
+-Dgoal=&lt;goal-name&gt;</code> to display parameter details.</td></tr>
+<tr class="b">
+<td><a href="install-mojo.html">sling:install</a></td>
+<td>Install an OSGi bundle to a running Sling instance. The plugin
+places an HTTP POST request to <a
+href="http://felix.apache.org/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html#post-requests">Felix
+Web Console</a>. It's also possible to HTTP PUT instead of POST
+leveraging the <a
+href="http://sling.apache.org/documentation/development/repository-based-development.html">WebDAV
+bundle from Sling</a>. Since version 2.1.8 you can also leverage
+the the <a
+href="http://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html">Sling
+POST servlet</a> for that The chosen method depends on the
+parameter <code>deploymentMethod</code>. <br />
+<p><strong>Intermediate Node Creation</strong></p>
+<p>For all <code>deploymentMethod</code>s except WebDAV the bundle
+is not directly deployed within the OSGi container, but rather
+being uploaded to the JCR and from there on being picked up by the
+<a
+href="https://sling.apache.org/documentation/bundles/jcr-installer-provider.html">JCR
+Installer Provider</a> asynchronously, which takes care of
+deploying it in the OSGi container. For both other deployment
+methods, intermediate nodes (i.e. inexisting parent nodes) are
+automatically created. The primary type of those intermediate nodes
+depend on the deployment method.</p>
+<ul>
+<li>WebDAV, uses the configured collection node type, by default
+<code>sling:Folder</code> (see also <a
+href="https://sling.apache.org/documentation/development/repository-based-development.html">WebDAV
+Configuration</a>)</li>
+<li>SlingPostServlet, uses internally
+<code>ResourceResolverFactory.create(...)</code> without setting
+any <code>jcr:primaryType</code>. Therefore the
+<code>JcrResourceProviderFactory</code> will call
+<code>Node.addNode(String relPath)</code> which determines a
+fitting node type automatically, depending on the parents node type
+definition (see <a
+href="http://www.day.com/specs/jsr170/javadocs/jcr-2.0/javax/jcr/Node.html#addNode%28java.lang.String%29">Javadoc</a>).
+So in most of the cases this should be a <code>sling:Folder</code>,
+as this is the first allowed child node definition in
+<code>sling:Folder</code>. This only may differ, if your existing
+parent node is not of type <code>sling:Folder</code> itself.</li>
+</ul></td></tr>
+<tr class="a">
+<td><a href="install-file-mojo.html">sling:install-file</a></td>
+<td>Install an OSGi bundle to a running Sling instance.</td></tr>
+<tr class="b">
+<td><a href="uninstall-mojo.html">sling:uninstall</a></td>
+<td>Uninstall an OSGi bundle from a running Sling instance. The plugin
+places by default an HTTP POST request to <a
+href="http://felix.apache.org/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html#post-requests">Felix
+Web Console</a> to uninstall the bundle. It's also possible to use
+HTTP DELETE leveraging the <a
+href="http://sling.apache.org/documentation/development/repository-based-development.html">WebDAV
+bundle from Sling</a>. or the <a
+href="http://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html">Sling
+POST servlet</a> to uninstall the bundle. The chosen method depends
+on the parameter <code>deploymentMethod</code>.</td></tr>
+<tr class="a">
+<td><a href="validate-mojo.html">sling:validate</a></td>
+<td>The <code>validate</code> goal checks the JSON code of a bundle.</td></tr></table>
+<div class="section">
+<h3><a name="System_Requirements"></a>System Requirements</h3><a name="System_Requirements"></a>
+<p>The following specifies the minimum requirements to run this Maven plugin:</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<td>Maven</td>
+<td>3.0.4</td></tr>
+<tr class="b">
+<td>JDK</td>
+<td>1.7</td></tr>
+<tr class="a">
+<td>Memory</td>
+<td>No minimum requirement.</td></tr>
+<tr class="b">
+<td>Disk Space</td>
+<td>No minimum requirement.</td></tr></table></div>
+<div class="section">
+<h3><a name="Usage"></a>Usage</h3><a name="Usage"></a>
+<p>You should specify the version in your project's plugin configuration:</p>
+<div class="source"><pre class="prettyprint">&lt;project&gt;
+  ...
+  &lt;build&gt;
+    &lt;!-- To define the plugin version in your parent POM --&gt;
+    &lt;pluginManagement&gt;
+      &lt;plugins&gt;
+        &lt;plugin&gt;
+          &lt;groupId&gt;org.apache.sling&lt;/groupId&gt;
+          &lt;artifactId&gt;maven-sling-plugin&lt;/artifactId&gt;
+          &lt;version&gt;2.2.0&lt;/version&gt;
+        &lt;/plugin&gt;
+        ...
+      &lt;/plugins&gt;
+    &lt;/pluginManagement&gt;
+    &lt;!-- To use the plugin goals in your POM or parent POM --&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.sling&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-sling-plugin&lt;/artifactId&gt;
+        &lt;version&gt;2.2.0&lt;/version&gt;
+      &lt;/plugin&gt;
+      ...
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+  ...
+&lt;/project&gt;
+</pre></div>
+<p>For more information, see <a class="externalLink" href="http://maven.apache.org/guides/mini/guide-configuring-plugins.html">&quot;Guide to Configuring Plug-ins&quot;</a></p></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/plugin-info.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/sling/content/components/maven-sling-plugin-archives/maven-sling-plugin-LATEST/plugin-info.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Tue Mar 21 10:45: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/plugin-info.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain