Content on https://www.eclipse.org/m2e/ is heavily outdated #192

Issue: #192

Change-Id: I11d31c3922d996b226ea1ba97a782b145d02a811
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
diff --git a/documentation/m2e-development-environment.html b/documentation/m2e-development-environment.html
index 07c42ce..51f3820 100644
--- a/documentation/m2e-development-environment.html
+++ b/documentation/m2e-development-environment.html
@@ -103,7 +103,7 @@
     </ul>
     <h4 class="headline">Developers</h2>
     <ul class="unstyled">
-      <li><a href="/m2e/documentation/m2e-development-environment.html">Developement Environment Setup</a></li>
+      <li><a href="https://github.com/eclipse-m2e/m2e-core/blob/master/CONTRIBUTING.md">Development Environment Setup</a></li>
     </ul>
     <h4 class="headline">Extension Developers</h2>
     <ul class="unstyled">
@@ -112,6 +112,7 @@
     </ul>
     <h4 class="headline">Release Notes</h2>
     <ul class="unstyled">
+      <li><a href="/m2e/documentation/release-notes-116.html">M2Eclipse 1.16</a></li>
       <li><a href="/m2e/documentation/release-notes-19.html">M2Eclipse 1.9</a></li>
       <li><a href="/m2e/documentation/release-notes-18.html">M2Eclipse 1.8</a></li>
       <li><a href="/m2e/documentation/release-notes-17.html">M2Eclipse 1.7</a></li>
@@ -245,4 +246,4 @@
         <script src="/m2e/assets/plugins/respond.js"></script>
     <![endif]-->
   </body>
-</html>	
\ No newline at end of file
+</html>	
diff --git a/documentation/m2e-documentation.html b/documentation/m2e-documentation.html
index 2771e2a..5603e69 100644
--- a/documentation/m2e-documentation.html
+++ b/documentation/m2e-documentation.html
@@ -109,6 +109,7 @@
     </ul>
     <h4 class="headline">Release Notes</h2>
     <ul class="unstyled">
+      <li><a href="/m2e/documentation/release-notes-116.html">M2Eclipse 1.16</a></li>
       <li><a href="/m2e/documentation/release-notes-19.html">M2Eclipse 1.9</a></li>
       <li><a href="/m2e/documentation/release-notes-18.html">M2Eclipse 1.8</a></li>
       <li><a href="/m2e/documentation/release-notes-17.html">M2Eclipse 1.7</a></li>
@@ -173,4 +174,4 @@
         <script src="/m2e/assets/plugins/respond.js"></script>
     <![endif]-->
   </body>
-</html>	
\ No newline at end of file
+</html>	
diff --git a/documentation/m2e-execution-not-covered.html b/documentation/m2e-execution-not-covered.html
index 76f3d05..afe5fcf 100644
--- a/documentation/m2e-execution-not-covered.html
+++ b/documentation/m2e-execution-not-covered.html
@@ -100,7 +100,7 @@
     </ul>
     <h4 class="headline">Developers</h2>
     <ul class="unstyled">
-      <li><a href="/m2e/documentation/m2e-development-environment.html">Developement Environment Setup</a></li>
+     <li><a href="https://github.com/eclipse-m2e/m2e-core/blob/master/CONTRIBUTING.md">Development Environment Setup</a></li>
     </ul>
     <h4 class="headline">Extension Developers</h2>
     <ul class="unstyled">
@@ -109,6 +109,7 @@
     </ul>
     <h4 class="headline">Release Notes</h2>
     <ul class="unstyled">
+      <li><a href="/m2e/documentation/release-notes-116.html">M2Eclipse 1.16</a></li>
       <li><a href="/m2e/documentation/release-notes-19.html">M2Eclipse 1.9</a></li>
       <li><a href="/m2e/documentation/release-notes-18.html">M2Eclipse 1.8</a></li>
       <li><a href="/m2e/documentation/release-notes-17.html">M2Eclipse 1.7</a></li>
@@ -197,7 +198,7 @@
   <li><p>Installed M2Eclipse extensions (in no particular order)</p></li>
   <li><p>M2Eclipse 1.1+ lifecycle mapping metadata provided by maven plugin (see below)</p></li>
   <li><p>Default lifecycle mapping metadata shipped with M2Eclipse</p></li>
