Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/repository-mojo.html
==============================================================================
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/repository-mojo.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/repository-mojo.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,381 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-06-02 
+ | 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="20170602" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling SlingStart Maven Plugin &#x2013; 
slingstart:repository</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 
SlingStart Maven Plugin</h2>
+</div>
+</div>
+        <div class="pull-right"></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+        <li id="publishDate">Last Published: 2017-06-02<span 
class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 1.7.6</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="slingstart:repository"></a>slingstart:repository</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.sling:slingstart-maven-plugin:1.7.6:repository</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Create a Maven repository structure from the referenced artifacts
+in the model.</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>test</tt>.</li>
+        
+<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="#allowUnresolvedPomDependencies">allowUnresolvedPomDependencies</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to true, an exception is throws when &quot;usePomDependencies&quot; 
is
+set to true and some dependency version could not be resolved in
+the Maven POM.<br /><b>Default value is</b>: <tt>false</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a 
href="#disableExtendingMavenClasspath">disableExtendingMavenClasspath</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to <tt>true</tt> the Maven classpath (either scope
+&quot;provided&quot; or &quot;test&quot;) will not be extended by the 
artifacts being
+referenced in the model. 
+
+<p>This parameter is evaluated in the
+<tt>ModelPreprocessor</tt>, i.e. outside of the Mojo execution
+therefore it must not be configured within an <a class="externalLink" 
href="https://maven.apache.org/guides/mini/guide-configuring-plugins.html#Using_the_executions_Tag";>execution
+tag</a> but rather in the global configuration section for this
+plugin.</p><br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#model">model</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>1.3</tt></td>
+            
+<td>Inlined model. Is processed first and afterwards merged with any
+model found in <tt>modelDirectory</tt>. 
+
+<p>This parameter is evaluated in the
+<tt>ModelPreprocessor</tt>, i.e. outside of the Mojo execution
+therefore it must not be configured within an <a class="externalLink" 
href="https://maven.apache.org/guides/mini/guide-configuring-plugins.html#Using_the_executions_Tag";>execution
+tag</a> but rather in the global configuration section for this
+plugin.</p><br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#modelDirectory">modelDirectory</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The model directory containing the provision models. This parameter
+is evaluated in the <tt>DependencyLifecycleParticipant</tt>. As
+default first <tt>${basedir}/src/main/provisioning</tt> and
+then <tt>${basedir}/src/test/provisioning</tt> is used (in case
+the former does not exist). 
+
+<p>This parameter is evaluated in the
+<tt>ModelPreprocessor</tt>, i.e. outside of the Mojo execution
+therefore it must not be configured within an <a class="externalLink" 
href="https://maven.apache.org/guides/mini/guide-configuring-plugins.html#Using_the_executions_Tag";>execution
+tag</a> but rather in the global configuration section for this
+plugin.</p><br /><b>Default value is</b>: 
<tt>${basedir}/src/main/provisioning</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#modelPattern">modelPattern</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The model file name pattern to consider. 
+
+<p>This parameter is evaluated in the
+<tt>ModelPreprocessor</tt>, i.e. outside of the Mojo execution
+therefore it must not be configured within an <a class="externalLink" 
href="https://maven.apache.org/guides/mini/guide-configuring-plugins.html#Using_the_executions_Tag";>execution
+tag</a> but rather in the global configuration section for this
+plugin.</p><br /><b>Default value is</b>: <tt>((.*)\.txt|(.*)\.model)</tt>.<br 
/></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#repositoryModelName">repositoryModelName</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>This is the name of the final model as written to the target
+directory.<br /><b>Default value is</b>: <tt>slingstart.txt</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#usePomDependencies">usePomDependencies</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to true, Artifact dependencies from provisioning file
+without explicit version are tried to be resolved against the
+dependency versions from the Maven POM.<br /><b>Default value is</b>: 
<tt>false</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#usePomVariables">usePomVariables</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to true, properties from the Maven POM can be used as
+variables in the provisioning files. The resolved variables are
+added to the generated provisioning file, so other tools using this
+model do not have to resolve them themselves.<br /><b>Default value is</b>: 
<tt>false</tt>.<br /></td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+        
+<p><b><a 
name="allowUnresolvedPomDependencies">allowUnresolvedPomDependencies</a>:</b></p>
+        
+<div>If set to true, an exception is throws when 
&quot;usePomDependencies&quot; is
+set to true and some dependency version could not be resolved in
+the Maven POM.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a 
name="disableExtendingMavenClasspath">disableExtendingMavenClasspath</a>:</b></p>
+        
+<div>If set to <tt>true</tt> the Maven classpath (either scope
+&quot;provided&quot; or &quot;test&quot;) will not be extended by the 
artifacts being
+referenced in the model. 
+
+<p>This parameter is evaluated in the
+<tt>ModelPreprocessor</tt>, i.e. outside of the Mojo execution
+therefore it must not be configured within an <a class="externalLink" 
href="https://maven.apache.org/guides/mini/guide-configuring-plugins.html#Using_the_executions_Tag";>execution
+tag</a> but rather in the global configuration section for this
+plugin.</p></div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="model">model</a>:</b></p>
+        
+<div>Inlined model. Is processed first and afterwards merged with any
+model found in <tt>modelDirectory</tt>. 
+
+<p>This parameter is evaluated in the
+<tt>ModelPreprocessor</tt>, i.e. outside of the Mojo execution
+therefore it must not be configured within an <a class="externalLink" 
href="https://maven.apache.org/guides/mini/guide-configuring-plugins.html#Using_the_executions_Tag";>execution
+tag</a> but rather in the global configuration section for this
+plugin.</p></div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Since</b>: <tt>1.3</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="modelDirectory">modelDirectory</a>:</b></p>
+        
+<div>The model directory containing the provision models. This parameter
+is evaluated in the <tt>DependencyLifecycleParticipant</tt>. As
+default first <tt>${basedir}/src/main/provisioning</tt> and
+then <tt>${basedir}/src/test/provisioning</tt> is used (in case
+the former does not exist). 
+
+<p>This parameter is evaluated in the
+<tt>ModelPreprocessor</tt>, i.e. outside of the Mojo execution
+therefore it must not be configured within an <a class="externalLink" 
href="https://maven.apache.org/guides/mini/guide-configuring-plugins.html#Using_the_executions_Tag";>execution
+tag</a> but rather in the global configuration section for this
+plugin.</p></div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>${basedir}/src/main/provisioning</tt></li>
+        </ul><hr />
+<p><b><a name="modelPattern">modelPattern</a>:</b></p>
+        
+<div>The model file name pattern to consider. 
+
+<p>This parameter is evaluated in the
+<tt>ModelPreprocessor</tt>, i.e. outside of the Mojo execution
+therefore it must not be configured within an <a class="externalLink" 
href="https://maven.apache.org/guides/mini/guide-configuring-plugins.html#Using_the_executions_Tag";>execution
+tag</a> but rather in the global configuration section for this
+plugin.</p></div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>((.*)\.txt|(.*)\.model)</tt></li>
+        </ul><hr />
+<p><b><a name="repositoryModelName">repositoryModelName</a>:</b></p>
+        
+<div>This is the name of the final model as written to the target
+directory.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>slingstart.txt</tt></li>
+        </ul><hr />
+<p><b><a name="usePomDependencies">usePomDependencies</a>:</b></p>
+        
+<div>If set to true, Artifact dependencies from provisioning file
+without explicit version are tried to be resolved against the
+dependency versions from the Maven POM.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="usePomVariables">usePomVariables</a>:</b></p>
+        
+<div>If set to true, properties from the Maven POM can be used as
+variables in the provisioning files. The resolved variables are
+added to the generated provisioning file, so other tools using this
+model do not have to resolve them themselves.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>false</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

Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/source-repository.html
==============================================================================
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/source-repository.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/source-repository.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,118 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-06-02 
+ | 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="20170602" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling SlingStart Maven Plugin &#x2013; Source Code 
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 
SlingStart Maven Plugin</h2>
+</div>
+</div>
+        <div class="pull-right"></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+        <li id="publishDate">Last Published: 2017-06-02<span 
class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 1.7.6</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><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 class="active"><a href="#"><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://subversion.apache.org/";>Subversion</a> to manage its source code. 
Instructions on Subversion use can be found at <a class="externalLink" 
href="http://svnbook.red-bean.com/";>http://svnbook.red-bean.com/</a>.</p></div>
+<div class="section">
+<h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a 
name="Web_Browser_Access"></a>
+<p>The following is a link to a browsable version of the source repository:</p>
+<div class="source"><pre class="prettyprint"><a class="externalLink" 
href="http://svn.apache.org/viewvc/sling/tags/slingstart-maven-plugin-1.7.6";>http://svn.apache.org/viewvc/sling/tags/slingstart-maven-plugin-1.7.6</a></pre></div></div>
+<div class="section">
+<h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a 
name="Anonymous_Access"></a>
+<p>The source can be checked out anonymously from Subversion with this 
command:</p>
+<div class="source"><pre class="prettyprint">$ svn checkout 
http://svn.apache.org/repos/asf/sling/tags/slingstart-maven-plugin-1.7.6 
slingstart-maven-plugin</pre></div></div>
+<div class="section">
+<h2><a name="Developer_Access"></a>Developer Access</h2><a 
name="Developer_Access"></a>
+<p>Everyone can access the Subversion repository via HTTP, but committers must 
checkout the Subversion repository via HTTPS.</p>
+<div class="source"><pre class="prettyprint">$ svn checkout 
https://svn.apache.org/repos/asf/sling/tags/slingstart-maven-plugin-1.7.6 
slingstart-maven-plugin</pre></div>
+<p>To commit changes to the repository, execute the following command to 
commit your changes (svn will prompt you for your password):</p>
+<div class="source"><pre class="prettyprint">$ svn commit --username 
your-username -m &quot;A message&quot;</pre></div></div>
+<div class="section">
+<h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a 
Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
+<p>For those users who are stuck behind a corporate firewall which is blocking 
HTTP access to the Subversion repository, you can try to access it via the 
developer connection:</p>
+<div class="source"><pre class="prettyprint">$ svn checkout 
https://svn.apache.org/repos/asf/sling/tags/slingstart-maven-plugin-1.7.6 
slingstart-maven-plugin</pre></div></div>
+<div class="section">
+<h2><a name="Access_Through_a_Proxy"></a>Access Through a Proxy</h2><a 
name="Access_Through_a_Proxy"></a>
+<p>The Subversion client can go through a proxy, if you configure it to do so. 
First, edit your &quot;servers&quot; configuration file to indicate which proxy 
to use. The file's location depends on your operating system. On Linux or Unix 
it is located in the directory &quot;~/.subversion&quot;. On Windows it is in 
&quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is 
a hidden directory.)</p>
+<p>There are comments in the file explaining what to do. If you don't have 
that file, get the latest Subversion client and run any command; this will 
cause the configuration directory and template files to be created.</p>
+<p>Example: Edit the 'servers' file and add something like:</p>
+<div class="source"><pre class="prettyprint">[global]
+http-proxy-host = your.proxy.name
+http-proxy-port = 3128
+</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

Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/start-mojo.html
==============================================================================
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/start-mojo.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/start-mojo.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,403 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-06-02 
+ | 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="20170602" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling SlingStart Maven Plugin &#x2013; 
slingstart:start</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 
SlingStart Maven Plugin</h2>
+</div>
+</div>
+        <div class="pull-right"></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+        <li id="publishDate">Last Published: 2017-06-02<span 
class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 1.7.6</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="slingstart:start"></a>slingstart:start</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.sling:slingstart-maven-plugin:1.7.6:start</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Start one or multiple launchpad instance(s).</div>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>Requires a Maven project to be executed.</li>
+        
+<li>The goal is thread-safe and supports parallel builds.</li>
+        
+<li>Binds by default to the <a class="externalLink" 
href="http://maven.apache.org/ref/current/maven-core/lifecycles.html";>lifecycle 
phase</a>: <tt>pre-integration-test</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="#cleanWorkingDirectory">cleanWorkingDirectory</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Clean the working directory before start.<br /><b>Default value is</b>: 
<tt>false</tt>.<br /><b>User property is</b>: 
<tt>launchpad.clean.workdir</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#debug">debug</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Overwrites debug parameter of all server configurations (if set).
+Attaches a debugger to the forked JVM. If set to
+<tt>&quot;true&quot;</tt>, the process will allow a debugger to connect
+on port 8000. If set to some other string, that string will be
+appended to the server's <tt>vmOpts</tt>, allowing you to
+configure arbitrary debugging options.<br /><b>User property is</b>: 
<tt>launchpad.debug</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#keepLaunchpadRunning">keepLaunchpadRunning</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td><b>Deprecated.</b> Use 
<tt>AbstractStartStopMojo.blockUntilKeyIsPressed</tt>
+instead.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property 
is</b>: <tt>launchpad.keep.running</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#launchpadDependency">launchpadDependency</a></b></td>
+            
+<td><tt>Dependency</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The launchpad jar as a dependency. This is only used if
+&quot;launchpadJar&quot; is not specified.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#launchpadJar">launchpadJar</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The launchpad jar. This option has precedence over
+&quot;launchpadDependency&quot;.<br /><b>User property is</b>: 
<tt>launchpad.jar</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a 
href="#launchpadReadyTimeOutSec">launchpadReadyTimeOutSec</a></b></td>
+            
+<td><tt>int</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Ready timeout in seconds. If the launchpad has not been started in
+this time, it's assumed that the startup failed.<br /><b>Default value is</b>: 
<tt>600</tt>.<br /><b>User property is</b>: 
<tt>launchpad.ready.timeout</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#parallelExecution">parallelExecution</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Set the execution of launchpad instances to be run in parallel
+(threads)<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property 
is</b>: <tt>launchpad.parallelExecution</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#servers">servers</a></b></td>
+            
+<td><tt>List</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Parameter containing the list of server configurations<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a 
href="#shouldBlockUntilKeyIsPressed">shouldBlockUntilKeyIsPressed</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If <tt>true</tt> this mojo blocks until you press the Enter
+key.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#skipLaunchpad">skipLaunchpad</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Set this to &quot;true&quot; to skip starting the launchpad<br 
/><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: 
<tt>maven.test.skip</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#systemPropertiesFile">systemPropertiesFile</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The system properties file will contain all started instances with
+their ports etc.<br /><b>Default value is</b>: 
<tt>${project.build.directory}/launchpad-runner.properties</tt>.<br /></td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+        
+<p><b><a name="cleanWorkingDirectory">cleanWorkingDirectory</a>:</b></p>
+        
+<div>Clean the working directory before start.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>launchpad.clean.workdir</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="debug">debug</a>:</b></p>
+        
+<div>Overwrites debug parameter of all server configurations (if set).
+Attaches a debugger to the forked JVM. If set to
+<tt>&quot;true&quot;</tt>, the process will allow a debugger to connect
+on port 8000. If set to some other string, that string will be
+appended to the server's <tt>vmOpts</tt>, allowing you to
+configure arbitrary debugging options.</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>launchpad.debug</tt></li>
+        </ul><hr />
+<p><b><a name="keepLaunchpadRunning">keepLaunchpadRunning</a>:</b></p>
+        
+<div><b>Deprecated.</b> Use 
<tt>AbstractStartStopMojo.blockUntilKeyIsPressed</tt>
+instead.</div>
+        
+<div>Keep the launchpad running.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>launchpad.keep.running</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="launchpadDependency">launchpadDependency</a>:</b></p>
+        
+<div>The launchpad jar as a dependency. This is only used if
+&quot;launchpadJar&quot; is not specified.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>org.apache.maven.model.Dependency</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="launchpadJar">launchpadJar</a>:</b></p>
+        
+<div>The launchpad jar. This option has precedence over
+&quot;launchpadDependency&quot;.</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>launchpad.jar</tt></li>
+        </ul><hr />
+<p><b><a name="launchpadReadyTimeOutSec">launchpadReadyTimeOutSec</a>:</b></p>
+        
+<div>Ready timeout in seconds. If the launchpad has not been started in
+this time, it's assumed that the startup failed.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>int</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>launchpad.ready.timeout</tt></li>
+          
+<li><b>Default</b>: <tt>600</tt></li>
+        </ul><hr />
+<p><b><a name="parallelExecution">parallelExecution</a>:</b></p>
+        
+<div>Set the execution of launchpad instances to be run in parallel
+(threads)</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>launchpad.parallelExecution</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul><hr />
+<p><b><a name="servers">servers</a>:</b></p>
+        
+<div>Parameter containing the list of server configurations</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.util.List</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a 
name="shouldBlockUntilKeyIsPressed">shouldBlockUntilKeyIsPressed</a>:</b></p>
+        
+<div>If <tt>true</tt> this mojo blocks until you press the Enter
+key.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="skipLaunchpad">skipLaunchpad</a>:</b></p>
+        
+<div>Set this to &quot;true&quot; to skip starting the launchpad</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>maven.test.skip</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="systemPropertiesFile">systemPropertiesFile</a>:</b></p>
+        
+<div>The system properties file will contain all started instances with
+their ports etc.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: 
<tt>${project.build.directory}/launchpad-runner.properties</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

Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/stop-mojo.html
==============================================================================
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/stop-mojo.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/stop-mojo.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,214 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-06-02 
+ | 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="20170602" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling SlingStart Maven Plugin &#x2013; 
slingstart:stop</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 
SlingStart Maven Plugin</h2>
+</div>
+</div>
+        <div class="pull-right"></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+        <li id="publishDate">Last Published: 2017-06-02<span 
class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 1.7.6</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="slingstart:stop"></a>slingstart:stop</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.sling:slingstart-maven-plugin:1.7.6:stop</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Stop one or multiple running launchpad instance(s).</div>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>Requires a Maven project to be executed.</li>
+        
+<li>The goal is thread-safe and supports parallel builds.</li>
+        
+<li>Binds by default to the <a class="externalLink" 
href="http://maven.apache.org/ref/current/maven-core/lifecycles.html";>lifecycle 
phase</a>: <tt>post-integration-test</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="#servers">servers</a></b></td>
+            
+<td><tt>List</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Parameter containing the list of server configurations<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a 
href="#shouldBlockUntilKeyIsPressed">shouldBlockUntilKeyIsPressed</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If <tt>true</tt> this mojo blocks until you press the Enter
+key.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#skipLaunchpad">skipLaunchpad</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Set this to &quot;true&quot; to skip starting the launchpad<br 
/><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: 
<tt>maven.test.skip</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#systemPropertiesFile">systemPropertiesFile</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The system properties file will contain all started instances with
+their ports etc.<br /><b>Default value is</b>: 
<tt>${project.build.directory}/launchpad-runner.properties</tt>.<br /></td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+        
+<p><b><a name="servers">servers</a>:</b></p>
+        
+<div>Parameter containing the list of server configurations</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.util.List</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a 
name="shouldBlockUntilKeyIsPressed">shouldBlockUntilKeyIsPressed</a>:</b></p>
+        
+<div>If <tt>true</tt> this mojo blocks until you press the Enter
+key.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="skipLaunchpad">skipLaunchpad</a>:</b></p>
+        
+<div>Set this to &quot;true&quot; to skip starting the launchpad</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>maven.test.skip</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="systemPropertiesFile">systemPropertiesFile</a>:</b></p>
+        
+<div>The system properties file will contain all started instances with
+their ports etc.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: 
<tt>${project.build.directory}/launchpad-runner.properties</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

Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/surefire-report.html
==============================================================================
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/surefire-report.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/surefire-report.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,173 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-06-02 
+ | 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="20170602" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling SlingStart Maven Plugin &#x2013; Surefire 
Report</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 
SlingStart Maven Plugin</h2>
+</div>
+</div>
+        <div class="pull-right"></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+        <li id="publishDate">Last Published: 2017-06-02<span 
class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 1.7.6</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="apidocs/index.html" title="JavaDocs"><span 
class="none"></span>JavaDocs</a>  </li>
+    <li class="active"><a href="#"><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><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" >
+<script type="text/javascript">
+//<![CDATA[
+function toggleDisplay(elementId) {
+ var elm = document.getElementById(elementId + 'error');
+ if (elm && typeof elm.style != "undefined") {
+ if (elm.style.display == "none") {
+ elm.style.display = "";
+ document.getElementById(elementId + 'off').style.display = "none";
+ document.getElementById(elementId + 'on').style.display = "inline";
+ } else if (elm.style.display == "") { elm.style.display = "none";
+ document.getElementById(elementId + 'off').style.display = "inline";
+ document.getElementById(elementId + 'on').style.display = "none";
+ } 
+ } 
+ }
+//]]>
+</script>
+<div class="section">
+<h2><a name="Surefire_Report"></a>Surefire Report</h2></div>
+<div class="section">
+<h2><a name="Summary"></a>Summary</h2><a name="Summary"></a>
+<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] 
[<a href="#Test_Cases">Test Cases</a>]</p><br />
+<table border="1" class="table table-striped">
+<tr class="a">
+<th>Tests</th>
+<th>Errors </th>
+<th>Failures</th>
+<th>Skipped</th>
+<th>Success Rate</th>
+<th>Time</th></tr>
+<tr class="b">
+<td>2</td>
+<td>0</td>
+<td>0</td>
+<td>0</td>
+<td>100%</td>
+<td>0.355</td></tr></table><br />
+<p>Note: failures are anticipated and checked for with assertions while errors 
are unanticipated.</p><br /></div>
+<div class="section">
+<h2><a name="Package_List"></a>Package List</h2><a name="Package_List"></a>
+<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] 
[<a href="#Test_Cases">Test Cases</a>]</p><br />
+<table border="1" class="table table-striped">
+<tr class="a">
+<th>Package</th>
+<th>Tests</th>
+<th>Errors </th>
+<th>Failures</th>
+<th>Skipped</th>
+<th>Success Rate</th>
+<th>Time</th></tr>
+<tr class="b">
+<td><a 
href="#org.apache.sling.maven.slingstart">org.apache.sling.maven.slingstart</a></td>
+<td>2</td>
+<td>0</td>
+<td>0</td>
+<td>0</td>
+<td>100%</td>
+<td>0.355</td></tr></table><br />
+<p>Note: package statistics are not computed recursively, they only sum up all 
of its testsuites numbers.</p>
+<div class="section">
+<h3><a 
name="org.apache.sling.maven.slingstart"></a>org.apache.sling.maven.slingstart</h3><a
 name="org.apache.sling.maven.slingstart"></a>
