Added: incubator/unomi/website/unomi-tools/shell-commands/js/lightbox.min.js
URL: 
http://svn.apache.org/viewvc/incubator/unomi/website/unomi-tools/shell-commands/js/lightbox.min.js?rev=1811953&view=auto
==============================================================================
--- incubator/unomi/website/unomi-tools/shell-commands/js/lightbox.min.js 
(added)
+++ incubator/unomi/website/unomi-tools/shell-commands/js/lightbox.min.js Thu 
Oct 12 12:30:33 2017
@@ -0,0 +1,10 @@
+/**
+ * Lightbox v2.7.1
+ * by Lokesh Dhakar - http://lokeshdhakar.com/projects/lightbox2/
+ *
+ * @license http://creativecommons.org/licenses/by/2.5/
+ * - Free for use in both personal and commercial projects
+ * - Attribution requires leaving author name, author link, and the license 
info intact
+ */
+(function(){var a=jQuery,b=function(){function 
a(){this.fadeDuration=500,this.fitImagesInViewport=!0,this.resizeDuration=700,this.positionFromTop=50,this.showImageNumberLabel=!0,this.alwaysShowNavOnTouchDevices=!1,this.wrapAround=!1}return
 a.prototype.albumLabel=function(a,b){return"Image "+a+" of 
"+b},a}(),c=function(){function 
b(a){this.options=a,this.album=[],this.currentImageIndex=void 
0,this.init()}return 
b.prototype.init=function(){this.enable(),this.build()},b.prototype.enable=function(){var
 b=this;a("body").on("click","a[rel^=lightbox], area[rel^=lightbox], 
a[data-lightbox], area[data-lightbox]",function(c){return 
b.start(a(c.currentTarget)),!1})},b.prototype.build=function(){var 
b=this;a("<div id='lightboxOverlay' class='lightboxOverlay'></div><div 
id='lightbox' class='lightbox'><div class='lb-outerContainer'><div 
class='lb-container'><img class='lb-image' src='' /><div class='lb-nav'><a 
class='lb-prev' href='' ></a><a class='lb-next' href='' ></a></div><div 
class='lb-loade
 r'><a class='lb-cancel'></a></div></div></div><div 
class='lb-dataContainer'><div class='lb-data'><div class='lb-details'><span 
class='lb-caption'></span><span class='lb-number'></span></div><div 
class='lb-closeContainer'><a 
class='lb-close'></a></div></div></div></div>").appendTo(a("body")),this.$lightbox=a("#lightbox"),this.$overlay=a("#lightboxOverlay"),this.$outerContainer=this.$lightbox.find(".lb-outerContainer"),this.$container=this.$lightbox.find(".lb-container"),this.containerTopPadding=parseInt(this.$container.css("padding-top"),10),this.containerRightPadding=parseInt(this.$container.css("padding-right"),10),this.containerBottomPadding=parseInt(this.$container.css("padding-bottom"),10),this.containerLeftPadding=parseInt(this.$container.css("padding-left"),10),this.$overlay.hide().on("click",function(){return
 
b.end(),!1}),this.$lightbox.hide().on("click",function(c){return"lightbox"===a(c.target).attr("id")&&b.end(),!1}),this.$outerContainer.on("click",function(c){return"ligh
 
tbox"===a(c.target).attr("id")&&b.end(),!1}),this.$lightbox.find(".lb-prev").on("click",function(){return
 
b.changeImage(0===b.currentImageIndex?b.album.length-1:b.currentImageIndex-1),!1}),this.$lightbox.find(".lb-next").on("click",function(){return
 
b.changeImage(b.currentImageIndex===b.album.length-1?0:b.currentImageIndex+1),!1}),this.$lightbox.find(".lb-loader,
 .lb-close").on("click",function(){return 
b.end(),!1})},b.prototype.start=function(b){function 
c(a){d.album.push({link:a.attr("href"),title:a.attr("data-title")||a.attr("title")})}var
 d=this,e=a(window);e.on("resize",a.proxy(this.sizeOverlay,this)),a("select, 
object, embed").css({visibility:"hidden"}),this.sizeOverlay(),this.album=[];var 
f,g=0,h=b.attr("data-lightbox");if(h){f=a(b.prop("tagName")+'[data-lightbox="'+h+'"]');for(var
 i=0;i<f.length;i=++i)c(a(f[i])),f[i]===b[0]&&(g=i)}else 
if("lightbox"===b.attr("rel"))c(b);else{f=a(b.prop("tagName")+'[rel="'+b.attr("rel")+'"]');for(var
 j=0;j<f.length;j=++j)c(a(f[j])),f[j]===b[0
 ]&&(g=j)}var 
k=e.scrollTop()+this.options.positionFromTop,l=e.scrollLeft();this.$lightbox.css({top:k+"px",left:l+"px"}).fadeIn(this.options.fadeDuration),this.changeImage(g)},b.prototype.changeImage=function(b){var
 c=this;this.disableKeyboardNav();var 
d=this.$lightbox.find(".lb-image");this.$overlay.fadeIn(this.options.fadeDuration),a(".lb-loader").fadeIn("slow"),this.$lightbox.find(".lb-image,
 .lb-nav, .lb-prev, .lb-next, .lb-dataContainer, .lb-numbers, 
.lb-caption").hide(),this.$outerContainer.addClass("animating");var e=new 
Image;e.onload=function(){var 
f,g,h,i,j,k,l;d.attr("src",c.album[b].link),f=a(e),d.width(e.width),d.height(e.height),c.options.fitImagesInViewport&&(l=a(window).width(),k=a(window).height(),j=l-c.containerLeftPadding-c.containerRightPadding-20,i=k-c.containerTopPadding-c.containerBottomPadding-120,(e.width>j||e.height>i)&&(e.width/j>e.height/i?(h=j,g=parseInt(e.height/(e.width/h),10),d.width(h),d.height(g)):(g=i,h=parseInt(e.width/(e.height/g),10),d.width(h),d
 
.height(g)))),c.sizeContainer(d.width(),d.height())},e.src=this.album[b].link,this.currentImageIndex=b},b.prototype.sizeOverlay=function(){this.$overlay.width(a(window).width()).height(a(document).height())},b.prototype.sizeContainer=function(a,b){function
 
c(){d.$lightbox.find(".lb-dataContainer").width(g),d.$lightbox.find(".lb-prevLink").height(h),d.$lightbox.find(".lb-nextLink").height(h),d.showImage()}var
 
d=this,e=this.$outerContainer.outerWidth(),f=this.$outerContainer.outerHeight(),g=a+this.containerLeftPadding+this.containerRightPadding,h=b+this.containerTopPadding+this.containerBottomPadding;e!==g||f!==h?this.$outerContainer.animate({width:g,height:h},this.options.resizeDuration,"swing",function(){c()}):c()},b.prototype.showImage=function(){this.$lightbox.find(".lb-loader").hide(),this.$lightbox.find(".lb-image").fadeIn("slow"),this.updateNav(),this.updateDetails(),this.preloadNeighboringImages(),this.enableKeyboardNav()},b.prototype.updateNav=function(){var
 a=!1;try{document
 
.createEvent("TouchEvent"),a=this.options.alwaysShowNavOnTouchDevices?!0:!1}catch(b){}this.$lightbox.find(".lb-nav").show(),this.album.length>1&&(this.options.wrapAround?(a&&this.$lightbox.find(".lb-prev,
 .lb-next").css("opacity","1"),this.$lightbox.find(".lb-prev, 
.lb-next").show()):(this.currentImageIndex>0&&(this.$lightbox.find(".lb-prev").show(),a&&this.$lightbox.find(".lb-prev").css("opacity","1")),this.currentImageIndex<this.album.length-1&&(this.$lightbox.find(".lb-next").show(),a&&this.$lightbox.find(".lb-next").css("opacity","1"))))},b.prototype.updateDetails=function(){var
 b=this;"undefined"!=typeof 
this.album[this.currentImageIndex].title&&""!==this.album[this.currentImageIndex].title&&this.$lightbox.find(".lb-caption").html(this.album[this.currentImageIndex].title).fadeIn("fast").find("a").on("click",function(){location.href=a(this).attr("href")}),this.album.length>1&&this.options.showImageNumberLabel?this.$lightbox.find(".lb-number").text(this.options.albumLabel(this.cu
 
rrentImageIndex+1,this.album.length)).fadeIn("fast"):this.$lightbox.find(".lb-number").hide(),this.$outerContainer.removeClass("animating"),this.$lightbox.find(".lb-dataContainer").fadeIn(this.options.resizeDuration,function(){return
 
b.sizeOverlay()})},b.prototype.preloadNeighboringImages=function(){if(this.album.length>this.currentImageIndex+1){var
 a=new 
Image;a.src=this.album[this.currentImageIndex+1].link}if(this.currentImageIndex>0){var
 b=new 
Image;b.src=this.album[this.currentImageIndex-1].link}},b.prototype.enableKeyboardNav=function(){a(document).on("keyup.keyboard",a.proxy(this.keyboardAction,this))},b.prototype.disableKeyboardNav=function(){a(document).off(".keyboard")},b.prototype.keyboardAction=function(a){var
 
b=27,c=37,d=39,e=a.keyCode,f=String.fromCharCode(e).toLowerCase();e===b||f.match(/x|o|c/)?this.end():"p"===f||e===c?0!==this.currentImageIndex?this.changeImage(this.currentImageIndex-1):this.options.wrapAround&&this.album.length>1&&this.changeImage(this.album.length
 
-1):("n"===f||e===d)&&(this.currentImageIndex!==this.album.length-1?this.changeImage(this.currentImageIndex+1):this.options.wrapAround&&this.album.length>1&&this.changeImage(0))},b.prototype.end=function(){this.disableKeyboardNav(),a(window).off("resize",this.sizeOverlay),this.$lightbox.fadeOut(this.options.fadeDuration),this.$overlay.fadeOut(this.options.fadeDuration),a("select,
 object, embed").css({visibility:"visible"})},b}();a(function(){{var a=new 
b;new c(a)}})}).call(this);
+//# sourceMappingURL=lightbox.min.map
\ No newline at end of file

Added: incubator/unomi/website/unomi-tools/shell-commands/js/reflow-scroll.js
URL: 
http://svn.apache.org/viewvc/incubator/unomi/website/unomi-tools/shell-commands/js/reflow-scroll.js?rev=1811953&view=auto
==============================================================================
--- incubator/unomi/website/unomi-tools/shell-commands/js/reflow-scroll.js 
(added)
+++ incubator/unomi/website/unomi-tools/shell-commands/js/reflow-scroll.js Thu 
Oct 12 12:30:33 2017
@@ -0,0 +1,23 @@
+// Support for smooth scrolling
+// (simplified version, taken from http://stackoverflow.com/a/14805098/1173184)
+$(window).load(function(){
+  
$('a[href^="#"]:not([href^="#carousel"]):not([data-toggle="dropdown"])').on('click',
 function(e) {
+
+     // prevent default anchor click behavior
+     e.preventDefault();
+
+     // store hash
+     var hash = this.hash;
+
+     // animate
+     $('html, body').animate({
+         scrollTop: $(this.hash).offset().top
+       }, 300, function(){
+
+         // when done, add hash to url
+         // (default click behaviour)
+         window.location.hash = hash;
+       });
+
+  });
+});
\ No newline at end of file

Added: incubator/unomi/website/unomi-tools/shell-commands/js/reflow-skin.js
URL: 
http://svn.apache.org/viewvc/incubator/unomi/website/unomi-tools/shell-commands/js/reflow-skin.js?rev=1811953&view=auto
==============================================================================
--- incubator/unomi/website/unomi-tools/shell-commands/js/reflow-skin.js (added)
+++ incubator/unomi/website/unomi-tools/shell-commands/js/reflow-skin.js Thu 
Oct 12 12:30:33 2017
@@ -0,0 +1,26 @@
+// Additional skin Javascript
+// ++++++++++++++++++++++++++++++++++++++++++
+
+!function ($) {
+
+       $(function(){
+
+               var $window = $(window)
+
+               // Start carousel
+               $(function() {
+                       $('.carousel').carousel();
+               });
+
+               // activate syntax higlighting with highlight.js
+               // Note: only run if `hljs` exists
+               if (typeof hljs != 'undefined')
+               {
+                       // classic encoding with <div 
class="source"><pre></pre></div>
+                       // and HTML5 version with <pre><code></code></pre>
+                       $('div.source pre, pre code').each(function(i, e) 
{hljs.highlightBlock(e)});
+               }
+
+       })
+
+}(window.jQuery)
\ No newline at end of file

Added: incubator/unomi/website/unomi-tools/shell-commands/license.html
URL: 
http://svn.apache.org/viewvc/incubator/unomi/website/unomi-tools/shell-commands/license.html?rev=1811953&view=auto
==============================================================================
--- incubator/unomi/website/unomi-tools/shell-commands/license.html (added)
+++ incubator/unomi/website/unomi-tools/shell-commands/license.html Thu Oct 12 
12:30:33 2017
@@ -0,0 +1,470 @@
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2017-10-12
+ Rendered using Reflow Maven Skin 1.1.1 
(http://andriusvelykis.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+       <head>
+               <meta charset="UTF-8" />
+               <title>Project Licenses | Apache Unomi :: Tools :: Shell 
commands</title>
+               <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
+               <meta name="description" content="" />
+               <meta http-equiv="content-language" content="en" />
+ 
+               <link 
href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap.min.css";
 rel="stylesheet" />
+               <link href="../..//css/docs.css" rel="stylesheet" />
+               <link href="../..//css/reflow-skin.css" rel="stylesheet" />
+
+
+               <link href="../..//css/lightbox.css" rel="stylesheet" />
+
+               <link href="../..//css/site.css" rel="stylesheet" />
+               <link href="../..//css/print.css" rel="stylesheet" 
media="print" />
+
+               <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+               <!--[if lt IE 9]>
+                       <script 
src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
+               <![endif]-->
+
+
+
+               <!-- Google Analytics -->
+               <script type="text/javascript">
+
+                       var _gaq = _gaq || [];
+                       _gaq.push(['_setAccount', 'UA-70313240-1']);
+                       _gaq.push(['_trackPageview']);
+
+                       (function() {
+                               var ga = document.createElement('script'); 
ga.type = 'text/javascript'; ga.async = true;
+                               ga.src = ('https:' == 
document.location.protocol ? 'https://ssl' : 'http://www') + 
'.google-analytics.com/ga.js';
+                               var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+                       })();
+
+               </script>
+               </head>
+
+       <body class="page-license project-shell-commands" data-spy="scroll" 
data-offset="60" data-target="#toc-scroll-target">
+
+               <div class="navbar navbar-fixed-top">
+                       <div class="navbar-inner">
+                               <div class="container">
+                                       <a class="btn btn-navbar" 
data-toggle="collapse" data-target="#top-nav-collapse">
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                       </a>
+                                       <a class="brand" href="../.."><img 
src="http://unomi.incubator.apache.org/images/unomi-86x20.png"; /></a>
+                                       <div class="nav-collapse collapse" 
id="top-nav-collapse">
+                                               <ul class="nav pull-right">
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Download <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../download.html" title="Packages">Packages</a></li>
+                                                                       <li ><a 
href="../../license.html" title="License">License</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Documentation <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../" title="Site Home">Site Home</a></li>
+                                                                       <li ><a 
href="../../main.html" title="Main documentation">Main documentation</a></li>
+                                                                       <li ><a 
href="../../usecases.html" title="More use cases">More use cases</a></li>
+                                                                       <li ><a 
href="../../rest-api-doc/index.html" title="REST API documentation">REST API 
documentation</a></li>
+                                                                       <li ><a 
href="../../unomi-api/apidocs/index.html" title="API Javadoc">API 
Javadoc</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Standard <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="https://www.oasis-open.org/committees/cxs/"; title="OASIS Context Server 
Technical Committee" class="externalLink">OASIS Context Server Technical 
Committee</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Community <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a></li>
+                                                                       <li ><a 
href="../../team-list.html" title="Team">Team</a></li>
+                                                                       <li ><a 
href="../../maturity-model-report.html" title="Maturity model report 
card">Maturity model report card</a></li>
+                                                                       <li ><a 
href="http://www.apache.org"; title="The Apache Software Foundation" 
class="externalLink">The Apache Software Foundation</a></li>
+                                                                       <li ><a 
href="http://www.apache.org/foundation/sponsorship.html"; title="Sponsorship" 
class="externalLink">Sponsorship</a></li>
+                                                                       <li ><a 
href="http://www.apache.org/foundation/thanks.html"; title="Thanks" 
class="externalLink">Thanks</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Privacy <b class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../privacy-policy.html" title="Site policy">Site policy</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Contribute <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a></li>
+                                                                       <li ><a 
href="../../source-repository.html" title="Source">Source</a></li>
+                                                                       <li ><a 
href="../../issue-tracking.html" title="Issues">Issues</a></li>
+                                                               </ul>
+                                                       </li>
+                                               </ul>
+                                       </div><!--/.nav-collapse -->
+                               </div>
+                       </div>
+               </div>
+
+       <div class="container">
+
+       <!-- Masthead
+       ================================================== -->
+
+       <header>
+               <div>
+                       <ul class="breadcrumb">
+                               <li class="publishDate version-date">Last 
Published: 2017-10-12</li>
+                       </ul>
+               </div>
+       </header>
+
+       <div class="main-body">
+       <div class="row">
+               <div class="span12">
+                       <div class="body-content">
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Overview">Overview</h2>
+ </div> 
+ <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 id="Project_Licenses">Project Licenses</h2> 
+ <a name="Project_Licenses"></a> 
+ <div class="section"> 
+  <h3 id="The_Apache_Software_License_Version_2.0">The Apache Software 
License, Version 2.0</h3> 
+  <a name="The_Apache_Software_License_Version_2.0"></a> 
+  <div class="source"> 
+   <pre>
+                                 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>
+       </div>
+
+       </div><!-- /container -->
+
+       <!-- Footer
+       ================================================== -->
+       <footer class="well">
+               <div class="container">
+                       <div class="row">
+                               <div class="span2 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Download</li>
+                                               <li >
+                                                       <a 
href="../../download.html" title="Packages">Packages</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../license.html" title="License">License</a>
+                                               </li>
+                                               <li 
class="nav-header">Contribute</li>
+                                               <li >
+                                                       <a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../source-repository.html" title="Source">Source</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../issue-tracking.html" title="Issues">Issues</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span2 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Documentation</li>
+                                               <li >
+                                                       <a href="../../" 
title="Site Home">Site Home</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../main.html" title="Main documentation">Main documentation</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../usecases.html" title="More use cases">More use cases</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../rest-api-doc/index.html" title="REST API documentation">REST API 
documentation</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span2 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Standard</li>
+                                               <li >
+                                                       <a 
href="https://www.oasis-open.org/committees/cxs/"; title="OASIS Context Server 
Technical Committee" class="externalLink">OASIS Context Server Technical 
Committee</a>
+                                               </li>
+                                               <li 
class="nav-header">Community</li>
+                                               <li >
+                                                       <a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../team-list.html" title="Team">Team</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../maturity-model-report.html" title="Maturity model report 
card">Maturity model report card</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="http://www.apache.org"; title="The Apache Software Foundation" 
class="externalLink">The Apache Software Foundation</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="http://www.apache.org/foundation/sponsorship.html"; title="Sponsorship" 
class="externalLink">Sponsorship</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="http://www.apache.org/foundation/thanks.html"; title="Thanks" 
class="externalLink">Thanks</a>
+                                               </li>
+                                               <li 
class="nav-header">Privacy</li>
+                                               <li >
+                                                       <a 
href="../../privacy-policy.html" title="Site policy">Site policy</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-description">
+                                       <blockquote>Powered by Apache 
Karaf</blockquote>
+                               </div>
+                       </div>
+               </div>
+       </footer>
+
+       <div class="container subfooter">
+               <div class="row">
+                       <div class="span12">
+                               <p class="pull-right"><a href="#">Back to 
top</a></p>
+                               <p class="copyright">Copyright &copy;2014-2017 
<a href="http://www.apache.org";>Apache Software Foundation</a>. All Rights 
Reserved.</p>
+                               <p><a 
href="http://github.com/andriusvelykis/reflow-maven-skin"; title="Reflow Maven 
skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt"; 
target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
+                       </div>
+               </div>
+       </div>
+
+       <!-- Le javascript
+       ================================================== -->
+       <!-- Placed at the end of the document so the pages load faster -->
+       <script 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js";></script>
+
+       <script 
src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js";></script>
+       <script src="../..//js/lightbox.min.js"></script>
+       <script src="../..//js/reflow-scroll.js"></script>
+
+       <script src="../..//js/reflow-skin.js"></script>
+
+       </body>
+</html>
\ No newline at end of file

Added: incubator/unomi/website/unomi-tools/shell-commands/mail-lists.html
URL: 
http://svn.apache.org/viewvc/incubator/unomi/website/unomi-tools/shell-commands/mail-lists.html?rev=1811953&view=auto
==============================================================================
--- incubator/unomi/website/unomi-tools/shell-commands/mail-lists.html (added)
+++ incubator/unomi/website/unomi-tools/shell-commands/mail-lists.html Thu Oct 
12 12:30:33 2017
@@ -0,0 +1,296 @@
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2017-10-12
+ Rendered using Reflow Maven Skin 1.1.1 
(http://andriusvelykis.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+       <head>
+               <meta charset="UTF-8" />
+               <title>Project Mailing Lists | Apache Unomi :: Tools :: Shell 
commands</title>
+               <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
+               <meta name="description" content="" />
+               <meta http-equiv="content-language" content="en" />
+ 
+               <link 
href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap.min.css";
 rel="stylesheet" />
+               <link href="../..//css/docs.css" rel="stylesheet" />
+               <link href="../..//css/reflow-skin.css" rel="stylesheet" />
+
+               <link 
href="http://yandex.st/highlightjs/7.5/styles/github.min.css"; rel="stylesheet" 
/>
+
+               <link href="../..//css/lightbox.css" rel="stylesheet" />
+
+               <link href="../..//css/site.css" rel="stylesheet" />
+               <link href="../..//css/print.css" rel="stylesheet" 
media="print" />
+
+               <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+               <!--[if lt IE 9]>
+                       <script 
src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
+               <![endif]-->
+
+
+
+               <!-- Google Analytics -->
+               <script type="text/javascript">
+
+                       var _gaq = _gaq || [];
+                       _gaq.push(['_setAccount', 'UA-70313240-1']);
+                       _gaq.push(['_trackPageview']);
+
+                       (function() {
+                               var ga = document.createElement('script'); 
ga.type = 'text/javascript'; ga.async = true;
+                               ga.src = ('https:' == 
document.location.protocol ? 'https://ssl' : 'http://www') + 
'.google-analytics.com/ga.js';
+                               var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+                       })();
+
+               </script>
+               </head>
+
+       <body class="page-mail-lists project-shell-commands" data-spy="scroll" 
data-offset="60" data-target="#toc-scroll-target">
+
+               <div class="navbar navbar-fixed-top">
+                       <div class="navbar-inner">
+                               <div class="container">
+                                       <a class="btn btn-navbar" 
data-toggle="collapse" data-target="#top-nav-collapse">
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                       </a>
+                                       <a class="brand" href="../.."><img 
src="http://unomi.incubator.apache.org/images/unomi-86x20.png"; /></a>
+                                       <div class="nav-collapse collapse" 
id="top-nav-collapse">
+                                               <ul class="nav pull-right">
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Download <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../download.html" title="Packages">Packages</a></li>
+                                                                       <li ><a 
href="../../license.html" title="License">License</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Documentation <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../" title="Site Home">Site Home</a></li>
+                                                                       <li ><a 
href="../../main.html" title="Main documentation">Main documentation</a></li>
+                                                                       <li ><a 
href="../../usecases.html" title="More use cases">More use cases</a></li>
+                                                                       <li ><a 
href="../../rest-api-doc/index.html" title="REST API documentation">REST API 
documentation</a></li>
+                                                                       <li ><a 
href="../../unomi-api/apidocs/index.html" title="API Javadoc">API 
Javadoc</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Standard <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="https://www.oasis-open.org/committees/cxs/"; title="OASIS Context Server 
Technical Committee" class="externalLink">OASIS Context Server Technical 
Committee</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Community <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a></li>
+                                                                       <li ><a 
href="../../team-list.html" title="Team">Team</a></li>
+                                                                       <li ><a 
href="../../maturity-model-report.html" title="Maturity model report 
card">Maturity model report card</a></li>
+                                                                       <li ><a 
href="http://www.apache.org"; title="The Apache Software Foundation" 
class="externalLink">The Apache Software Foundation</a></li>
+                                                                       <li ><a 
href="http://www.apache.org/foundation/sponsorship.html"; title="Sponsorship" 
class="externalLink">Sponsorship</a></li>
+                                                                       <li ><a 
href="http://www.apache.org/foundation/thanks.html"; title="Thanks" 
class="externalLink">Thanks</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Privacy <b class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../privacy-policy.html" title="Site policy">Site policy</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Contribute <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a></li>
+                                                                       <li ><a 
href="../../source-repository.html" title="Source">Source</a></li>
+                                                                       <li ><a 
href="../../issue-tracking.html" title="Issues">Issues</a></li>
+                                                               </ul>
+                                                       </li>
+                                               </ul>
+                                       </div><!--/.nav-collapse -->
+                               </div>
+                       </div>
+               </div>
+
+       <div class="container">
+
+       <!-- Masthead
+       ================================================== -->
+
+       <header>
+               <div>
+                       <ul class="breadcrumb">
+                               <li class="publishDate version-date">Last 
Published: 2017-10-12</li>
+                       </ul>
+               </div>
+       </header>
+
+       <div class="main-body">
+       <div class="row">
+               <div class="span8">
+                       <div class="body-content">
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Project_Mailing_Lists">Project Mailing Lists</h2>
+ </div> 
+ <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="bodyTable table table-striped table-hover"> 
+  <thead> 
+   <tr class="a"> 
+    <th>Name</th> 
+    <th>Subscribe</th> 
+    <th>Unsubscribe</th> 
+    <th>Post</th> 
+    <th>Archive</th> 
+   </tr> 
+  </thead> 
+  <tbody> 
+   <tr class="b"> 
+    <td>unomi-dev</td> 
+    <td><a class="externalLink" 
href="mailto:[email protected]";>Subscribe</a></td> 
+    <td><a class="externalLink" 
href="mailto:[email protected]";>Unsubscribe</a></td> 
+    <td><a class="externalLink" 
href="mailto:[email protected]";>Post</a></td> 
+    <td><a class="externalLink" 
href="http://mail-archives.apache.org/mod_mbox/incubator-unomi-dev/";>mail-archives.apache.org</a></td>
 
+   </tr> 
+   <tr class="a"> 
+    <td>unomi-commits</td> 
+    <td><a class="externalLink" 
href="mailto:[email protected]";>Subscribe</a></td> 
+    <td><a class="externalLink" 
href="mailto:[email protected]";>Unsubscribe</a></td>
 
+    <td><a class="externalLink" 
href="mailto:[email protected]";>Post</a></td> 
+    <td><a class="externalLink" 
href="http://mail-archives.apache.org/mod_mbox/incubator-unomi-commits/";>mail-archives.apache.org</a></td>
 
+   </tr> 
+  </tbody> 
+ </table> 
+</div>
+                       </div>
+               </div>
+               <div class="span4">
+                       <div id="toc-sidebar">
+                               <div class="well">
+                                       <ul class="nav nav-list">
+                                               <li class="nav-header">Table of 
Contents</li>
+               <li><a href="#Project_Mailing_Lists" title="Project Mailing 
Lists">Project Mailing Lists</a>
+                                       </ul>
+                               </div>
+                       </div>
+               </div>
+       </div>
+       </div>
+
+       </div><!-- /container -->
+
+       <!-- Footer
+       ================================================== -->
+       <footer class="well">
+               <div class="container">
+                       <div class="row">
+                               <div class="span2 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Download</li>
+                                               <li >
+                                                       <a 
href="../../download.html" title="Packages">Packages</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../license.html" title="License">License</a>
+                                               </li>
+                                               <li 
class="nav-header">Contribute</li>
+                                               <li >
+                                                       <a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../source-repository.html" title="Source">Source</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../issue-tracking.html" title="Issues">Issues</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span2 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Documentation</li>
+                                               <li >
+                                                       <a href="../../" 
title="Site Home">Site Home</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../main.html" title="Main documentation">Main documentation</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../usecases.html" title="More use cases">More use cases</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../rest-api-doc/index.html" title="REST API documentation">REST API 
documentation</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span2 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Standard</li>
+                                               <li >
+                                                       <a 
href="https://www.oasis-open.org/committees/cxs/"; title="OASIS Context Server 
Technical Committee" class="externalLink">OASIS Context Server Technical 
Committee</a>
+                                               </li>
+                                               <li 
class="nav-header">Community</li>
+                                               <li >
+                                                       <a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../team-list.html" title="Team">Team</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../maturity-model-report.html" title="Maturity model report 
card">Maturity model report card</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="http://www.apache.org"; title="The Apache Software Foundation" 
class="externalLink">The Apache Software Foundation</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="http://www.apache.org/foundation/sponsorship.html"; title="Sponsorship" 
class="externalLink">Sponsorship</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="http://www.apache.org/foundation/thanks.html"; title="Thanks" 
class="externalLink">Thanks</a>
+                                               </li>
+                                               <li 
class="nav-header">Privacy</li>
+                                               <li >
+                                                       <a 
href="../../privacy-policy.html" title="Site policy">Site policy</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-description">
+                                       <blockquote>Powered by Apache 
Karaf</blockquote>
+                               </div>
+                       </div>
+               </div>
+       </footer>
+
+       <div class="container subfooter">
+               <div class="row">
+                       <div class="span12">
+                               <p class="pull-right"><a href="#">Back to 
top</a></p>
+                               <p class="copyright">Copyright &copy;2014-2017 
<a href="http://www.apache.org";>Apache Software Foundation</a>. All Rights 
Reserved.</p>
+                               <p><a 
href="http://github.com/andriusvelykis/reflow-maven-skin"; title="Reflow Maven 
skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt"; 
target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
+                       </div>
+               </div>
+       </div>
+
+       <!-- Le javascript
+       ================================================== -->
+       <!-- Placed at the end of the document so the pages load faster -->
+       <script 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js";></script>
+
+       <script 
src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js";></script>
+       <script src="../..//js/lightbox.min.js"></script>
+       <script src="../..//js/reflow-scroll.js"></script>
+       <script 
src="http://yandex.st/highlightjs/7.5/highlight.min.js";></script>
+
+       <script src="../..//js/reflow-skin.js"></script>
+
+       </body>
+</html>
\ No newline at end of file

Added: incubator/unomi/website/unomi-tools/shell-commands/plugin-management.html
URL: 
http://svn.apache.org/viewvc/incubator/unomi/website/unomi-tools/shell-commands/plugin-management.html?rev=1811953&view=auto
==============================================================================
--- incubator/unomi/website/unomi-tools/shell-commands/plugin-management.html 
(added)
+++ incubator/unomi/website/unomi-tools/shell-commands/plugin-management.html 
Thu Oct 12 12:30:33 2017
@@ -0,0 +1,424 @@
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2017-10-12
+ Rendered using Reflow Maven Skin 1.1.1 
(http://andriusvelykis.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+       <head>
+               <meta charset="UTF-8" />
+               <title>Project Plugin Management | Apache Unomi :: Tools :: 
Shell commands</title>
+               <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
+               <meta name="description" content="" />
+               <meta http-equiv="content-language" content="en" />
+ 
+               <link 
href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap.min.css";
 rel="stylesheet" />
+               <link href="../..//css/docs.css" rel="stylesheet" />
+               <link href="../..//css/reflow-skin.css" rel="stylesheet" />
+
+               <link 
href="http://yandex.st/highlightjs/7.5/styles/github.min.css"; rel="stylesheet" 
/>
+
+               <link href="../..//css/lightbox.css" rel="stylesheet" />
+
+               <link href="../..//css/site.css" rel="stylesheet" />
+               <link href="../..//css/print.css" rel="stylesheet" 
media="print" />
+
+               <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+               <!--[if lt IE 9]>
+                       <script 
src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
+               <![endif]-->
+
+
+
+               <!-- Google Analytics -->
+               <script type="text/javascript">
+
+                       var _gaq = _gaq || [];
+                       _gaq.push(['_setAccount', 'UA-70313240-1']);
+                       _gaq.push(['_trackPageview']);
+
+                       (function() {
+                               var ga = document.createElement('script'); 
ga.type = 'text/javascript'; ga.async = true;
+                               ga.src = ('https:' == 
document.location.protocol ? 'https://ssl' : 'http://www') + 
'.google-analytics.com/ga.js';
+                               var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+                       })();
+
+               </script>
+               </head>
+
+       <body class="page-plugin-management project-shell-commands" 
data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+
+               <div class="navbar navbar-fixed-top">
+                       <div class="navbar-inner">
+                               <div class="container">
+                                       <a class="btn btn-navbar" 
data-toggle="collapse" data-target="#top-nav-collapse">
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                       </a>
+                                       <a class="brand" href="../.."><img 
src="http://unomi.incubator.apache.org/images/unomi-86x20.png"; /></a>
+                                       <div class="nav-collapse collapse" 
id="top-nav-collapse">
+                                               <ul class="nav pull-right">
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Download <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../download.html" title="Packages">Packages</a></li>
+                                                                       <li ><a 
href="../../license.html" title="License">License</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Documentation <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../" title="Site Home">Site Home</a></li>
+                                                                       <li ><a 
href="../../main.html" title="Main documentation">Main documentation</a></li>
+                                                                       <li ><a 
href="../../usecases.html" title="More use cases">More use cases</a></li>
+                                                                       <li ><a 
href="../../rest-api-doc/index.html" title="REST API documentation">REST API 
documentation</a></li>
+                                                                       <li ><a 
href="../../unomi-api/apidocs/index.html" title="API Javadoc">API 
Javadoc</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Standard <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="https://www.oasis-open.org/committees/cxs/"; title="OASIS Context Server 
Technical Committee" class="externalLink">OASIS Context Server Technical 
Committee</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Community <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a></li>
+                                                                       <li ><a 
href="../../team-list.html" title="Team">Team</a></li>
+                                                                       <li ><a 
href="../../maturity-model-report.html" title="Maturity model report 
card">Maturity model report card</a></li>
+                                                                       <li ><a 
href="http://www.apache.org"; title="The Apache Software Foundation" 
class="externalLink">The Apache Software Foundation</a></li>
+                                                                       <li ><a 
href="http://www.apache.org/foundation/sponsorship.html"; title="Sponsorship" 
class="externalLink">Sponsorship</a></li>
+                                                                       <li ><a 
href="http://www.apache.org/foundation/thanks.html"; title="Thanks" 
class="externalLink">Thanks</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Privacy <b class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../privacy-policy.html" title="Site policy">Site policy</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Contribute <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a></li>
+                                                                       <li ><a 
href="../../source-repository.html" title="Source">Source</a></li>
+                                                                       <li ><a 
href="../../issue-tracking.html" title="Issues">Issues</a></li>
+                                                               </ul>
+                                                       </li>
+                                               </ul>
+                                       </div><!--/.nav-collapse -->
+                               </div>
+                       </div>
+               </div>
+
+       <div class="container">
+
+       <!-- Masthead
+       ================================================== -->
+
+       <header>
+               <div>
+                       <ul class="breadcrumb">
+                               <li class="publishDate version-date">Last 
Published: 2017-10-12</li>
+                       </ul>
+               </div>
+       </header>
+
+       <div class="main-body">
+       <div class="row">
+               <div class="span8">
+                       <div class="body-content">
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Project_Plugin_Management">Project Plugin Management</h2>
+ </div> 
+ <a name="Project_Plugin_Management"></a> 
+ <table border="0" class="bodyTable table table-striped table-hover"> 
+  <thead> 
+   <tr class="a"> 
+    <th>GroupId</th> 
+    <th>ArtifactId</th> 
+    <th>Version</th> 
+   </tr> 
+  </thead> 
+  <tbody> 
+   <tr class="b"> 
+    <td>org.apache.felix</td> 
+    <td><a class="externalLink" 
href="http://felix.apache.org/maven-bundle-plugin/";>maven-bundle-plugin</a></td>
 
+    <td>3.2.0</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.karaf.tooling</td> 
+    <td><a class="externalLink" 
href="http://www.apache.org/karaf/tooling/karaf-maven-plugin/";>karaf-maven-plugin</a></td>
 
+    <td>3.0.8</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-antrun-plugin/";>maven-antrun-plugin</a></td>
 
+    <td>1.7</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-assembly-plugin/";>maven-assembly-plugin</a></td>
 
+    <td>2.3</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-clean-plugin/";>maven-clean-plugin</a></td>
 
+    <td>2.5</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-compiler-plugin/";>maven-compiler-plugin</a></td>
 
+    <td>3.1</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-dependency-plugin/";>maven-dependency-plugin</a></td>
 
+    <td>2.10</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-deploy-plugin/";>maven-deploy-plugin</a></td>
 
+    <td>2.8.2</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-docck-plugin/";>maven-docck-plugin</a></td>
 
+    <td>1.0</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/enforcer/maven-enforcer-plugin";>maven-enforcer-plugin</a></td>
 
+    <td>1.3.1</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/surefire/maven-failsafe-plugin";>maven-failsafe-plugin</a></td>
 
+    <td>2.18.1</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-gpg-plugin/";>maven-gpg-plugin</a></td>
 
+    <td>1.5</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-install-plugin/";>maven-install-plugin</a></td>
 
+    <td>2.5.2</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-invoker-plugin/";>maven-invoker-plugin</a></td>
 
+    <td>1.9</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-jar-plugin/";>maven-jar-plugin</a></td>
 
+    <td>2.5</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-javadoc-plugin/";>maven-javadoc-plugin</a></td>
 
+    <td>2.10.4</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugin-tools/maven-plugin-plugin";>maven-plugin-plugin</a></td>
 
+    <td>3.3</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/maven-release/maven-release-plugin/";>maven-release-plugin</a></td>
 
+    <td>2.5.3</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-remote-resources-plugin/";>maven-remote-resources-plugin</a></td>
 
+    <td>1.5</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-resources-plugin/";>maven-resources-plugin</a></td>
 
+    <td>2.6</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/scm/maven-scm-plugin/";>maven-scm-plugin</a></td> 
+    <td>1.9.2</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-scm-publish-plugin";>maven-scm-publish-plugin</a></td>
 
+    <td>1.1</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-site-plugin/";>maven-site-plugin</a></td>
 
+    <td>3.4</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-source-plugin/";>maven-source-plugin</a></td>
 
+    <td>2.1.2</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/surefire/maven-surefire-plugin";>maven-surefire-plugin</a></td>
 
+    <td>2.18.1</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.rat</td> 
+    <td><a class="externalLink" 
href="http://creadur.apache.org/rat/apache-rat-plugin/";>apache-rat-plugin</a></td>
 
+    <td>0.11</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.servicemix.tooling</td> 
+    <td><a class="externalLink" 
href="http://servicemix.apache.org/maven-plugins-pom/depends-maven-plugin/";>depends-maven-plugin</a></td>
 
+    <td>1.2</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.codehaus.mojo</td> 
+    <td><a class="externalLink" 
href="http://www.mojohaus.org/build-helper-maven-plugin/build-helper-maven-plugin";>build-helper-maven-plugin</a></td>
 
+    <td>1.10</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.codehaus.mojo</td> 
+    <td><a class="externalLink" 
href="http://mojo.codehaus.org/clirr-maven-plugin";>clirr-maven-plugin</a></td> 
+    <td>2.6.1</td> 
+   </tr> 
+  </tbody> 
+ </table> 
+</div>
+                       </div>
+               </div>
+               <div class="span4">
+                       <div id="toc-sidebar">
+                               <div class="well">
+                                       <ul class="nav nav-list">
+                                               <li class="nav-header">Table of 
Contents</li>
+               <li><a href="#Project_Plugin_Management" title="Project Plugin 
Management">Project Plugin Management</a>
+                                       </ul>
+                               </div>
+                       </div>
+               </div>
+       </div>
+       </div>
+
+       </div><!-- /container -->
+
+       <!-- Footer
+       ================================================== -->
+       <footer class="well">
+               <div class="container">
+                       <div class="row">
+                               <div class="span2 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Download</li>
+                                               <li >
+                                                       <a 
href="../../download.html" title="Packages">Packages</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../license.html" title="License">License</a>
+                                               </li>
+                                               <li 
class="nav-header">Contribute</li>
+                                               <li >
+                                                       <a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../source-repository.html" title="Source">Source</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../issue-tracking.html" title="Issues">Issues</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span2 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Documentation</li>
+                                               <li >
+                                                       <a href="../../" 
title="Site Home">Site Home</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../main.html" title="Main documentation">Main documentation</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../usecases.html" title="More use cases">More use cases</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../rest-api-doc/index.html" title="REST API documentation">REST API 
documentation</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span2 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Standard</li>
+                                               <li >
+                                                       <a 
href="https://www.oasis-open.org/committees/cxs/"; title="OASIS Context Server 
Technical Committee" class="externalLink">OASIS Context Server Technical 
Committee</a>
+                                               </li>
+                                               <li 
class="nav-header">Community</li>
+                                               <li >
+                                                       <a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../team-list.html" title="Team">Team</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../maturity-model-report.html" title="Maturity model report 
card">Maturity model report card</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="http://www.apache.org"; title="The Apache Software Foundation" 
class="externalLink">The Apache Software Foundation</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="http://www.apache.org/foundation/sponsorship.html"; title="Sponsorship" 
class="externalLink">Sponsorship</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="http://www.apache.org/foundation/thanks.html"; title="Thanks" 
class="externalLink">Thanks</a>
+                                               </li>
+                                               <li 
class="nav-header">Privacy</li>
+                                               <li >
+                                                       <a 
href="../../privacy-policy.html" title="Site policy">Site policy</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-description">
+                                       <blockquote>Powered by Apache 
Karaf</blockquote>
+                               </div>
+                       </div>
+               </div>
+       </footer>
+
+       <div class="container subfooter">
+               <div class="row">
+                       <div class="span12">
+                               <p class="pull-right"><a href="#">Back to 
top</a></p>
+                               <p class="copyright">Copyright &copy;2014-2017 
<a href="http://www.apache.org";>Apache Software Foundation</a>. All Rights 
Reserved.</p>
+                               <p><a 
href="http://github.com/andriusvelykis/reflow-maven-skin"; title="Reflow Maven 
skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt"; 
target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
+                       </div>
+               </div>
+       </div>
+
+       <!-- Le javascript
+       ================================================== -->
+       <!-- Placed at the end of the document so the pages load faster -->
+       <script 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js";></script>
+
+       <script 
src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js";></script>
+       <script src="../..//js/lightbox.min.js"></script>
+       <script src="../..//js/reflow-scroll.js"></script>
+       <script 
src="http://yandex.st/highlightjs/7.5/highlight.min.js";></script>
+
+       <script src="../..//js/reflow-skin.js"></script>
+
+       </body>
+</html>
\ No newline at end of file

Added: incubator/unomi/website/unomi-tools/shell-commands/plugins.html
URL: 
http://svn.apache.org/viewvc/incubator/unomi/website/unomi-tools/shell-commands/plugins.html?rev=1811953&view=auto
==============================================================================
--- incubator/unomi/website/unomi-tools/shell-commands/plugins.html (added)
+++ incubator/unomi/website/unomi-tools/shell-commands/plugins.html Thu Oct 12 
12:30:33 2017
@@ -0,0 +1,365 @@
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2017-10-12
+ Rendered using Reflow Maven Skin 1.1.1 
(http://andriusvelykis.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+       <head>
+               <meta charset="UTF-8" />
+               <title>Project Plugins | Apache Unomi :: Tools :: Shell 
commands</title>
+               <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
+               <meta name="description" content="" />
+               <meta http-equiv="content-language" content="en" />
+ 
+               <link 
href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap.min.css";
 rel="stylesheet" />
+               <link href="../..//css/docs.css" rel="stylesheet" />
+               <link href="../..//css/reflow-skin.css" rel="stylesheet" />
+
+               <link 
href="http://yandex.st/highlightjs/7.5/styles/github.min.css"; rel="stylesheet" 
/>
+
+               <link href="../..//css/lightbox.css" rel="stylesheet" />
+
+               <link href="../..//css/site.css" rel="stylesheet" />
+               <link href="../..//css/print.css" rel="stylesheet" 
media="print" />
+
+               <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+               <!--[if lt IE 9]>
+                       <script 
src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
+               <![endif]-->
+
+
+
+               <!-- Google Analytics -->
+               <script type="text/javascript">
+
+                       var _gaq = _gaq || [];
+                       _gaq.push(['_setAccount', 'UA-70313240-1']);
+                       _gaq.push(['_trackPageview']);
+
+                       (function() {
+                               var ga = document.createElement('script'); 
ga.type = 'text/javascript'; ga.async = true;
+                               ga.src = ('https:' == 
document.location.protocol ? 'https://ssl' : 'http://www') + 
'.google-analytics.com/ga.js';
+                               var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+                       })();
+
+               </script>
+               </head>
+
+       <body class="page-plugins project-shell-commands" data-spy="scroll" 
data-offset="60" data-target="#toc-scroll-target">
+
+               <div class="navbar navbar-fixed-top">
+                       <div class="navbar-inner">
+                               <div class="container">
+                                       <a class="btn btn-navbar" 
data-toggle="collapse" data-target="#top-nav-collapse">
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                       </a>
+                                       <a class="brand" href="../.."><img 
src="http://unomi.incubator.apache.org/images/unomi-86x20.png"; /></a>
+                                       <div class="nav-collapse collapse" 
id="top-nav-collapse">
+                                               <ul class="nav pull-right">
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Download <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../download.html" title="Packages">Packages</a></li>
+                                                                       <li ><a 
href="../../license.html" title="License">License</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Documentation <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../" title="Site Home">Site Home</a></li>
+                                                                       <li ><a 
href="../../main.html" title="Main documentation">Main documentation</a></li>
+                                                                       <li ><a 
href="../../usecases.html" title="More use cases">More use cases</a></li>
+                                                                       <li ><a 
href="../../rest-api-doc/index.html" title="REST API documentation">REST API 
documentation</a></li>
+                                                                       <li ><a 
href="../../unomi-api/apidocs/index.html" title="API Javadoc">API 
Javadoc</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Standard <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="https://www.oasis-open.org/committees/cxs/"; title="OASIS Context Server 
Technical Committee" class="externalLink">OASIS Context Server Technical 
Committee</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Community <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a></li>
+                                                                       <li ><a 
href="../../team-list.html" title="Team">Team</a></li>
+                                                                       <li ><a 
href="../../maturity-model-report.html" title="Maturity model report 
card">Maturity model report card</a></li>
+                                                                       <li ><a 
href="http://www.apache.org"; title="The Apache Software Foundation" 
class="externalLink">The Apache Software Foundation</a></li>
+                                                                       <li ><a 
href="http://www.apache.org/foundation/sponsorship.html"; title="Sponsorship" 
class="externalLink">Sponsorship</a></li>
+                                                                       <li ><a 
href="http://www.apache.org/foundation/thanks.html"; title="Thanks" 
class="externalLink">Thanks</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Privacy <b class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../privacy-policy.html" title="Site policy">Site policy</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Contribute <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a></li>
+                                                                       <li ><a 
href="../../source-repository.html" title="Source">Source</a></li>
+                                                                       <li ><a 
href="../../issue-tracking.html" title="Issues">Issues</a></li>
+                                                               </ul>
+                                                       </li>
+                                               </ul>
+                                       </div><!--/.nav-collapse -->
+                               </div>
+                       </div>
+               </div>
+
+       <div class="container">
+
+       <!-- Masthead
+       ================================================== -->
+
+       <header>
+               <div>
+                       <ul class="breadcrumb">
+                               <li class="publishDate version-date">Last 
Published: 2017-10-12</li>
+                       </ul>
+               </div>
+       </header>
+
+       <div class="main-body">
+       <div class="row">
+               <div class="span8">
+                       <div class="body-content">
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Project_Build_Plugins">Project Build Plugins</h2>
+ </div> 
+ <a name="Project_Build_Plugins"></a> 
+ <table border="0" class="bodyTable table table-striped table-hover"> 
+  <thead> 
+   <tr class="a"> 
+    <th>GroupId</th> 
+    <th>ArtifactId</th> 
+    <th>Version</th> 
+   </tr> 
+  </thead> 
+  <tbody> 
+   <tr class="b"> 
+    <td>external.atlassian.jgitflow</td> 
+    <td><a class="externalLink" 
href="https://www.bitbucket.org/atlassian/jgit-flow/jgitflow-maven-plugin";>jgitflow-maven-plugin</a></td>
 
+    <td>1.0-m5.1</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.felix</td> 
+    <td><a class="externalLink" 
href="http://felix.apache.org/maven-bundle-plugin/";>maven-bundle-plugin</a></td>
 
+    <td>2.5.4</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-clean-plugin/";>maven-clean-plugin</a></td>
 
+    <td>2.5</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-compiler-plugin/";>maven-compiler-plugin</a></td>
 
+    <td>3.2</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-deploy-plugin/";>maven-deploy-plugin</a></td>
 
+    <td>2.8.2</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-install-plugin/";>maven-install-plugin</a></td>
 
+    <td>2.5.2</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-javadoc-plugin/";>maven-javadoc-plugin</a></td>
 
+    <td>2.10.4</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-remote-resources-plugin/";>maven-remote-resources-plugin</a></td>
 
+    <td>1.5</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-resources-plugin/";>maven-resources-plugin</a></td>
 
+    <td>2.6</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-scm-publish-plugin";>maven-scm-publish-plugin</a></td>
 
+    <td>1.1</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-site-plugin/";>maven-site-plugin</a></td>
 
+    <td>3.4</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/surefire/maven-surefire-plugin";>maven-surefire-plugin</a></td>
 
+    <td>2.18.1</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.apache.rat</td> 
+    <td><a class="externalLink" 
href="http://creadur.apache.org/rat/apache-rat-plugin/";>apache-rat-plugin</a></td>
 
+    <td>0.11</td> 
+   </tr> 
+  </tbody> 
+ </table> 
+</div> 
+<div class="section"> 
+ <h2 id="Project_Report_Plugins">Project Report Plugins</h2> 
+ <a name="Project_Report_Plugins"></a> 
+ <table border="0" class="bodyTable table table-striped table-hover"> 
+  <thead> 
+   <tr class="a"> 
+    <th>GroupId</th> 
+    <th>ArtifactId</th> 
+    <th>Version</th> 
+   </tr> 
+  </thead> 
+  <tbody> 
+   <tr class="b"> 
+    <td>org.apache.maven.plugins</td> 
+    <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/";>maven-project-info-reports-plugin</a></td>
 
+    <td>2.9</td> 
+   </tr> 
+  </tbody> 
+ </table> 
+</div>
+                       </div>
+               </div>
+               <div class="span4">
+                       <div id="toc-sidebar">
+                               <div class="well">
+                                       <ul class="nav nav-list">
+                                               <li class="nav-header">Table of 
Contents</li>
+               <li><a href="#Project_Build_Plugins" title="Project Build 
Plugins">Project Build Plugins</a>
+               <li><a href="#Project_Report_Plugins" title="Project Report 
Plugins">Project Report Plugins</a>
+                                       </ul>
+                               </div>
+                       </div>
+               </div>
+       </div>
+       </div>
+
+       </div><!-- /container -->
+
+       <!-- Footer
+       ================================================== -->
+       <footer class="well">
+               <div class="container">
+                       <div class="row">
+                               <div class="span2 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Download</li>
+                                               <li >
+                                                       <a 
href="../../download.html" title="Packages">Packages</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../license.html" title="License">License</a>
+                                               </li>
+                                               <li 
class="nav-header">Contribute</li>
+                                               <li >
+                                                       <a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../source-repository.html" title="Source">Source</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../issue-tracking.html" title="Issues">Issues</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span2 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Documentation</li>
+                                               <li >
+                                                       <a href="../../" 
title="Site Home">Site Home</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../main.html" title="Main documentation">Main documentation</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../usecases.html" title="More use cases">More use cases</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../rest-api-doc/index.html" title="REST API documentation">REST API 
documentation</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span2 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Standard</li>
+                                               <li >
+                                                       <a 
href="https://www.oasis-open.org/committees/cxs/"; title="OASIS Context Server 
Technical Committee" class="externalLink">OASIS Context Server Technical 
Committee</a>
+                                               </li>
+                                               <li 
class="nav-header">Community</li>
+                                               <li >
+                                                       <a 
href="../../mail-lists.html" title="Mailing lists">Mailing lists</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../team-list.html" title="Team">Team</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../../maturity-model-report.html" title="Maturity model report 
card">Maturity model report card</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="http://www.apache.org"; title="The Apache Software Foundation" 
class="externalLink">The Apache Software Foundation</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="http://www.apache.org/foundation/sponsorship.html"; title="Sponsorship" 
class="externalLink">Sponsorship</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="http://www.apache.org/foundation/thanks.html"; title="Thanks" 
class="externalLink">Thanks</a>
+                                               </li>
+                                               <li 
class="nav-header">Privacy</li>
+                                               <li >
+                                                       <a 
href="../../privacy-policy.html" title="Site policy">Site policy</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-description">
+                                       <blockquote>Powered by Apache 
Karaf</blockquote>
+                               </div>
+                       </div>
+               </div>
+       </footer>
+
+       <div class="container subfooter">
+               <div class="row">
+                       <div class="span12">
+                               <p class="pull-right"><a href="#">Back to 
top</a></p>
+                               <p class="copyright">Copyright &copy;2014-2017 
<a href="http://www.apache.org";>Apache Software Foundation</a>. All Rights 
Reserved.</p>
+                               <p><a 
href="http://github.com/andriusvelykis/reflow-maven-skin"; title="Reflow Maven 
skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt"; 
target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
+                       </div>
+               </div>
+       </div>
+
+       <!-- Le javascript
+       ================================================== -->
+       <!-- Placed at the end of the document so the pages load faster -->
+       <script 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js";></script>
+
+       <script 
src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js";></script>
+       <script src="../..//js/lightbox.min.js"></script>
+       <script src="../..//js/reflow-scroll.js"></script>
+       <script 
src="http://yandex.st/highlightjs/7.5/highlight.min.js";></script>
+
+       <script src="../..//js/reflow-skin.js"></script>
+
+       </body>
+</html>
\ No newline at end of file


Reply via email to