-</ol><p>M2Eclipse uses the first applicable mapping found.</p><h3><a href="#lifecycle-mapping-metadata-provided-by-maven-plugin" name="lifecycle-mapping-metadata-provided-by-maven-plugin">Lifecycle mapping metadata provided by maven plugin</a></h3><p>Starting with m2e 1.1, maven plugin developers are able to provide lifecycle mapping metadata as part of the plugin itself. If present, such mapping metadata will be automatically used by m2e, thus eliminating the need for plugin specific project configurator and/or lifecycle mapping metadata in pom.xml.</p><p>[M2E compatible maven plugins](M2E compatible maven plugins &ldquo;wikilink&rdquo;) wiki page provides more information about developing m2e-compatible maven plugins that do not require external build lifecycle mapping configuration.</p><h3><a href="#eclipse-workspace-lifecycle-mapping-metadata" name="eclipse-workspace-lifecycle-mapping-metadata">Eclipse workspace lifecycle mapping metadata</a></h3><p>Starting with M2Eclipse 1.2, it is now possible to configure lifecycle mapping metadata in m2e workspace preferences. Plugin goals can be ignored at workspace level using new quick-fix, which is available both from <code>pom.xml</code> editor and from Problems view. It is also possible to edit lifecycle mapping xml file directly. The file can be opened from Preferences-&gt;Maven-&gt;LifecycleMappings.</p><h2><a href="#viewing-effective-lifecycle-mapping" name="viewing-effective-lifecycle-mapping">Viewing Effective Lifecycle Mapping</a></h2><p>Starting with M2Eclipse 1.1, it is now possible to see effective lifecycle mapping in Maven-&gt;LifecycleMapping project properties.</p><p><img src="/assets/img/m2e-project-properties-lifecyclemapping.png" alt="Lifecycle""/></p><h2><a href="#help-improve-m2eclipse-maven-plugin-coverage" name="help-improve-m2eclipse-maven-plugin-coverage">Help Improve M2Eclipse Maven Plugin Coverage</a></h2><p>First and foremost, you need to understand the desired behaviour. In most cases this should be limited to IDE usecase, i.e. editing sources and running tests, and not the complete Maven build, so plugin goals that publish build results to a remote repository can be ignored without any adverse side effects, while java source code generation most likely is necessary.</p><p>If the desired behaviour is applicable to other Maven projects using the plugin goal, we strongly recommend documenting your findings in m2e <a href="https://bugs.eclipse.org/bugs/">bugzilla</a>. Please use &ldquo;[mojo] plugin-artifact-id:goal support&rdquo; bugzilla summary and make sure to <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=m2e&content=mojo">search for existing records</a>. When submitting new request, please provide standalone example project and detailed description of desired behaviour when the project is imported in Eclipse workspace. This will allow other users and interested developers to track popularity of various Maven plugins and schedule implementation work accordingly.</p><p><a href="/documentation/m2e-extension-development.html">M2E Extension Development</a> has pointers how to develop M2Eclipse extensions.</p><h2><a href="#common-problems" name="common-problems">Common Problems</a></h2><p>Some Maven plugins are recognized as problematic and will produce error markers with a text similar to: <em>maven-dependency-plugin (goals &ldquo;copy-dependencies&rdquo;,&ldquo;unpack&rdquo;) is not supported by M2Eclipse</em></p><p>In version 1.0 there is no quick fix available for this but it is possible to define a lifecycle mapping for the plugin as well (as shown in <em>ignore plugin goal</em> above). Which removes the error marker.</p><h2>Eclipse 4.2 Adds Default Mapping</h2><p>If you are using Eclipse 4.2 and have troubles with mapping and won&rsquo;t put mess into yours pom.xml create new file lifecycle-mapping-metadata.xml configure it in <strong>Windows -&gt; Preferences -&gt; Maven -&gt; Lifecycle mapping</strong> . (don&rsquo;t forget press <em>Reload workspace lifecycle mappings metadata</em> after each change of this file!).</p><p>If you have multiple Eclipse workspaces and/or work in a team, it is easy to get workspace-level configuration out-of-sync. This is unlikely to cause any confusion for &lt;ignore /&gt; mappings, but for &lt;execute /&gt; and &lt;configurator /&gt; mappings configuration in pom.xml or maven-plugin is strongly recommended.</p><p>Here is example based on eclipse/plugins/org.eclipse.m2e.lifecyclemapping.defaults_1.2.0.20120903-1050.jar/lifecycle-mapping-metadata.xml</p>
+</ol><p>M2Eclipse uses the first applicable mapping found.</p><h3><a href="#lifecycle-mapping-metadata-provided-by-maven-plugin" name="lifecycle-mapping-metadata-provided-by-maven-plugin">Lifecycle mapping metadata provided by maven plugin</a></h3><p>Starting with m2e 1.1, maven plugin developers are able to provide lifecycle mapping metadata as part of the plugin itself. If present, such mapping metadata will be automatically used by m2e, thus eliminating the need for plugin specific project configurator and/or lifecycle mapping metadata in pom.xml.</p><p>[M2E compatible maven plugins](M2E compatible maven plugins &ldquo;wikilink&rdquo;) wiki page provides more information about developing m2e-compatible maven plugins that do not require external build lifecycle mapping configuration.</p><h3><a href="#eclipse-workspace-lifecycle-mapping-metadata" name="eclipse-workspace-lifecycle-mapping-metadata">Eclipse workspace lifecycle mapping metadata</a></h3><p>Starting with M2Eclipse 1.2, it is now possible to configure lifecycle mapping metadata in m2e workspace preferences. Plugin goals can be ignored at workspace level using new quick-fix, which is available both from <code>pom.xml</code> editor and from Problems view. It is also possible to edit lifecycle mapping xml file directly. The file can be opened from Preferences-&gt;Maven-&gt;LifecycleMappings.</p><h2><a href="#viewing-effective-lifecycle-mapping" name="viewing-effective-lifecycle-mapping">Viewing Effective Lifecycle Mapping</a></h2><p>Starting with M2Eclipse 1.1, it is now possible to see effective lifecycle mapping in Maven-&gt;LifecycleMapping project properties.</p><p><img src="/m2e/assets/img/m2e-project-properties-lifecyclemapping.png" alt="Lifecycle""/></p><h2><a href="#help-improve-m2eclipse-maven-plugin-coverage" name="help-improve-m2eclipse-maven-plugin-coverage">Help Improve M2Eclipse Maven Plugin Coverage</a></h2><p>First and foremost, you need to understand the desired behaviour. In most cases this should be limited to IDE usecase, i.e. editing sources and running tests, and not the complete Maven build, so plugin goals that publish build results to a remote repository can be ignored without any adverse side effects, while java source code generation most likely is necessary.</p><p>If the desired behaviour is applicable to other Maven projects using the plugin goal, we strongly recommend documenting your findings in m2e <a href="https://bugs.eclipse.org/bugs/">bugzilla</a>. Please use &ldquo;[mojo] plugin-artifact-id:goal support&rdquo; bugzilla summary and make sure to <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=m2e&content=mojo">search for existing records</a>. When submitting new request, please provide standalone example project and detailed description of desired behaviour when the project is imported in Eclipse workspace. This will allow other users and interested developers to track popularity of various Maven plugins and schedule implementation work accordingly.</p><p><a href="/documentation/m2e-extension-development.html">M2E Extension Development</a> has pointers how to develop M2Eclipse extensions.</p><h2><a href="#common-problems" name="common-problems">Common Problems</a></h2><p>Some Maven plugins are recognized as problematic and will produce error markers with a text similar to: <em>maven-dependency-plugin (goals &ldquo;copy-dependencies&rdquo;,&ldquo;unpack&rdquo;) is not supported by M2Eclipse</em></p><p>In version 1.0 there is no quick fix available for this but it is possible to define a lifecycle mapping for the plugin as well (as shown in <em>ignore plugin goal</em> above). Which removes the error marker.</p><h2>Eclipse 4.2 Adds Default Mapping</h2><p>If you are using Eclipse 4.2 and have troubles with mapping and won&rsquo;t put mess into yours pom.xml create new file lifecycle-mapping-metadata.xml configure it in <strong>Windows -&gt; Preferences -&gt; Maven -&gt; Lifecycle mapping</strong> . (don&rsquo;t forget press <em>Reload workspace lifecycle mappings metadata</em> after each change of this file!).</p><p>If you have multiple Eclipse workspaces and/or work in a team, it is easy to get workspace-level configuration out-of-sync. This is unlikely to cause any confusion for &lt;ignore /&gt; mappings, but for &lt;execute /&gt; and &lt;configurator /&gt; mappings configuration in pom.xml or maven-plugin is strongly recommended.</p><p>Here is example based on eclipse/plugins/org.eclipse.m2e.lifecyclemapping.defaults_1.2.0.20120903-1050.jar/lifecycle-mapping-metadata.xml</p>
 <pre class="prettyprint linenums">
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;lifecycleMappingMetadata&gt;
@@ -330,4 +331,4 @@
         <script src="/m2e/assets/plugins/respond.js"></script>
     <![endif]-->
   </body>