+<table border="1" class="table table-striped">
+<tr class="a">
+<th></th>
+<th>Class</th>
+<th>Tests</th>
+<th>Errors </th>
+<th>Failures</th>
+<th>Skipped</th>
+<th>Success Rate</th>
+<th>Time</th></tr>
+<tr class="b">
+<td><a href="#org.apache.sling.maven.slingstartPreparePackageMojoTest"><img 
src="images/icon_success_sml.gif" alt="" /></a></td>
+<td><a 
href="#org.apache.sling.maven.slingstartPreparePackageMojoTest">PreparePackageMojoTest</a></td>
+<td>2</td>
+<td>0</td>
+<td>0</td>
+<td>0</td>
+<td>100%</td>
+<td>0.355</td></tr></table></div><br /></div>
+<div class="section">
+<h2><a name="Test_Cases"></a>Test Cases</h2><a name="Test_Cases"></a>
+<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] 
[<a href="#Test_Cases">Test Cases</a>]</p>
+<div class="section">
+<h3><a name="PreparePackageMojoTest"></a>PreparePackageMojoTest</h3><a 
name="org.apache.sling.maven.slingstartPreparePackageMojoTest"></a>
+<table border="1" class="table table-striped">
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td>testBSNRenaming</td>
+<td>0.334</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td>testSubsystemBaseGeneration</td>
+<td>0.021</td></tr></table></div><br /></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

Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/team-list.html
==============================================================================
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/team-list.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/team-list.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,107 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-06-02 
+ | 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="20170602" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling SlingStart Maven Plugin &#x2013; Project Team</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 
SlingStart Maven Plugin</h2>
+</div>
+</div>
+        <div class="pull-right"></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+        <li id="publishDate">Last Published: 2017-06-02<span 
class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 1.7.6</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><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 class="active"><a href="#"><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_Team"></a>Project Team</h2><a name="Project_Team"></a>
+<p>A successful project requires many people to play many roles. Some members 
write code or documentation, while others are valuable as testers, submitting 
patches and suggestions.</p>
+<p>The project team is comprised of Members and Contributors. Members have 
direct access to the source of a project and actively evolve the code-base. 
Contributors improve the project through submission of patches and suggestions 
to the Members. The number of Contributors to the project is unbounded. Get 
involved today. All contributions to the project are greatly appreciated.</p>
+<div class="section">
+<h3><a name="Members"></a>Members</h3><a name="Members"></a>
+<p>The following is a list of developers with commit privileges that have 
directly contributed to the project in one way or another.</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Id</th>
+<th>Name</th>
+<th>URL</th></tr>
+<tr class="b">
+<td><a name="sling"></a>sling</td>
+<td>Apache Sling Project</td>
+<td><a class="externalLink" 
href="http://sling.apache.org/site/project-team.html";>http://sling.apache.org/site/project-team.html</a></td></tr></table></div>
+<div class="section">
+<h3><a name="Contributors"></a>Contributors</h3><a name="Contributors"></a>
+<p>There are no contributors listed for this project. Please check back again 
later.</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


Reply via email to