You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/09/28 20:05:54 UTC

[3/3] incubator-juneau-website git commit: Remove old Maven-generated site page.

Remove old Maven-generated site page.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/afe199a9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/afe199a9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/afe199a9

Branch: refs/heads/asf-site
Commit: afe199a905ad2d2a571f1e5d3f7b52d85f107733
Parents: 2ad4ebf
Author: JamesBognar <ja...@apache.org>
Authored: Thu Sep 28 16:05:49 2017 -0400
Committer: JamesBognar <ja...@apache.org>
Committed: Thu Sep 28 16:05:49 2017 -0400

----------------------------------------------------------------------
 content/documentation.html                      |     3 -
 content/site/css/maven-base.css                 |   174 -
 content/site/css/maven-theme.css                |   161 -
 content/site/css/print.css                      |    26 -
 content/site/css/site.css                       |     1 -
 content/site/dependency-convergence.html        |   170 -
 content/site/dependency-info.html               |   175 -
 content/site/distribution-management.html       |   143 -
 content/site/images/collapsed.gif               |   Bin 53 -> 0 bytes
 content/site/images/expanded.gif                |   Bin 52 -> 0 bytes
 content/site/images/external.png                |   Bin 230 -> 0 bytes
 content/site/images/icon_error_sml.gif          |   Bin 1010 -> 0 bytes
 content/site/images/icon_info_sml.gif           |   Bin 606 -> 0 bytes
 content/site/images/icon_success_sml.gif        |   Bin 990 -> 0 bytes
 content/site/images/icon_warning_sml.gif        |   Bin 576 -> 0 bytes
 .../site/images/logos/build-by-maven-black.png  |   Bin 2294 -> 0 bytes
 .../site/images/logos/build-by-maven-white.png  |   Bin 2260 -> 0 bytes
 content/site/images/logos/maven-feather.png     |   Bin 3330 -> 0 bytes
 content/site/images/newwindow.png               |   Bin 220 -> 0 bytes
 content/site/index.html                         |   167 -
 content/site/issue-tracking.html                |   144 -
 content/site/license.html                       |   347 -
 content/site/mail-lists.html                    |   152 -
 content/site/modules.html                       |   164 -
 content/site/plugin-management.html             |   259 -
 content/site/plugins.html                       |   186 -
 content/site/project-info.html                  |   181 -
 content/site/project-reports.html               |   133 -
 content/site/project-summary.html               |   183 -
 content/site/source-repository.html             |   172 -
 content/site/surefire-report.html               | 14915 -----------------
 31 files changed, 17856 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/documentation.html
----------------------------------------------------------------------
diff --git a/content/documentation.html b/content/documentation.html
index 8a92ce6..0fb2605 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -19,8 +19,5 @@
 		<li><a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/index.html' target="_top">Javadocs</a>
 		<li><a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#overview.description' target="_top">Overview</a>
 	</ul>