-</html>	
\ No newline at end of file
+</html>	
diff --git a/documentation/m2e-extension-development.html b/documentation/m2e-extension-development.html
index 0f2c062..519fc14 100644
--- a/documentation/m2e-extension-development.html
+++ b/documentation/m2e-extension-development.html
@@ -100,7 +100,7 @@
     </ul>
     <h4 class="headline">Developers</h2>
     <ul class="unstyled">
-      <li><a href="/m2e/documentation/m2e-development-environment.html">Developement Environment Setup</a></li>
+      <li><a href="https://github.com/eclipse-m2e/m2e-core/blob/master/CONTRIBUTING.md">Development Environment Setup</a></li>
     </ul>
     <h4 class="headline">Extension Developers</h2>
     <ul class="unstyled">
@@ -109,6 +109,7 @@
     </ul>
     <h4 class="headline">Release Notes</h2>
     <ul class="unstyled">
+      <li><a href="/m2e/documentation/release-notes-116.html">M2Eclipse 1.16</a></li>
       <li><a href="/m2e/documentation/release-notes-19.html">M2Eclipse 1.9</a></li>
       <li><a href="/m2e/documentation/release-notes-18.html">M2Eclipse 1.8</a></li>
       <li><a href="/m2e/documentation/release-notes-17.html">M2Eclipse 1.7</a></li>
@@ -409,4 +410,4 @@
         <script src="/m2e/assets/plugins/respond.js"></script>
     <![endif]-->
   </body>
-</html>	
\ No newline at end of file
+</html>	
diff --git a/documentation/m2e-faq.html b/documentation/m2e-faq.html
index 4ee1680..da5e60f 100644
--- a/documentation/m2e-faq.html
+++ b/documentation/m2e-faq.html
@@ -100,7 +100,7 @@
     </ul>
     <h4 class="headline">Developers</h2>
     <ul class="unstyled">
-      <li><a href="/m2e/documentation/m2e-development-environment.html">Developement Environment Setup</a></li>
+      <li><a href="https://github.com/eclipse-m2e/m2e-core/blob/master/CONTRIBUTING.md">Development Environment Setup</a></li>
     </ul>
     <h4 class="headline">Extension Developers</h2>
     <ul class="unstyled">
@@ -109,6 +109,7 @@
     </ul>
     <h4 class="headline">Release Notes</h2>
     <ul class="unstyled">
+      <li><a href="/m2e/documentation/release-notes-116.html">M2Eclipse 1.16</a></li>
       <li><a href="/m2e/documentation/release-notes-19.html">M2Eclipse 1.9</a></li>
       <li><a href="/m2e/documentation/release-notes-18.html">M2Eclipse 1.8</a></li>
       <li><a href="/m2e/documentation/release-notes-17.html">M2Eclipse 1.7</a></li>
@@ -242,4 +243,4 @@
         <script src="/m2e/assets/plugins/respond.js"></script>
     <![endif]-->
   </body>
-</html>	
\ No newline at end of file
+</html>	
diff --git a/documentation/m2e-making-maven-plugins-compat.html b/documentation/m2e-making-maven-plugins-compat.html
index ff49b3a..5dd26fe 100644
--- a/documentation/m2e-making-maven-plugins-compat.html
+++ b/documentation/m2e-making-maven-plugins-compat.html
@@ -100,7 +100,7 @@
     </ul>
     <h4 class="headline">Developers</h2>
     <ul class="unstyled">
-      <li><a href="/m2e/documentation/m2e-development-environment.html">Developement Environment Setup</a></li>
+      <li><a href="https://github.com/eclipse-m2e/m2e-core/blob/master/CONTRIBUTING.md">Development Environment Setup</a></li>
     </ul>
     <h4 class="headline">Extension Developers</h2>
     <ul class="unstyled">
@@ -109,6 +109,7 @@
     </ul>
     <h4 class="headline">Release Notes</h2>
     <ul class="unstyled">
+      <li><a href="/m2e/documentation/release-notes-116.html">M2Eclipse 1.16</a></li>
       <li><a href="/m2e/documentation/release-notes-19.html">M2Eclipse 1.9</a></li>
       <li><a href="/m2e/documentation/release-notes-18.html">M2Eclipse 1.8</a></li>
       <li><a href="/m2e/documentation/release-notes-17.html">M2Eclipse 1.7</a></li>
@@ -274,4 +275,4 @@
         <script src="/m2e/assets/plugins/respond.js"></script>
     <![endif]-->
   </body>
-</html>	
\ No newline at end of file
+</html>	
diff --git a/documentation/m2e-making-maven-plugins-m2e-compat.html b/documentation/m2e-making-maven-plugins-m2e-compat.html
index 86534ee..45f2e41 100644
--- a/documentation/m2e-making-maven-plugins-m2e-compat.html
+++ b/documentation/m2e-making-maven-plugins-m2e-compat.html
@@ -95,7 +95,7 @@
     </ul>  
     <h4 class="headline">Developers</h2>
     <ul class="unstyled">
-      <li><a href="/m2e/documentation/m2e-development-environment.html">Developement Environment Setup</a></li>
+      <li><a href="https://github.com/eclipse-m2e/m2e-core/blob/master/CONTRIBUTING.md">Development Environment Setup</a></li>
     </ul>  
     <h4 class="headline">Extension Developers</h2>
     <ul class="unstyled">
@@ -398,4 +398,4 @@
         <script src="/m2e/assets/plugins/respond.js"></script>
     <![endif]-->
   </body>