-	<p>
-		Refer to the <a class='doclink' href='http://juneau.incubator.apache.org/site' target="_top">Maven Generated Site</a> for information about accessing the library.
-	</p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/css/maven-base.css
----------------------------------------------------------------------
diff --git a/content/site/css/maven-base.css b/content/site/css/maven-base.css
deleted file mode 100644
index 04f6305..0000000
--- a/content/site/css/maven-base.css
+++ /dev/null
@@ -1,174 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); 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
- * "AS IS" 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.
- */
-
-body {
-  margin: 0px;
-  padding: 0px;
-}
-img {
-  border:none;
-}
-table {
-  padding:0px;
-  width: 100%;
-  margin-left: -2px;
-  margin-right: -2px;
-}
-acronym {
-  cursor: help;
-  border-bottom: 1px dotted #feb;
-}
-table.bodyTable th, table.bodyTable td {
-  padding: 2px 4px 2px 4px;
-  vertical-align: top;
-}
-div.clear{
-  clear:both;
-  visibility: hidden;
-}
-div.clear hr{
-  display: none;
-}
-#bannerLeft, #bannerRight {
-  font-size: xx-large;
-  font-weight: bold;
-}
-#bannerLeft img, #bannerRight img {
-  margin: 0px;
-}
-.xleft, #bannerLeft img {
-  float:left;
-}
-.xright, #bannerRight {
-  float:right;
-}
-#banner {
-  padding: 0px;
-}
-#banner img {
-  border: none;
-}
-#breadcrumbs {
-  padding: 3px 10px 3px 10px;
-}
-#leftColumn {
- width: 170px;
- float:left;
- overflow: auto;
-}
-#bodyColumn {
-  margin-right: 1.5em;
-  margin-left: 197px;
-}
-#legend {
-  padding: 8px 0 8px 0;
-}
-#navcolumn {
-  padding: 8px 4px 0 8px;
-}
-#navcolumn h5 {
-  margin: 0;
-  padding: 0;
-  font-size: small;
-}
-#navcolumn ul {
-  margin: 0;
-  padding: 0;
-  font-size: small;
-}
-#navcolumn li {
-  list-style-type: none;
-  background-image: none;
-  background-repeat: no-repeat;
-  background-position: 0 0.4em;
-  padding-left: 16px;
-  list-style-position: outside;
-  line-height: 1.2em;
-  font-size: smaller;
-}
-#navcolumn li.expanded {
-  background-image: url(../images/expanded.gif);
-}
-#navcolumn li.collapsed {
-  background-image: url(../images/collapsed.gif);
-}
-#navcolumn li.none {
-  text-indent: -1em;
-  margin-left: 1em;
-}
-#poweredBy {
-  text-align: center;
-}
-#navcolumn img {
-  margin-top: 10px;
-  margin-bottom: 3px;
-}
-#poweredBy img {
-  display:block;
-  margin: 20px 0 20px 17px;
-}
-#search img {
-    margin: 0px;
-    display: block;
-}
-#search #q, #search #btnG {
-    border: 1px solid #999;
-    margin-bottom:10px;
-}
-#search form {
-    margin: 0px;
-}
-#lastPublished {
-  font-size: x-small;
-}
-.navSection {
-  margin-bottom: 2px;
-  padding: 8px;
-}
-.navSectionHead {
-  font-weight: bold;
-  font-size: x-small;
-}
-.section {
-  padding: 4px;
-}
-#footer {
-  padding: 3px 10px 3px 10px;
-  font-size: x-small;
-}
-#breadcrumbs {
-  font-size: x-small;
-  margin: 0pt;
-}
-.source {
-  padding: 12px;
-  margin: 1em 7px 1em 7px;
-}
-.source pre {
-  margin: 0px;
-  padding: 0px;
-}
-#navcolumn img.imageLink, .imageLink {
-  padding-left: 0px;
-  padding-bottom: 0px;
-  padding-top: 0px;
-  padding-right: 2px;
-  border: 0px;
-  margin: 0px;
-}

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/css/maven-theme.css
----------------------------------------------------------------------
diff --git a/content/site/css/maven-theme.css b/content/site/css/maven-theme.css
deleted file mode 100644
index 4e2bdfb..0000000
--- a/content/site/css/maven-theme.css
+++ /dev/null
@@ -1,161 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); 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
- * "AS IS" 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.
- */
-
-body {
-  padding: 0px 0px 10px 0px;
-}
-body, td, select, input, li{
-  font-family: Verdana, Helvetica, Arial, sans-serif;
-  font-size: 13px;
-}
-code{
-  font-family: Courier, monospace;
-  font-size: 13px;
-}
-a {
-  text-decoration: none;
-}
-a:link {
-  color:#36a;
-}
-a:visited  {
-  color:#47a;
-}
-a:active, a:hover {
-  color:#69c;
-}
-#legend li.externalLink {
-  background: url(../images/external.png) left top no-repeat;
-  padding-left: 18px;
-}
-a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
-  background: url(../images/external.png) right center no-repeat;
-  padding-right: 18px;
-}
-#legend li.newWindow {
-  background: url(../images/newwindow.png) left top no-repeat;
-  padding-left: 18px;
-}
-a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
-  background: url(../images/newwindow.png) right center no-repeat;
-  padding-right: 18px;
-}
-h2 {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #999;
-  color: #900;
-  background-color: #ddd;
-  font-weight:900;
-  font-size: x-large;
-}
-h3 {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #aaa;
-  color: #900;
-  background-color: #eee;
-  font-weight: normal;
-  font-size: large;
-}
-h4 {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #bbb;
-  color: #900;
-  background-color: #fff;
-  font-weight: normal;
-  font-size: large;
-}
-h5 {
-  padding: 4px 4px 4px 6px;
-  color: #900;
-  font-size: medium;
-}
-p {
-  line-height: 1.3em;
-  font-size: small;
-}
-#breadcrumbs {
-  border-top: 1px solid #aaa;
-  border-bottom: 1px solid #aaa;
-  background-color: #ccc;
-}
-#leftColumn {
-  margin: 10px 0 0 5px;
-  border: 1px solid #999;
-  background-color: #eee;
-  padding-bottom: 3px; /* IE-9 scrollbar-fix */
-}
-#navcolumn h5 {
-  font-size: smaller;
-  border-bottom: 1px solid #aaaaaa;
-  padding-top: 2px;
-  color: #000;
-}
-
-table.bodyTable th {
-  color: white;
-  background-color: #bbb;
-  text-align: left;
-  font-weight: bold;
-}
-
-table.bodyTable th, table.bodyTable td {
-  font-size: 1em;
-}
-
-table.bodyTable tr.a {
-  background-color: #ddd;
-}
-
-table.bodyTable tr.b {
-  background-color: #eee;
-}
-
-.source {
-  border: 1px solid #999;
-}
-dl {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #aaa;
-  background-color: #ffc;
-}
-dt {
-  color: #900;
-}
-#organizationLogo img, #projectLogo img, #projectLogo span{
-  margin: 8px;
-}
-#banner {
-  border-bottom: 1px solid #fff;
-}
-.errormark, .warningmark, .donemark, .infomark {
-  background: url(../images/icon_error_sml.gif) no-repeat;
-}
-
-.warningmark {
-  background-image: url(../images/icon_warning_sml.gif);
-}
-
-.donemark {
-  background-image: url(../images/icon_success_sml.gif);
-}
-
-.infomark {
-  background-image: url(../images/icon_info_sml.gif);
-}
-

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/css/print.css
----------------------------------------------------------------------
diff --git a/content/site/css/print.css b/content/site/css/print.css
deleted file mode 100644
index 18fcbad..0000000
--- a/content/site/css/print.css
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); 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
- * "AS IS" 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.
- */
-
-#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
-	display: none !important;
-}
-#bodyColumn, body.docs div.docs {
-	margin: 0 !important;
-	border: none !important
-}

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/css/site.css
----------------------------------------------------------------------
diff --git a/content/site/css/site.css b/content/site/css/site.css
deleted file mode 100644
index 055e7e2..0000000
--- a/content/site/css/site.css
+++ /dev/null
@@ -1 +0,0 @@
-/* You can override this file with your own styles */
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/dependency-convergence.html
----------------------------------------------------------------------
diff --git a/content/site/dependency-convergence.html b/content/site/dependency-convergence.html
deleted file mode 100644
index d24b7d3..0000000
--- a/content/site/dependency-convergence.html
+++ /dev/null
@@ -1,170 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-19 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache Juneau (incubating) &#x2013; Reactor Dependency Convergence</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta http-equiv="Content-Language" content="en" />
-        
-        </head>
-  <body class="composite">
-    <div id="banner">
-                    <div id="bannerLeft">
-                Apache Juneau (incubating)
-                </div>
-                    <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-          
-                <div class="xleft">
-        <span id="publishDate">Last Published: 2016-09-19</span>
-                  &nbsp;| <span id="projectVersion">Version: 6.0.0-incubating-SNAPSHOT</span>
-                      </div>
-            <div class="xright">                    <a href="./" title="Apache Juneau (incubating)">Apache Juneau (incubating)</a>
-            
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-           
-                                          <h5>Modules</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="juneau-core/index.html" title="Apache Juneau Core">Apache Juneau Core</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-client/index.html" title="Apache Juneau Client">Apache Juneau Client</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server/index.html" title="Apache Juneau Server">Apache Juneau Server</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-microservice/index.html" title="Apache Juneau Microservice">Apache Juneau Microservice</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-samples/index.html" title="Apache Juneau Samples">Apache Juneau Samples</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server-test/index.html" title="Apache Juneau Server Test">Apache Juneau Server Test</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-distrib/index.html" title="Apache Juneau Distribution">Apache Juneau Distribution</a>
-            </li>
-          </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                                                                                                                                                    <li class="expanded">
-                          <a href="project-info.html" title="Project Information">Project Information</a>
-                    <ul>
-                      <li class="none">
-            <strong>Dependency Convergence</strong>
-          </li>
-                      <li class="none">
-                          <a href="dependency-info.html" title="Dependency Information">Dependency Information</a>
-            </li>
-                      <li class="none">
-                          <a href="distribution-management.html" title="Distribution Management">Distribution Management</a>
-            </li>
-                      <li class="none">
-                          <a href="index.html" title="About">About</a>
-            </li>
-                      <li class="none">
-                          <a href="issue-tracking.html" title="Issue Management">Issue Management</a>
-            </li>
-                      <li class="none">
-                          <a href="license.html" title="Licenses">Licenses</a>
-            </li>
-                      <li class="none">
-                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
-            </li>
-                      <li class="none">
-                          <a href="modules.html" title="Project Modules">Project Modules</a>
-            </li>
-                      <li class="none">
-                          <a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
-            </li>
-                      <li class="none">
-                          <a href="plugins.html" title="Plugins">Plugins</a>
-            </li>
-                      <li class="none">
-                          <a href="source-repository.html" title="Source Code Management">Source Code Management</a>
-            </li>
-                      <li class="none">
-                          <a href="project-summary.html" title="Summary">Summary</a>
-            </li>
-              </ul>
-        </li>
-                                                                                                                          <li class="collapsed">
-                          <a href="project-reports.html" title="Project Reports">Project Reports</a>
-                  </li>
-          </ul>
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
-      </a>
-                 
-            </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        <div class="section">
-<h2><a name="Reactor_Dependency_Convergence"></a>Reactor Dependency Convergence</h2>
-<table border="0" class="bodyTable"><caption>
-  <b>Legend:</b>
-</caption>
-<tr class="a">
-<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
-<td>At least one dependency has a differing version of the dependency or has SNAPSHOT dependencies.</td></tr></table><br />
-<table border="0" class="bodyTable"><caption>
-  <b>Statistics:</b>
-</caption>
-<tr class="b">
-<th>Number of modules:</th>
-<td>8</td></tr>
-<tr class="a">
-<th>Number of dependencies (NOD):</th>
-<td>34</td></tr>
-<tr class="b">
-<th>Number of unique artifacts (NOA):</th>
-<td>36</td></tr>
-<tr class="a">
-<th>Number of version-conflicting artifacts (NOC):</th>
-<td>0</td></tr>
-<tr class="b">
-<th>Number of SNAPSHOT artifacts (NOS):</th>
-<td>0</td></tr>
-<tr class="a">
-<th>Convergence (NOD/NOA):</th>
-<td><img alt="[Error]" src="images/icon_error_sml.gif" />&#160;<b>94 %</b></td></tr>
-<tr class="b">
-<th>Ready for release (100% convergence and no SNAPSHOTS):</th>
-<td><img alt="[Error]" src="images/icon_error_sml.gif" />&#160;<b>Error</b><br />You do not have 100% convergence.</td></tr></table></div>
-<div class="section">
-<h3><a name="Dependencies_used_in_modules"></a>Dependencies used in modules</h3></div>
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">
-              Copyright &#169;                    2016
-                        <a href="http://www.apache.org/">Apache</a>.
-            All rights reserved.    
-                  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/dependency-info.html
----------------------------------------------------------------------
diff --git a/content/site/dependency-info.html b/content/site/dependency-info.html
deleted file mode 100644
index ce55f84..0000000
--- a/content/site/dependency-info.html
+++ /dev/null
@@ -1,175 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-19 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache Juneau (incubating) &#x2013; Dependency Information</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta http-equiv="Content-Language" content="en" />
-        
-        </head>
-  <body class="composite">
-    <div id="banner">
-                    <div id="bannerLeft">
-                Apache Juneau (incubating)
-                </div>
-                    <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-          
-                <div class="xleft">
-        <span id="publishDate">Last Published: 2016-09-19</span>
-                  &nbsp;| <span id="projectVersion">Version: 6.0.0-incubating-SNAPSHOT</span>
-                      </div>
-            <div class="xright">                    <a href="./" title="Apache Juneau (incubating)">Apache Juneau (incubating)</a>
-            
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-           
-                                          <h5>Modules</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="juneau-core/index.html" title="Apache Juneau Core">Apache Juneau Core</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-client/index.html" title="Apache Juneau Client">Apache Juneau Client</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server/index.html" title="Apache Juneau Server">Apache Juneau Server</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-microservice/index.html" title="Apache Juneau Microservice">Apache Juneau Microservice</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-samples/index.html" title="Apache Juneau Samples">Apache Juneau Samples</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server-test/index.html" title="Apache Juneau Server Test">Apache Juneau Server Test</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-distrib/index.html" title="Apache Juneau Distribution">Apache Juneau Distribution</a>
-            </li>
-          </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                                                                                                                                                    <li class="expanded">
-                          <a href="project-info.html" title="Project Information">Project Information</a>
-                    <ul>
-                      <li class="none">
-                          <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
-            </li>
-                      <li class="none">
-            <strong>Dependency Information</strong>
-          </li>
-                      <li class="none">
-                          <a href="distribution-management.html" title="Distribution Management">Distribution Management</a>
-            </li>
-                      <li class="none">
-                          <a href="index.html" title="About">About</a>
-            </li>
-                      <li class="none">
-                          <a href="issue-tracking.html" title="Issue Management">Issue Management</a>
-            </li>
-                      <li class="none">
-                          <a href="license.html" title="Licenses">Licenses</a>
-            </li>
-                      <li class="none">
-                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
-            </li>
-                      <li class="none">
-                          <a href="modules.html" title="Project Modules">Project Modules</a>
-            </li>
-                      <li class="none">
-                          <a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
-            </li>
-                      <li class="none">
-                          <a href="plugins.html" title="Plugins">Plugins</a>
-            </li>
-                      <li class="none">
-                          <a href="source-repository.html" title="Source Code Management">Source Code Management</a>
-            </li>
-                      <li class="none">
-                          <a href="project-summary.html" title="Summary">Summary</a>
-            </li>
-              </ul>
-        </li>
-                                                                                                                          <li class="collapsed">
-                          <a href="project-reports.html" title="Project Reports">Project Reports</a>
-                  </li>
-          </ul>
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
-      </a>
-                 
-            </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        <div class="section">
-<h2><a name="Dependency_Information"></a>Dependency Information</h2><a name="Dependency_Information"></a>
-<div class="section">
-<h3><a name="Apache_Maven"></a>Apache Maven</h3><a name="Apache_Maven"></a>
-<div class="source">
-<pre>&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.juneau&lt;/groupId&gt;
-  &lt;artifactId&gt;juneau&lt;/artifactId&gt;
-  &lt;version&gt;6.0.0-incubating-SNAPSHOT&lt;/version&gt;
-  &lt;type&gt;pom&lt;/type&gt;
-&lt;/dependency&gt;</pre></div></div>
-<div class="section">
-<h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a>
-<div class="source">
-<pre>'org.apache.juneau:juneau:pom:6.0.0-incubating-SNAPSHOT'</pre></div></div>
-<div class="section">
-<h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a>
-<div class="source">
-<pre>&lt;dependency org=&quot;org.apache.juneau&quot; name=&quot;juneau&quot; rev=&quot;6.0.0-incubating-SNAPSHOT&quot;&gt;
-  &lt;artifact name=&quot;juneau&quot; type=&quot;pom&quot; /&gt;
-&lt;/dependency&gt;</pre></div></div>
-<div class="section">
-<h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a>
-<div class="source">
-<pre>@Grapes(
-@Grab(group='org.apache.juneau', module='juneau', version='6.0.0-incubating-SNAPSHOT')
-)</pre></div></div>
-<div class="section">
-<h3><a name="GradleGrails"></a>Gradle/Grails</h3><a name="GradleGrails"></a>
-<div class="source">
-<pre>compile 'org.apache.juneau:juneau:6.0.0-incubating-SNAPSHOT'</pre></div></div>
-<div class="section">
-<h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a>
-<div class="source">
-<pre>libraryDependencies += &quot;org.apache.juneau&quot; % &quot;juneau&quot; % &quot;6.0.0-incubating-SNAPSHOT&quot;</pre></div></div>
-<div class="section">
-<h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
-<div class="source">
-<pre>[org.apache.juneau/juneau &quot;6.0.0-incubating-SNAPSHOT&quot;]</pre></div></div></div>
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">
-              Copyright &#169;                    2016
-                        <a href="http://www.apache.org/">Apache</a>.
-            All rights reserved.    
-                  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/distribution-management.html
----------------------------------------------------------------------
diff --git a/content/site/distribution-management.html b/content/site/distribution-management.html
deleted file mode 100644
index b3a0e44..0000000
--- a/content/site/distribution-management.html
+++ /dev/null
@@ -1,143 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-19 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache Juneau (incubating) &#x2013; Project Distribution Management</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta http-equiv="Content-Language" content="en" />
-        
-        </head>
-  <body class="composite">
-    <div id="banner">
-                    <div id="bannerLeft">
-                Apache Juneau (incubating)
-                </div>
-                    <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-          
-                <div class="xleft">
-        <span id="publishDate">Last Published: 2016-09-19</span>
-                  &nbsp;| <span id="projectVersion">Version: 6.0.0-incubating-SNAPSHOT</span>
-                      </div>
-            <div class="xright">                    <a href="./" title="Apache Juneau (incubating)">Apache Juneau (incubating)</a>
-            
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-           
-                                          <h5>Modules</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="juneau-core/index.html" title="Apache Juneau Core">Apache Juneau Core</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-client/index.html" title="Apache Juneau Client">Apache Juneau Client</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server/index.html" title="Apache Juneau Server">Apache Juneau Server</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-microservice/index.html" title="Apache Juneau Microservice">Apache Juneau Microservice</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-samples/index.html" title="Apache Juneau Samples">Apache Juneau Samples</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server-test/index.html" title="Apache Juneau Server Test">Apache Juneau Server Test</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-distrib/index.html" title="Apache Juneau Distribution">Apache Juneau Distribution</a>
-            </li>
-          </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                                                                                                                                                    <li class="expanded">
-                          <a href="project-info.html" title="Project Information">Project Information</a>
-                    <ul>
-                      <li class="none">
-                          <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
-            </li>
-                      <li class="none">
-                          <a href="dependency-info.html" title="Dependency Information">Dependency Information</a>
-            </li>
-                      <li class="none">
-            <strong>Distribution Management</strong>
-          </li>
-                      <li class="none">
-                          <a href="index.html" title="About">About</a>
-            </li>
-                      <li class="none">
-                          <a href="issue-tracking.html" title="Issue Management">Issue Management</a>
-            </li>
-                      <li class="none">
-                          <a href="license.html" title="Licenses">Licenses</a>
-            </li>
-                      <li class="none">
-                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
-            </li>
-                      <li class="none">
-                          <a href="modules.html" title="Project Modules">Project Modules</a>
-            </li>
-                      <li class="none">
-                          <a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
-            </li>
-                      <li class="none">
-                          <a href="plugins.html" title="Plugins">Plugins</a>
-            </li>
-                      <li class="none">
-                          <a href="source-repository.html" title="Source Code Management">Source Code Management</a>
-            </li>
-                      <li class="none">
-                          <a href="project-summary.html" title="Summary">Summary</a>
-            </li>
-              </ul>
-        </li>
-                                                                                                                          <li class="collapsed">
-                          <a href="project-reports.html" title="Project Reports">Project Reports</a>
-                  </li>
-          </ul>
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
-      </a>
-                 
-            </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        <div class="section">
-<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>The following is the distribution management information used by this project.</p>
-<div class="section">
-<h3><a name="Repository_-_apache.releases.https"></a>Repository - apache.releases.https</h3><a name="Repository_-_apache.releases.https"></a><a class="externalLink" href="https://repository.apache.org/service/local/staging/deploy/maven2">https://repository.apache.org/service/local/staging/deploy/maven2</a></div>
-<div class="section">
-<h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a>Snapshot Repository - apache.snapshots.https</h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a><a class="externalLink" href="https://repository.apache.org/content/repositories/snapshots">https://repository.apache.org/content/repositories/snapshots</a></div></div>
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">
-              Copyright &#169;                    2016
-                        <a href="http://www.apache.org/">Apache</a>.
-            All rights reserved.    
-                  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/images/collapsed.gif
----------------------------------------------------------------------
diff --git a/content/site/images/collapsed.gif b/content/site/images/collapsed.gif
deleted file mode 100644
index 6e71084..0000000
Binary files a/content/site/images/collapsed.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/images/expanded.gif
----------------------------------------------------------------------
diff --git a/content/site/images/expanded.gif b/content/site/images/expanded.gif
deleted file mode 100644
index 0fef3d8..0000000
Binary files a/content/site/images/expanded.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/images/external.png
----------------------------------------------------------------------
diff --git a/content/site/images/external.png b/content/site/images/external.png
deleted file mode 100644
index 3f999fc..0000000
Binary files a/content/site/images/external.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/images/icon_error_sml.gif
----------------------------------------------------------------------
diff --git a/content/site/images/icon_error_sml.gif b/content/site/images/icon_error_sml.gif
deleted file mode 100644
index 61132ef..0000000
Binary files a/content/site/images/icon_error_sml.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/images/icon_info_sml.gif
----------------------------------------------------------------------
diff --git a/content/site/images/icon_info_sml.gif b/content/site/images/icon_info_sml.gif
deleted file mode 100644
index c6cb9ad..0000000
Binary files a/content/site/images/icon_info_sml.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/images/icon_success_sml.gif
----------------------------------------------------------------------
diff --git a/content/site/images/icon_success_sml.gif b/content/site/images/icon_success_sml.gif
deleted file mode 100644
index 52e85a4..0000000
Binary files a/content/site/images/icon_success_sml.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/images/icon_warning_sml.gif
----------------------------------------------------------------------
diff --git a/content/site/images/icon_warning_sml.gif b/content/site/images/icon_warning_sml.gif
deleted file mode 100644
index 873bbb5..0000000
Binary files a/content/site/images/icon_warning_sml.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/images/logos/build-by-maven-black.png
----------------------------------------------------------------------
diff --git a/content/site/images/logos/build-by-maven-black.png b/content/site/images/logos/build-by-maven-black.png
deleted file mode 100644
index 919fd0f..0000000
Binary files a/content/site/images/logos/build-by-maven-black.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/images/logos/build-by-maven-white.png
----------------------------------------------------------------------
diff --git a/content/site/images/logos/build-by-maven-white.png b/content/site/images/logos/build-by-maven-white.png
deleted file mode 100644
index 7d44c9c..0000000
Binary files a/content/site/images/logos/build-by-maven-white.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/images/logos/maven-feather.png
----------------------------------------------------------------------
diff --git a/content/site/images/logos/maven-feather.png b/content/site/images/logos/maven-feather.png
deleted file mode 100644
index b5ada83..0000000
Binary files a/content/site/images/logos/maven-feather.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/images/newwindow.png
----------------------------------------------------------------------
diff --git a/content/site/images/newwindow.png b/content/site/images/newwindow.png
deleted file mode 100644
index 6287f72..0000000
Binary files a/content/site/images/newwindow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/index.html
----------------------------------------------------------------------
diff --git a/content/site/index.html b/content/site/index.html
deleted file mode 100644
index 20a29ef..0000000
--- a/content/site/index.html
+++ /dev/null
@@ -1,167 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-19 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache Juneau (incubating) &#x2013; About</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta http-equiv="Content-Language" content="en" />
-        
-        </head>
-  <body class="composite">
-    <div id="banner">
-                    <div id="bannerLeft">
-                Apache Juneau (incubating)
-                </div>
-                    <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-          
-                <div class="xleft">
-        <span id="publishDate">Last Published: 2016-09-19</span>
-                  &nbsp;| <span id="projectVersion">Version: 6.0.0-incubating-SNAPSHOT</span>
-                      </div>
-            <div class="xright">                    <a href="./" title="Apache Juneau (incubating)">Apache Juneau (incubating)</a>
-            
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-           
-                                          <h5>Modules</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="juneau-core/index.html" title="Apache Juneau Core">Apache Juneau Core</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-client/index.html" title="Apache Juneau Client">Apache Juneau Client</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server/index.html" title="Apache Juneau Server">Apache Juneau Server</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-microservice/index.html" title="Apache Juneau Microservice">Apache Juneau Microservice</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-samples/index.html" title="Apache Juneau Samples">Apache Juneau Samples</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server-test/index.html" title="Apache Juneau Server Test">Apache Juneau Server Test</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-distrib/index.html" title="Apache Juneau Distribution">Apache Juneau Distribution</a>
-            </li>
-          </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                                                                                                                                                    <li class="expanded">
-                          <a href="project-info.html" title="Project Information">Project Information</a>
-                    <ul>
-                      <li class="none">
-                          <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
-            </li>
-                      <li class="none">
-                          <a href="dependency-info.html" title="Dependency Information">Dependency Information</a>
-            </li>
-                      <li class="none">
-                          <a href="distribution-management.html" title="Distribution Management">Distribution Management</a>
-            </li>
-                      <li class="none">
-            <strong>About</strong>
-          </li>
-                      <li class="none">
-                          <a href="issue-tracking.html" title="Issue Management">Issue Management</a>
-            </li>
-                      <li class="none">
-                          <a href="license.html" title="Licenses">Licenses</a>
-            </li>
-                      <li class="none">
-                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
-            </li>
-                      <li class="none">
-                          <a href="modules.html" title="Project Modules">Project Modules</a>
-            </li>
-                      <li class="none">
-                          <a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
-            </li>
-                      <li class="none">
-                          <a href="plugins.html" title="Plugins">Plugins</a>
-            </li>
-                      <li class="none">
-                          <a href="source-repository.html" title="Source Code Management">Source Code Management</a>
-            </li>
-                      <li class="none">
-                          <a href="project-summary.html" title="Summary">Summary</a>
-            </li>
-              </ul>
-        </li>
-                                                                                                                          <li class="collapsed">
-                          <a href="project-reports.html" title="Project Reports">Project Reports</a>
-                  </li>
-          </ul>
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
-      </a>
-                 
-            </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        <div class="section">
-<h2><a name="About_Apache_Juneau_incubating"></a>About Apache Juneau (incubating)</h2><a name="About_Apache_Juneau_incubating"></a>
-<p>All the Apache Juneau content in one convenient package.</p>
-<div class="section">
-<h3><a name="Project_Modules"></a>Project Modules</h3><a name="Project_Modules"></a>
-<p>This project has declared the following modules:</p>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Name</th>
-<th>Description</th></tr>
-<tr class="b">
-<td><a href="juneau-core/index.html">Apache Juneau Core</a></td>
-<td>Base toolkit for serializers, parsers, and bean contexts.</td></tr>
-<tr class="a">
-<td><a href="juneau-client/index.html">Apache Juneau Client</a></td>
-<td>REST client API.</td></tr>
-<tr class="b">
-<td><a href="juneau-server/index.html">Apache Juneau Server</a></td>
-<td>REST servlet API</td></tr>
-<tr class="a">
-<td><a href="juneau-microservice/index.html">Apache Juneau Microservice</a></td>
-<td>API for creating standalone executable jars that can be used to start lightweight configurable REST interfaces.</td></tr>
-<tr class="b">
-<td><a href="juneau-samples/index.html">Apache Juneau Samples</a></td>
-<td>Sample code packaged as a microservice.</td></tr>
-<tr class="a">
-<td><a href="juneau-server-test/index.html">Apache Juneau Server Test</a></td>
-<td>Tests for Juneau Client and Server.</td></tr>
-<tr class="b">
-<td><a href="juneau-distrib/index.html">Apache Juneau Distribution</a></td>
-<td>Location to find fully build Juneau distributions.</td></tr></table></div></div>
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">
-              Copyright &#169;                    2016
-                        <a href="http://www.apache.org/">Apache</a>.
-            All rights reserved.    
-                  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/issue-tracking.html
----------------------------------------------------------------------
diff --git a/content/site/issue-tracking.html b/content/site/issue-tracking.html
deleted file mode 100644
index fc8fc33..0000000
--- a/content/site/issue-tracking.html
+++ /dev/null
@@ -1,144 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-19 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache Juneau (incubating) &#x2013; Issue Management</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta http-equiv="Content-Language" content="en" />
-        
-        </head>
-  <body class="composite">
-    <div id="banner">
-                    <div id="bannerLeft">
-                Apache Juneau (incubating)
-                </div>
-                    <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-          
-                <div class="xleft">
-        <span id="publishDate">Last Published: 2016-09-19</span>
-                  &nbsp;| <span id="projectVersion">Version: 6.0.0-incubating-SNAPSHOT</span>
-                      </div>
-            <div class="xright">                    <a href="./" title="Apache Juneau (incubating)">Apache Juneau (incubating)</a>
-            
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-           
-                                          <h5>Modules</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="juneau-core/index.html" title="Apache Juneau Core">Apache Juneau Core</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-client/index.html" title="Apache Juneau Client">Apache Juneau Client</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server/index.html" title="Apache Juneau Server">Apache Juneau Server</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-microservice/index.html" title="Apache Juneau Microservice">Apache Juneau Microservice</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-samples/index.html" title="Apache Juneau Samples">Apache Juneau Samples</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server-test/index.html" title="Apache Juneau Server Test">Apache Juneau Server Test</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-distrib/index.html" title="Apache Juneau Distribution">Apache Juneau Distribution</a>
-            </li>
-          </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                                                                                                                                                    <li class="expanded">
-                          <a href="project-info.html" title="Project Information">Project Information</a>
-                    <ul>
-                      <li class="none">
-                          <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
-            </li>
-                      <li class="none">
-                          <a href="dependency-info.html" title="Dependency Information">Dependency Information</a>
-            </li>
-                      <li class="none">
-                          <a href="distribution-management.html" title="Distribution Management">Distribution Management</a>
-            </li>
-                      <li class="none">
-                          <a href="index.html" title="About">About</a>
-            </li>
-                      <li class="none">
-            <strong>Issue Management</strong>
-          </li>
-                      <li class="none">
-                          <a href="license.html" title="Licenses">Licenses</a>
-            </li>
-                      <li class="none">
-                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
-            </li>
-                      <li class="none">
-                          <a href="modules.html" title="Project Modules">Project Modules</a>
-            </li>
-                      <li class="none">
-                          <a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
-            </li>
-                      <li class="none">
-                          <a href="plugins.html" title="Plugins">Plugins</a>
-            </li>
-                      <li class="none">
-                          <a href="source-repository.html" title="Source Code Management">Source Code Management</a>
-            </li>
-                      <li class="none">
-                          <a href="project-summary.html" title="Summary">Summary</a>
-            </li>
-              </ul>
-        </li>
-                                                                                                                          <li class="collapsed">
-                          <a href="project-reports.html" title="Project Reports">Project Reports</a>
-                  </li>
-          </ul>
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
-      </a>
-                 
-            </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        <div class="section">
-<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>This project uses an issue management system to manage its issues.</p></div>
-<div class="section">
-<h2><a name="Issue_Management"></a>Issue Management</h2><a name="Issue_Management"></a>
-<p>Issues, bugs, and feature requests should be submitted to the following issue management system for this project.</p>
-<div class="source">
-<pre><a class="externalLink" href="https://issues.apache.org/jira/browse/JUNEAU">https://issues.apache.org/jira/browse/JUNEAU</a></pre></div></div>
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">
-              Copyright &#169;                    2016
-                        <a href="http://www.apache.org/">Apache</a>.
-            All rights reserved.    
-                  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/license.html
----------------------------------------------------------------------
diff --git a/content/site/license.html b/content/site/license.html
deleted file mode 100644
index 1428a5a..0000000
--- a/content/site/license.html
+++ /dev/null
@@ -1,347 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-19 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache Juneau (incubating) &#x2013; Project Licenses</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta http-equiv="Content-Language" content="en" />
-        
-        </head>
-  <body class="composite">
-    <div id="banner">
-                    <div id="bannerLeft">
-                Apache Juneau (incubating)
-                </div>
-                    <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-          
-                <div class="xleft">
-        <span id="publishDate">Last Published: 2016-09-19</span>
-                  &nbsp;| <span id="projectVersion">Version: 6.0.0-incubating-SNAPSHOT</span>
-                      </div>
-            <div class="xright">                    <a href="./" title="Apache Juneau (incubating)">Apache Juneau (incubating)</a>
-            
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-           
-                                          <h5>Modules</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="juneau-core/index.html" title="Apache Juneau Core">Apache Juneau Core</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-client/index.html" title="Apache Juneau Client">Apache Juneau Client</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server/index.html" title="Apache Juneau Server">Apache Juneau Server</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-microservice/index.html" title="Apache Juneau Microservice">Apache Juneau Microservice</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-samples/index.html" title="Apache Juneau Samples">Apache Juneau Samples</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server-test/index.html" title="Apache Juneau Server Test">Apache Juneau Server Test</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-distrib/index.html" title="Apache Juneau Distribution">Apache Juneau Distribution</a>
-            </li>
-          </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                                                                                                                                                    <li class="expanded">
-                          <a href="project-info.html" title="Project Information">Project Information</a>
-                    <ul>
-                      <li class="none">
-                          <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
-            </li>
-                      <li class="none">
-                          <a href="dependency-info.html" title="Dependency Information">Dependency Information</a>
-            </li>
-                      <li class="none">
-                          <a href="distribution-management.html" title="Distribution Management">Distribution Management</a>
-            </li>
-                      <li class="none">
-                          <a href="index.html" title="About">About</a>
-            </li>
-                      <li class="none">
-                          <a href="issue-tracking.html" title="Issue Management">Issue Management</a>
-            </li>
-                      <li class="none">
-            <strong>Licenses</strong>
-          </li>
-                      <li class="none">
-                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
-            </li>
-                      <li class="none">
-                          <a href="modules.html" title="Project Modules">Project Modules</a>
-            </li>
-                      <li class="none">
-                          <a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
-            </li>
-                      <li class="none">
-                          <a href="plugins.html" title="Plugins">Plugins</a>
-            </li>
-                      <li class="none">
-                          <a href="source-repository.html" title="Source Code Management">Source Code Management</a>
-            </li>
-                      <li class="none">
-                          <a href="project-summary.html" title="Summary">Summary</a>
-            </li>
-              </ul>
-        </li>
-                                                                                                                          <li class="collapsed">
-                          <a href="project-reports.html" title="Project Reports">Project Reports</a>
-                  </li>
-          </ul>
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
-      </a>
-                 
-            </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        <div class="section">
-<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div>
-<div class="section">
-<h2><a name="Project_Licenses"></a>Project Licenses</h2><a name="Project_Licenses"></a>
-<div class="section">
-<h3><a name="Apache_License_Version_2.0"></a>Apache License, Version 2.0</h3><a name="Apache_License_Version_2.0"></a>
-<div class="source">
-<pre>
-                                 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 class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">
-              Copyright &#169;                    2016
-                        <a href="http://www.apache.org/">Apache</a>.
-            All rights reserved.    
-                  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afe199a9/content/site/mail-lists.html
----------------------------------------------------------------------
diff --git a/content/site/mail-lists.html b/content/site/mail-lists.html
deleted file mode 100644
index e2dc4be..0000000
--- a/content/site/mail-lists.html
+++ /dev/null
@@ -1,152 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-19 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache Juneau (incubating) &#x2013; Project Mailing Lists</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta http-equiv="Content-Language" content="en" />
-        
-        </head>
-  <body class="composite">
-    <div id="banner">
-                    <div id="bannerLeft">
-                Apache Juneau (incubating)
-                </div>
-                    <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-          
-                <div class="xleft">
-        <span id="publishDate">Last Published: 2016-09-19</span>
-                  &nbsp;| <span id="projectVersion">Version: 6.0.0-incubating-SNAPSHOT</span>
-                      </div>
-            <div class="xright">                    <a href="./" title="Apache Juneau (incubating)">Apache Juneau (incubating)</a>
-            
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-           
-                                          <h5>Modules</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="juneau-core/index.html" title="Apache Juneau Core">Apache Juneau Core</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-client/index.html" title="Apache Juneau Client">Apache Juneau Client</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server/index.html" title="Apache Juneau Server">Apache Juneau Server</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-microservice/index.html" title="Apache Juneau Microservice">Apache Juneau Microservice</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-samples/index.html" title="Apache Juneau Samples">Apache Juneau Samples</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-server-test/index.html" title="Apache Juneau Server Test">Apache Juneau Server Test</a>
-            </li>
-                  <li class="none">
-                          <a href="juneau-distrib/index.html" title="Apache Juneau Distribution">Apache Juneau Distribution</a>
-            </li>
-          </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                                                                                                                                                    <li class="expanded">
-                          <a href="project-info.html" title="Project Information">Project Information</a>
-                    <ul>
-                      <li class="none">
-                          <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
-            </li>
-                      <li class="none">
-                          <a href="dependency-info.html" title="Dependency Information">Dependency Information</a>
-            </li>
-                      <li class="none">
-                          <a href="distribution-management.html" title="Distribution Management">Distribution Management</a>
-            </li>
-                      <li class="none">
-                          <a href="index.html" title="About">About</a>
-            </li>
-                      <li class="none">
-                          <a href="issue-tracking.html" title="Issue Management">Issue Management</a>
-            </li>
-                      <li class="none">
-                          <a href="license.html" title="Licenses">Licenses</a>
-            </li>
-                      <li class="none">
-            <strong>Mailing Lists</strong>
-          </li>
-                      <li class="none">
-                          <a href="modules.html" title="Project Modules">Project Modules</a>
-            </li>
-                      <li class="none">
-                          <a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
-            </li>
-                      <li class="none">
-                          <a href="plugins.html" title="Plugins">Plugins</a>
-            </li>
-                      <li class="none">
-                          <a href="source-repository.html" title="Source Code Management">Source Code Management</a>
-            </li>
-                      <li class="none">
-                          <a href="project-summary.html" title="Summary">Summary</a>
-            </li>
-              </ul>
-        </li>
-                                                                                                                          <li class="collapsed">
-                          <a href="project-reports.html" title="Project Reports">Project Reports</a>
-                  </li>
-          </ul>
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
-      </a>
-                 
-            </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        <div class="section">
-<h2><a name="Project_Mailing_Lists"></a>Project Mailing Lists</h2><a name="Project_Mailing_Lists"></a>
-<p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Name</th>
-<th>Subscribe</th>
-<th>Unsubscribe</th>
-<th>Post</th>
-<th>Archive</th></tr>
-<tr class="b">
-<td>Apache Juneau Developers</td>
-<td><a class="externalLink" href="mailto:list-subscribe@juneau.apache.org">Subscribe</a></td>
-<td><a class="externalLink" href="mailto:list-unsubscribe@juneau.apache.org">Unsubscribe</a></td>
-<td><a class="externalLink" href="mailto:dev@juneau.incubator.apache.org">Post</a></td>
-<td><a class="externalLink" href="https://lists.apache.org/list.html?dev@juneau.apache.org">lists.apache.org</a></td></tr></table></div>
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">
-              Copyright &#169;                    2016
-                        <a href="http://www.apache.org/">Apache</a>.
-            All rights reserved.    
-                  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
-</html>