-</html>	
\ No newline at end of file
+</html>	
diff --git a/documentation/release-notes-116.html b/documentation/release-notes-116.html
new file mode 100644
index 0000000..5267d97
--- /dev/null
+++ b/documentation/release-notes-116.html
@@ -0,0 +1,178 @@
+<!DOCTYPE html>
+<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->  
+<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->  
+<!--[if !IE]><!-->
+<html lang="en"> <!--<![endif]-->
+  <head>
+    <title>M2Eclipse | 1.9 Release Notes</title>
+    <!-- Meta -->
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="description" content="M2Eclipse provides tight integration for Apache Maven into the Eclipse IDE." />
+    <meta name="author" content="eclipse.org" />
+    <meta property="twitter:account_id" content="15710507" />      
+    <!-- CSS Global Compulsory-->
+    <link rel="stylesheet" href="/m2e/assets/plugins/bootstrap/css/bootstrap.css" />
+    <link rel="stylesheet" href="/m2e/assets/css/style.css" />
+    <link rel="stylesheet" href="/m2e/assets/css/m2eclipse.css" />
+    <link rel="shortcut icon" href="/m2e/assets/img/favicon.ico" />        
+    <!-- CSS Implementing Plugins -->
+    <link rel="stylesheet" href="/m2e/assets/plugins/font-awesome/css/font-awesome.css" />    
+    <!-- GA -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+      ga('create', 'UA-56202333-1', 'eclipse.org');
+      ga('send', 'pageview');
+
+    </script>
+  </head>
+
+  <body>
+    <div class="wrap">
+      
+            <div class="header">
+        <div class="navbar navbar-default navbar-fixed-top" role="navigation">
+          <div class="navbar-inner">
+          <div class="container">
+            <!-- Brand and toggle get grouped for better mobile display -->
+            <div class="navbar-header">
+              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+              </button>
+              <a class="navbar-brand" href="/m2e/index.html"> 
+                <img id="logo-header" src="/m2e/assets/img/m2e_logo.png" alt="M2Eclipse" width="150" height="61" />
+              </a>
+            </div>
+
+            <!-- Collect the nav links, forms, and other content for toggling -->
+            <div class="collapse navbar-collapse navbar-responsive-collapse">
+              <ul class="nav navbar-nav navbar-left">
+              
+                  
+                  
+                  <li class="">
+                      <a href="/m2e/m2e-news.html">News</a>
+                  </li>
+                
+                  
+                  
+                  <li class="">
+                      <a href="/m2e/m2e-downloads.html">Download</a>
+                  </li>
+                
+                  
+                  
+                  <li class="">
+                      <a href="/m2e/documentation/m2e-documentation.html">Documentation</a>
+                  </li>
+                
+                  
+                  
+                  <li class="">
+                      <a href="/m2e/m2e-community.html">Community</a>
+                  </li>
+                
+              </ul>
+            </div>
+          </div>
+          </div>
+        </div>
+      </div><!-- END header -->
+      
+      <div class="margin-bottom-20"></div>
+        <div class="container">
+          <div class="margin-bottom-100"></div>
+
+          <div class="row">
+  <div class="col-md-3">
+    <div class="docNavigation affix">
+    <div class="margin-bottom-30"></div>
+    <h4 class="headline">Users</h2>
+    <ul class="unstyled">
+      <li><a href="/m2e/documentation/m2e-faq.html">FAQ</a></li>
+      <li><a href="/m2e/documentation/m2e-execution-not-covered.html">Execution Not Covered</a></li>
+    </ul>
+    <h4 class="headline">Developers</h2>
+    <ul class="unstyled">
+      <li><a href="https://github.com/eclipse-m2e/m2e-core/blob/master/CONTRIBUTING.md">Development Environment Setup</a></li>
+    </ul>
+    <h4 class="headline">Extension Developers</h2>
+    <ul class="unstyled">
+      <li><a href="/m2e/documentation/m2e-extension-development.html">Getting Started</a></li>
+      <li><a href="/m2e/documentation/m2e-making-maven-plugins-compat.html">Making Maven Plugins Compatible</a></li>
+    </ul>
+    <h4 class="headline">Release Notes</h2>
+    <ul class="unstyled">
+      <li><a href="/m2e/documentation/release-notes-116.html">M2Eclipse 1.16</a></li>
+      <li><a href="/m2e/documentation/release-notes-19.html">M2Eclipse 1.9</a></li>
+      <li><a href="/m2e/documentation/release-notes-18.html">M2Eclipse 1.8</a></li>
+      <li><a href="/m2e/documentation/release-notes-17.html">M2Eclipse 1.7</a></li>
+      <li><a href="/m2e/documentation/release-notes-16.html">M2Eclipse 1.6</a></li>
+      <li><a href="/m2e/documentation/release-notes-15.html">M2Eclipse 1.5</a></li>
+    </ul>
+    </div>
+  </div>
+  <div class="col-md-9 docs">
+  <p><a href="https://www.eclipse.org/m2e">M2Eclipse</a> released version 1.16.0 as part of the Eclipse IDE 2020-06 release train. This 1.16.0 release fixes some bugs, and introduce (opt-in) a new textual editor for pom.xml files based on language servers. Some internal refactorings took place to allow removing requirements SSE.UI components..</p>
+
+  </div>
+</div>
+            
+        </div>
+    </div><!-- END wrap -->
+    
+        <div class="stickyFooter">
+      <div class="footer">
+        <div class="container">
+          <div class="row">
+            <div class="col-md-4 md-margin-bottom-40"></div><!--/col-md-4-->
+            <div class="col-md-4 md-margin-bottom-40">            </div>
+            <div class="col-md-4">
+            </div>
+          </div>
+        </div>
+      </div>
+      <div class="copyright">
+        <div class="container">
+          <div class="row">
+            <div class="col-md-6">
+              <p class="copyright-space">
+                <a href="https://www.eclipse.org/">Home</a> | <a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a> | <a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a> | <a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a> | <a href="https://www.eclipse.org/legal/">Legal</a> | <a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a>
+              </p>
+            </div>
+            <div class="col-md-6" align="right">
+              <p class="copyright-space">
+                Copyright &copy;
+                2016 The Eclipse Foundation. All Rights Reserved.
+              </p>
+            </div>
+          </div>
+        </div>
+      </div>
+    </div>
+
+
+    <!-- JS Global Compulsory -->
+    <script type="text/javascript" src="/m2e/assets/plugins/jquery-1.10.2.min.js"></script>
+    <script type="text/javascript" src="/m2e/assets/plugins/jquery-migrate-1.2.1.min.js"></script>
+    <script type="text/javascript" src="/m2e/assets/plugins/bootstrap/js/bootstrap.min.js"></script>
+    <script type="text/javascript" src="/m2e/assets/plugins/hover-dropdown.min.js"></script>
+    <script type="text/javascript" src="/m2e/assets/plugins/back-to-top.js"></script>
+    <!-- TESTING JS -->
+    <script type="text/javascript" src="/m2e/assets/plugins/app.js"></script>
+    <script type="text/javascript">
+        jQuery(document).ready(function() {
+            App.init();
+        });
+    </script>
+    <!--[if lt IE 9]>
+        <script src="/m2e/assets/plugins/respond.js"></script>
+    <![endif]-->
+  </body>
+</html>	
diff --git a/documentation/release-notes-15.html b/documentation/release-notes-15.html
index c72667b..9f583c2 100644
--- a/documentation/release-notes-15.html
+++ b/documentation/release-notes-15.html
@@ -100,7 +100,7 @@
     </ul>
     <h4 class="headline">Developers</h2>
     <ul class="unstyled">
-      <li><a href="/m2e/documentation/m2e-development-environment.html">Developement Environment Setup</a></li>
+      <li><a href="https://github.com/eclipse-m2e/m2e-core/blob/master/CONTRIBUTING.md">Development Environment Setup</a></li>
     </ul>
     <h4 class="headline">Extension Developers</h2>
     <ul class="unstyled">
@@ -109,6 +109,7 @@
     </ul>
     <h4 class="headline">Release Notes</h2>
     <ul class="unstyled">
+      <li><a href="/m2e/documentation/release-notes-116.html">M2Eclipse 1.16</a></li>
       <li><a href="/m2e/documentation/release-notes-19.html">M2Eclipse 1.9</a></li>
       <li><a href="/m2e/documentation/release-notes-18.html">M2Eclipse 1.8</a></li>
       <li><a href="/m2e/documentation/release-notes-17.html">M2Eclipse 1.7</a></li>
@@ -191,4 +192,4 @@
         <script src="/m2e/assets/plugins/respond.js"></script>
     <![endif]-->
   </body>
-</html>	
\ No newline at end of file
+</html>	
diff --git a/documentation/release-notes-16.html b/documentation/release-notes-16.html
index b328a25..d974240 100644
--- a/documentation/release-notes-16.html
+++ b/documentation/release-notes-16.html
@@ -100,7 +100,7 @@
     </ul>
     <h4 class="headline">Developers</h2>
     <ul class="unstyled">
-      <li><a href="/m2e/documentation/m2e-development-environment.html">Developement Environment Setup</a></li>
+      <li><a href="https://github.com/eclipse-m2e/m2e-core/blob/master/CONTRIBUTING.md">Development Environment Setup</a></li>
     </ul>
     <h4 class="headline">Extension Developers</h2>
     <ul class="unstyled">
@@ -109,6 +109,7 @@
     </ul>
     <h4 class="headline">Release Notes</h2>
     <ul class="unstyled">
+      <li><a href="/m2e/documentation/release-notes-116.html">M2Eclipse 1.16</a></li>
       <li><a href="/m2e/documentation/release-notes-19.html">M2Eclipse 1.9</a></li>
       <li><a href="/m2e/documentation/release-notes-18.html">M2Eclipse 1.8</a></li>
       <li><a href="/m2e/documentation/release-notes-17.html">M2Eclipse 1.7</a></li>
@@ -173,4 +174,4 @@
         <script src="/m2e/assets/plugins/respond.js"></script>
     <![endif]-->
   </body>
-</html>	
\ No newline at end of file
+</html>	
diff --git a/documentation/release-notes-17.html b/documentation/release-notes-17.html
index 8ab4832..44098db 100644
--- a/documentation/release-notes-17.html
+++ b/documentation/release-notes-17.html
@@ -100,7 +100,7 @@
     </ul>
     <h4 class="headline">Developers</h2>
     <ul class="unstyled">
-      <li><a href="/m2e/documentation/m2e-development-environment.html">Developement Environment Setup</a></li>
+      <li><a href="https://github.com/eclipse-m2e/m2e-core/blob/master/CONTRIBUTING.md">Development Environment Setup</a></li>
     </ul>
     <h4 class="headline">Extension Developers</h2>
     <ul class="unstyled">
@@ -109,6 +109,7 @@
     </ul>
     <h4 class="headline">Release Notes</h2>
     <ul class="unstyled">
+      <li><a href="/m2e/documentation/release-notes-116.html">M2Eclipse 1.16</a></li>
       <li><a href="/m2e/documentation/release-notes-19.html">M2Eclipse 1.9</a></li>
       <li><a href="/m2e/documentation/release-notes-18.html">M2Eclipse 1.8</a></li>
       <li><a href="/m2e/documentation/release-notes-17.html">M2Eclipse 1.7</a></li>
@@ -203,4 +204,4 @@
         <script src="/m2e/assets/plugins/respond.js"></script>
     <![endif]-->
   </body>
-</html>	
\ No newline at end of file
+</html>	
diff --git a/documentation/release-notes-18.html b/documentation/release-notes-18.html
index 0099655..b063398 100644
--- a/documentation/release-notes-18.html
+++ b/documentation/release-notes-18.html
@@ -100,7 +100,7 @@
     </ul>
     <h4 class="headline">Developers</h2>
     <ul class="unstyled">
-      <li><a href="/m2e/documentation/m2e-development-environment.html">Developement Environment Setup</a></li>
+      <li><a href="https://github.com/eclipse-m2e/m2e-core/blob/master/CONTRIBUTING.md">Development Environment Setup</a></li>
     </ul>
     <h4 class="headline">Extension Developers</h2>
     <ul class="unstyled">
@@ -109,6 +109,7 @@
     </ul>
     <h4 class="headline">Release Notes</h2>
     <ul class="unstyled">
+      <li><a href="/m2e/documentation/release-notes-116.html">M2Eclipse 1.16</a></li>
       <li><a href="/m2e/documentation/release-notes-19.html">M2Eclipse 1.9</a></li>
       <li><a href="/m2e/documentation/release-notes-18.html">M2Eclipse 1.8</a></li>
       <li><a href="/m2e/documentation/release-notes-17.html">M2Eclipse 1.7</a></li>
@@ -173,4 +174,4 @@
         <script src="/m2e/assets/plugins/respond.js"></script>
     <![endif]-->
   </body>
-</html>	
\ No newline at end of file
+</html>	
diff --git a/documentation/release-notes-19.html b/documentation/release-notes-19.html
index 078ece8..5b8bf74 100644
--- a/documentation/release-notes-19.html
+++ b/documentation/release-notes-19.html
@@ -100,7 +100,7 @@
     </ul>
     <h4 class="headline">Developers</h2>
     <ul class="unstyled">
-      <li><a href="/m2e/documentation/m2e-development-environment.html">Developement Environment Setup</a></li>
+      <li><a href="https://github.com/eclipse-m2e/m2e-core/blob/master/CONTRIBUTING.md">Development Environment Setup</a></li>
     </ul>
     <h4 class="headline">Extension Developers</h2>
     <ul class="unstyled">
@@ -109,6 +109,7 @@
     </ul>
     <h4 class="headline">Release Notes</h2>
     <ul class="unstyled">
+      <li><a href="/m2e/documentation/release-notes-116.html">M2Eclipse 1.16</a></li>
       <li><a href="/m2e/documentation/release-notes-19.html">M2Eclipse 1.9</a></li>
       <li><a href="/m2e/documentation/release-notes-18.html">M2Eclipse 1.8</a></li>
       <li><a href="/m2e/documentation/release-notes-17.html">M2Eclipse 1.7</a></li>
@@ -186,4 +187,4 @@
         <script src="/m2e/assets/plugins/respond.js"></script>
     <![endif]-->
   </body>
-</html>	
\ No newline at end of file
+</html>	
diff --git a/m2e-community.html b/m2e-community.html
index 79ebf4d..ef71e36 100644
--- a/m2e-community.html
+++ b/m2e-community.html
@@ -1,3 +1,3 @@
 <head> 
   <meta http-equiv="refresh" content="0; URL=https://github.com/eclipse-m2e/m2e-core" />
-</head>
\ No newline at end of file
+</head>
diff --git a/m2e-news.html b/m2e-news.html
index bb71740..07e4749 100644
--- a/m2e-news.html
+++ b/m2e-news.html
@@ -91,6 +91,16 @@
 
           <div class="row"> 
   <div class="col-md-9">
+  <h1>17 Mar 2021- M2Eclipse 1.17.2 Released</h1><p>M2Eclipse 1.17.2 has been released (Service release). It&rsquo;s a maintenance release, primarily fixing the issues. See the <a href="https://github.com/eclipse-m2e/m2e-core/compare/1.17.1...1.17.2">changelog</a> for more details.</p>	
+  <h1>07 Dec 2020- M2Eclipse 1.17.1 Released</h1><p>M2Eclipse 1.17.1 has been released (Service release). It&rsquo;s a maintenance release, primarily fixing the issues. See the <a href="https://github.com/eclipse-m2e/m2e-core/compare/1.17.0...1.17.1">changelog</a> for more details.</p>	
+  <h1>02 Sep 2020- M2Eclipse 1.16.2 Released</h1><p>M2Eclipse 1.16.2 has been released (Service release). It&rsquo;s a maintenance release, primarily fixing the issues. See the <a href="https://github.com/eclipse-m2e/m2e-core/compare/1.16.1...1.16.2">changelog</a> for more details.</p>	
+  <h1>20 Jul 2020- M2Eclipse 1.16.1 Released</h1><p>M2Eclipse 1.16.1 has been released (Service release). It&rsquo;s a maintenance release, primarily fixing the issues. See the <a href="https://github.com/eclipse-m2e/m2e-core/compare/1.16.0...1.16.1">changelog</a> for more details.</p>	
+  <h1>17 Jun 2020- M2Eclipse 1.16.0 Released</h1><p>M2Eclipse 1.16.0 has been released as part of the Eclipse IDE 2020-06 release train, please check out the <a href="/m2e/documentation/release-notes-116.html">release notes</a></p>	
+  <h1>18 Mar 2020- M2Eclipse 1.15.0 Released</h1><p>M2Eclipse 1.15.0 has been released as part of the Eclipse IDE 2020-03 release train<!--, please check out the <a href="/m2e/documentation/release-notes-19.html">release notes</a> --></p>	
+  <h1>18 Dec 2019- M2Eclipse 1.14.0 Released</h1><p>M2Eclipse 1.14.0 has been released as part of the Eclipse IDE 2019-12 release train<!--, please check out the <a href="/m2e/documentation/release-notes-19.html">release notes</a> --></p>
+  <h1>18 Sep 2019- M2Eclipse 1.13.0 Released</h1><p>M2Eclipse 1.13.0 has been released as part of the Eclipse IDE 2019-08 release train<!--, please check out the <a href="/m2e/documentation/release-notes-19.html">release notes</a> --></p>
+  <h1>19 Jun 2019- M2Eclipse 1.12.0 Released</h1><p>M2Eclipse 1.12.0 has been released as part of the Eclipse IDE 2019-06 release train<!--, please check out the <a href="/m2e/documentation/release-notes-19.html">release notes</a> --></p>
+  <h1>20 Mar 2019- M2Eclipse 1.11.0 Released</h1><p>M2Eclipse 1.11.0 has been released as part of the Eclipse IDE 2019-03 release train<!--, please check out the <a href="/m2e/documentation/release-notes-19.html">release notes</a> --></p>
   <h1>27 Jun 2018 - M2Eclipse 1.9.0 Released</h1><p>M2Eclipse 1.9.0 has been released as part of the Eclipse Photon release train, please check out the <a href="/m2e/documentation/release-notes-19.html">release notes</a></p><h1>28 Jun 2017 - M2Eclipse 1.8.0 Released</h1><p>M2Eclipse 1.8.0 has been released as part of the Eclipse Oxygen release train, please check out the <a href="/m2e/documentation/release-notes-18.html">release notes</a></p><h1>22 Jun 2016 - M2Eclipse 1.7.0 Released</h1><p>M2Eclipse 1.7.0 has been released as part of the Eclipse Neon release train, please check out the <a href="/m2e/documentation/release-notes-17.html">release notes</a></p><h1>11 Sep 2015 - M2Eclipse 1.6.2 Released</h1><p>M2Eclipse 1.6.2 has been released a couple weeks before the Eclipse Mars.1 release. It&rsquo;s a maintenance release, primarily fixing m2e configurator related issues. See the <a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&columnlist=bug_severity%2Cpriority%2Cassigned_to_realname%2Cbug_status%2Cresolution%2Cshort_desc%2Creporter_realname%2Cvotes&known_name=Open%20m2e%20bugs&list_id=12607173&product=m2e&query_based_on=Open%20m2e%20bugs&query_format=advanced&resolution=FIXED&target_milestone=1.6.2%2FMars%20RC1&target_milestone=1.6.2%2FMars%20RC2">changelog</a> for more details.</p><h1>24 Jun 2015 - M2Eclipse 1.6.0 Released</h1><p>M2Eclipse 1.6.0 has been released as part of the Eclipse Mars release train, please check out the <a href="/m2e/documentation/release-notes-16.html">release notes</a></li>.</p>
   </div>
   <div class="col-md-3">
@@ -148,4 +158,4 @@
         <script src="/m2e/assets/plugins/respond.js"></script>
     <![endif]-->
   </body>
-</html>	
\ No newline at end of file
+</html>