Commit 837beb1c authored by Yiming Liu's avatar Yiming Liu

Building site for apollo-buildtools,

								0.0.1-SNAPSHOT
parent cbd1e4b2
This diff is collapsed.
This diff is collapsed.
......@@ -3,7 +3,7 @@
<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>Apollo - Dependency Information</title>
<title>Apollo BuildTools - Dependency Information</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
......@@ -17,7 +17,7 @@
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Apollo
Apollo BuildTools
</div>
<div class="clear">
<hr/>
......@@ -30,7 +30,7 @@
<span id="publishDate">Last Published: 2016-04-16</span>
&nbsp;| <span id="projectVersion">Version: 0.0.1-SNAPSHOT</span>
</div>
<div class="xright"> <a href="./" title="Apollo">Apollo</a>
<div class="xright"> <a href="./" title="Apollo BuildTools">Apollo BuildTools</a>
</div>
......@@ -45,42 +45,12 @@
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="framework-parent/index.html" title="Ctrip Framework Parent">Ctrip Framework Parent</a>
</li>
</ul>
<h5>Modules</h5>
<ul>
<li class="none">
<a href="apollo-buildtools/index.html" title="Apollo BuildTools">Apollo BuildTools</a>
</li>
<li class="none">
<a href="apollo-core/index.html" title="Apollo Core">Apollo Core</a>
</li>
<li class="none">
<a href="apollo-client/index.html" title="Apollo Client">Apollo Client</a>
</li>
<li class="none">
<a href="apollo-common/index.html" title="Apollo Common">Apollo Common</a>
</li>
<li class="none">
<a href="apollo-biz/index.html" title="Apollo Biz">Apollo Biz</a>
</li>
<li class="none">
<a href="apollo-configservice/index.html" title="Apollo ConfigService">Apollo ConfigService</a>
</li>
<li class="none">
<a href="apollo-adminservice/index.html" title="Apollo AdminService">Apollo AdminService</a>
</li>
<li class="none">
<a href="apollo-portal/index.html" title="Apollo Portal">Apollo Portal</a>
</li>
<li class="none">
<a href="apollo-demo/index.html" title="Apollo Demo">Apollo Demo</a>
<a href="../index.html" title="Apollo">Apollo</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<li class="expanded">
<a href="project-info.html" title="Project Information">Project Information</a>
<ul>
<li class="none">
......@@ -115,13 +85,10 @@
</li>
<li class="none">
<a href="license.html" title="Licenses">Licenses</a>
</li>
<li class="none">
<a href="modules.html" title="Project Modules">Project Modules</a>
</li>
</ul>
</li>
<li class="collapsed">
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
......@@ -141,38 +108,37 @@
<div class="source">
<pre>&lt;dependency&gt;
&lt;groupId&gt;com.ctrip.apollo&lt;/groupId&gt;
&lt;artifactId&gt;apollo&lt;/artifactId&gt;
&lt;artifactId&gt;apollo-buildtools&lt;/artifactId&gt;
&lt;version&gt;0.0.1-SNAPSHOT&lt;/version&gt;
&lt;type&gt;pom&lt;/type&gt;
&lt;/dependency&gt;</pre></div></div>
<div class="section">
<h3>Apache Buildr<a name="Apache_Buildr"></a></h3><a name="Apache_Buildr"></a>
<div class="source">
<pre>'com.ctrip.apollo:apollo:pom:0.0.1-SNAPSHOT'</pre></div></div>
<pre>'com.ctrip.apollo:apollo-buildtools:jar:0.0.1-SNAPSHOT'</pre></div></div>
<div class="section">
<h3>Apache Ivy<a name="Apache_Ivy"></a></h3><a name="Apache_Ivy"></a>
<div class="source">
<pre>&lt;dependency org=&quot;com.ctrip.apollo&quot; name=&quot;apollo&quot; rev=&quot;0.0.1-SNAPSHOT&quot;&gt;
&lt;artifact name=&quot;apollo&quot; type=&quot;pom&quot; /&gt;
<pre>&lt;dependency org=&quot;com.ctrip.apollo&quot; name=&quot;apollo-buildtools&quot; rev=&quot;0.0.1-SNAPSHOT&quot;&gt;
&lt;artifact name=&quot;apollo-buildtools&quot; type=&quot;jar&quot; /&gt;
&lt;/dependency&gt;</pre></div></div>
<div class="section">
<h3>Groovy Grape<a name="Groovy_Grape"></a></h3><a name="Groovy_Grape"></a>
<div class="source">
<pre>@Grapes(
@Grab(group='com.ctrip.apollo', module='apollo', version='0.0.1-SNAPSHOT')
@Grab(group='com.ctrip.apollo', module='apollo-buildtools', version='0.0.1-SNAPSHOT')
)</pre></div></div>
<div class="section">
<h3>Gradle/Grails<a name="GradleGrails"></a></h3><a name="GradleGrails"></a>
<div class="source">
<pre>compile 'com.ctrip.apollo:apollo:0.0.1-SNAPSHOT'</pre></div></div>
<pre>compile 'com.ctrip.apollo:apollo-buildtools:0.0.1-SNAPSHOT'</pre></div></div>
<div class="section">
<h3>Scala SBT<a name="Scala_SBT"></a></h3><a name="Scala_SBT"></a>
<div class="source">
<pre>libraryDependencies += &quot;com.ctrip.apollo&quot; % &quot;apollo&quot; % &quot;0.0.1-SNAPSHOT&quot;</pre></div></div>
<pre>libraryDependencies += &quot;com.ctrip.apollo&quot; % &quot;apollo-buildtools&quot; % &quot;0.0.1-SNAPSHOT&quot;</pre></div></div>
<div class="section">
<h3>Leiningen<a name="Leiningen"></a></h3><a name="Leiningen"></a>
<div class="source">
<pre>[com.ctrip.apollo/apollo &quot;0.0.1-SNAPSHOT&quot;]</pre></div></div></div>
<pre>[com.ctrip.apollo/apollo-buildtools &quot;0.0.1-SNAPSHOT&quot;]</pre></div></div></div>
</div>
</div>
<div class="clear">
......
......@@ -3,7 +3,7 @@
<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>Apollo - Project Distribution Management</title>
<title>Apollo BuildTools - Project Distribution Management</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
......@@ -17,7 +17,7 @@
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Apollo
Apollo BuildTools
</div>
<div class="clear">
<hr/>
......@@ -30,7 +30,7 @@
<span id="publishDate">Last Published: 2016-04-16</span>
&nbsp;| <span id="projectVersion">Version: 0.0.1-SNAPSHOT</span>
</div>
<div class="xright"> <a href="./" title="Apollo">Apollo</a>
<div class="xright"> <a href="./" title="Apollo BuildTools">Apollo BuildTools</a>
</div>
......@@ -45,42 +45,12 @@
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="framework-parent/index.html" title="Ctrip Framework Parent">Ctrip Framework Parent</a>
</li>
</ul>
<h5>Modules</h5>
<ul>
<li class="none">
<a href="apollo-buildtools/index.html" title="Apollo BuildTools">Apollo BuildTools</a>
</li>
<li class="none">
<a href="apollo-core/index.html" title="Apollo Core">Apollo Core</a>
</li>
<li class="none">
<a href="apollo-client/index.html" title="Apollo Client">Apollo Client</a>
</li>
<li class="none">
<a href="apollo-common/index.html" title="Apollo Common">Apollo Common</a>
</li>
<li class="none">
<a href="apollo-biz/index.html" title="Apollo Biz">Apollo Biz</a>
</li>
<li class="none">
<a href="apollo-configservice/index.html" title="Apollo ConfigService">Apollo ConfigService</a>
</li>
<li class="none">
<a href="apollo-adminservice/index.html" title="Apollo AdminService">Apollo AdminService</a>
</li>
<li class="none">
<a href="apollo-portal/index.html" title="Apollo Portal">Apollo Portal</a>
</li>
<li class="none">
<a href="apollo-demo/index.html" title="Apollo Demo">Apollo Demo</a>
<a href="../index.html" title="Apollo">Apollo</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<li class="expanded">
<a href="project-info.html" title="Project Information">Project Information</a>
<ul>
<li class="none">
......@@ -115,13 +85,10 @@
</li>
<li class="none">
<a href="license.html" title="Licenses">Licenses</a>
</li>
<li class="none">
<a href="modules.html" title="Project Modules">Project Modules</a>
</li>
</ul>
</li>
<li class="collapsed">
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
......
......@@ -3,7 +3,7 @@
<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>Apollo - About</title>
<title>Apollo BuildTools - About</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
......@@ -17,7 +17,7 @@
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Apollo
Apollo BuildTools
</div>
<div class="clear">
<hr/>
......@@ -30,7 +30,7 @@
<span id="publishDate">Last Published: 2016-04-16</span>
&nbsp;| <span id="projectVersion">Version: 0.0.1-SNAPSHOT</span>
</div>
<div class="xright"> <a href="./" title="Apollo">Apollo</a>
<div class="xright"> <a href="./" title="Apollo BuildTools">Apollo BuildTools</a>
</div>
......@@ -45,42 +45,12 @@
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="framework-parent/index.html" title="Ctrip Framework Parent">Ctrip Framework Parent</a>
</li>
</ul>
<h5>Modules</h5>
<ul>
<li class="none">
<a href="apollo-buildtools/index.html" title="Apollo BuildTools">Apollo BuildTools</a>
</li>
<li class="none">
<a href="apollo-core/index.html" title="Apollo Core">Apollo Core</a>
</li>
<li class="none">
<a href="apollo-client/index.html" title="Apollo Client">Apollo Client</a>
</li>
<li class="none">
<a href="apollo-common/index.html" title="Apollo Common">Apollo Common</a>
</li>
<li class="none">
<a href="apollo-biz/index.html" title="Apollo Biz">Apollo Biz</a>
</li>
<li class="none">
<a href="apollo-configservice/index.html" title="Apollo ConfigService">Apollo ConfigService</a>
</li>
<li class="none">
<a href="apollo-adminservice/index.html" title="Apollo AdminService">Apollo AdminService</a>
</li>
<li class="none">
<a href="apollo-portal/index.html" title="Apollo Portal">Apollo Portal</a>
</li>
<li class="none">
<a href="apollo-demo/index.html" title="Apollo Demo">Apollo Demo</a>
<a href="../index.html" title="Apollo">Apollo</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<li class="expanded">
<a href="project-info.html" title="Project Information">Project Information</a>
<ul>
<li class="none">
......@@ -115,13 +85,10 @@
</li>
<li class="none">
<a href="license.html" title="Licenses">Licenses</a>
</li>
<li class="none">
<a href="modules.html" title="Project Modules">Project Modules</a>
</li>
</ul>
</li>
<li class="collapsed">
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
......@@ -135,42 +102,8 @@
<div id="bodyColumn">
<div id="contentBox">
<div class="section">
<h2>About Apollo<a name="About_Apollo"></a></h2><a name="About_Apollo"></a>
<p>Ctrip Configuration Center</p>
<div class="section">
<h3>Project Modules<a name="Project_Modules"></a></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="apollo-buildtools/index.html">Apollo BuildTools</a></td>
<td>Ctrip Configuration Center</td></tr>
<tr class="a">
<td><a href="apollo-core/index.html">Apollo Core</a></td>
<td>Ctrip Configuration Center</td></tr>
<tr class="b">
<td><a href="apollo-client/index.html">Apollo Client</a></td>
<td>Ctrip Configuration Center</td></tr>
<tr class="a">
<td><a href="apollo-common/index.html">Apollo Common</a></td>
<td>Ctrip Configuration Center</td></tr>
<tr class="b">
<td><a href="apollo-biz/index.html">Apollo Biz</a></td>
<td>Ctrip Configuration Center</td></tr>
<tr class="a">
<td><a href="apollo-configservice/index.html">Apollo ConfigService</a></td>
<td>Ctrip Configuration Center</td></tr>
<tr class="b">
<td><a href="apollo-adminservice/index.html">Apollo AdminService</a></td>
<td>Ctrip Configuration Center</td></tr>
<tr class="a">
<td><a href="apollo-portal/index.html">Apollo Portal</a></td>
<td>Ctrip Configuration Center</td></tr>
<tr class="b">
<td><a href="apollo-demo/index.html">Apollo Demo</a></td>
<td>Ctrip Configuration Center</td></tr></table></div></div>
<h2>About Apollo BuildTools<a name="About_Apollo_BuildTools"></a></h2><a name="About_Apollo_BuildTools"></a>
<p>Ctrip Configuration Center</p></div>
</div>
</div>
<div class="clear">
......
......@@ -3,7 +3,7 @@
<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>Apollo - CI Management</title>
<title>Apollo BuildTools - CI Management</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
......@@ -17,7 +17,7 @@
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Apollo
Apollo BuildTools
</div>
<div class="clear">
<hr/>
......@@ -30,7 +30,7 @@
<span id="publishDate">Last Published: 2016-04-16</span>
&nbsp;| <span id="projectVersion">Version: 0.0.1-SNAPSHOT</span>
</div>
<div class="xright"> <a href="./" title="Apollo">Apollo</a>
<div class="xright"> <a href="./" title="Apollo BuildTools">Apollo BuildTools</a>
</div>
......@@ -45,42 +45,12 @@
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="framework-parent/index.html" title="Ctrip Framework Parent">Ctrip Framework Parent</a>
</li>
</ul>
<h5>Modules</h5>
<ul>
<li class="none">
<a href="apollo-buildtools/index.html" title="Apollo BuildTools">Apollo BuildTools</a>
</li>
<li class="none">
<a href="apollo-core/index.html" title="Apollo Core">Apollo Core</a>
</li>
<li class="none">
<a href="apollo-client/index.html" title="Apollo Client">Apollo Client</a>
</li>
<li class="none">
<a href="apollo-common/index.html" title="Apollo Common">Apollo Common</a>
</li>
<li class="none">
<a href="apollo-biz/index.html" title="Apollo Biz">Apollo Biz</a>
</li>
<li class="none">
<a href="apollo-configservice/index.html" title="Apollo ConfigService">Apollo ConfigService</a>
</li>
<li class="none">
<a href="apollo-adminservice/index.html" title="Apollo AdminService">Apollo AdminService</a>
</li>
<li class="none">
<a href="apollo-portal/index.html" title="Apollo Portal">Apollo Portal</a>
</li>
<li class="none">
<a href="apollo-demo/index.html" title="Apollo Demo">Apollo Demo</a>
<a href="../index.html" title="Apollo">Apollo</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<li class="expanded">
<a href="project-info.html" title="Project Information">Project Information</a>
<ul>
<li class="none">
......@@ -115,13 +85,10 @@
</li>
<li class="none">
<a href="license.html" title="Licenses">Licenses</a>
</li>
<li class="none">
<a href="modules.html" title="Project Modules">Project Modules</a>
</li>
</ul>
</li>
<li class="collapsed">
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
......
......@@ -3,7 +3,7 @@
<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>Apollo - Issue Management</title>
<title>Apollo BuildTools - Issue Management</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
......@@ -17,7 +17,7 @@
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Apollo
Apollo BuildTools
</div>
<div class="clear">
<hr/>
......@@ -30,7 +30,7 @@
<span id="publishDate">Last Published: 2016-04-16</span>
&nbsp;| <span id="projectVersion">Version: 0.0.1-SNAPSHOT</span>
</div>
<div class="xright"> <a href="./" title="Apollo">Apollo</a>
<div class="xright"> <a href="./" title="Apollo BuildTools">Apollo BuildTools</a>
</div>
......@@ -45,42 +45,12 @@
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="framework-parent/index.html" title="Ctrip Framework Parent">Ctrip Framework Parent</a>
</li>
</ul>
<h5>Modules</h5>
<ul>
<li class="none">
<a href="apollo-buildtools/index.html" title="Apollo BuildTools">Apollo BuildTools</a>
</li>
<li class="none">
<a href="apollo-core/index.html" title="Apollo Core">Apollo Core</a>
</li>
<li class="none">
<a href="apollo-client/index.html" title="Apollo Client">Apollo Client</a>
</li>
<li class="none">
<a href="apollo-common/index.html" title="Apollo Common">Apollo Common</a>
</li>
<li class="none">
<a href="apollo-biz/index.html" title="Apollo Biz">Apollo Biz</a>
</li>
<li class="none">
<a href="apollo-configservice/index.html" title="Apollo ConfigService">Apollo ConfigService</a>
</li>
<li class="none">
<a href="apollo-adminservice/index.html" title="Apollo AdminService">Apollo AdminService</a>
</li>
<li class="none">
<a href="apollo-portal/index.html" title="Apollo Portal">Apollo Portal</a>
</li>
<li class="none">
<a href="apollo-demo/index.html" title="Apollo Demo">Apollo Demo</a>
<a href="../index.html" title="Apollo">Apollo</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<li class="expanded">
<a href="project-info.html" title="Project Information">Project Information</a>
<ul>
<li class="none">
......@@ -115,13 +85,10 @@
</li>
<li class="none">
<a href="license.html" title="Licenses">Licenses</a>
</li>
<li class="none">
<a href="modules.html" title="Project Modules">Project Modules</a>
</li>
</ul>
</li>
<li class="collapsed">
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
......
This diff is collapsed.
......@@ -3,7 +3,7 @@
<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>Apollo - Project Plugin Management</title>
<title>Apollo BuildTools - Project Plugin Management</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
......@@ -17,7 +17,7 @@
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Apollo
Apollo BuildTools
</div>
<div class="clear">
<hr/>
......@@ -30,7 +30,7 @@
<span id="publishDate">Last Published: 2016-04-16</span>
&nbsp;| <span id="projectVersion">Version: 0.0.1-SNAPSHOT</span>
</div>
<div class="xright"> <a href="./" title="Apollo">Apollo</a>
<div class="xright"> <a href="./" title="Apollo BuildTools">Apollo BuildTools</a>
</div>
......@@ -45,42 +45,12 @@
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="framework-parent/index.html" title="Ctrip Framework Parent">Ctrip Framework Parent</a>
</li>
</ul>
<h5>Modules</h5>
<ul>
<li class="none">
<a href="apollo-buildtools/index.html" title="Apollo BuildTools">Apollo BuildTools</a>
</li>
<li class="none">
<a href="apollo-core/index.html" title="Apollo Core">Apollo Core</a>
</li>
<li class="none">
<a href="apollo-client/index.html" title="Apollo Client">Apollo Client</a>
</li>
<li class="none">
<a href="apollo-common/index.html" title="Apollo Common">Apollo Common</a>
</li>
<li class="none">
<a href="apollo-biz/index.html" title="Apollo Biz">Apollo Biz</a>
</li>
<li class="none">
<a href="apollo-configservice/index.html" title="Apollo ConfigService">Apollo ConfigService</a>
</li>
<li class="none">
<a href="apollo-adminservice/index.html" title="Apollo AdminService">Apollo AdminService</a>
</li>
<li class="none">
<a href="apollo-portal/index.html" title="Apollo Portal">Apollo Portal</a>
</li>
<li class="none">
<a href="apollo-demo/index.html" title="Apollo Demo">Apollo Demo</a>
<a href="../index.html" title="Apollo">Apollo</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<li class="expanded">
<a href="project-info.html" title="Project Information">Project Information</a>
<ul>
<li class="none">
......@@ -115,13 +85,10 @@
</li>
<li class="none">
<a href="license.html" title="Licenses">Licenses</a>
</li>
<li class="none">
<a href="modules.html" title="Project Modules">Project Modules</a>
</li>
</ul>
</li>
<li class="collapsed">
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
......
......@@ -3,7 +3,7 @@
<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>Apollo - Project Plugins</title>
<title>Apollo BuildTools - Project Plugins</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
......@@ -17,7 +17,7 @@
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Apollo
Apollo BuildTools
</div>
<div class="clear">
<hr/>
......@@ -30,7 +30,7 @@
<span id="publishDate">Last Published: 2016-04-16</span>
&nbsp;| <span id="projectVersion">Version: 0.0.1-SNAPSHOT</span>
</div>
<div class="xright"> <a href="./" title="Apollo">Apollo</a>
<div class="xright"> <a href="./" title="Apollo BuildTools">Apollo BuildTools</a>
</div>
......@@ -45,42 +45,12 @@
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="framework-parent/index.html" title="Ctrip Framework Parent">Ctrip Framework Parent</a>
</li>
</ul>
<h5>Modules</h5>
<ul>
<li class="none">
<a href="apollo-buildtools/index.html" title="Apollo BuildTools">Apollo BuildTools</a>
</li>
<li class="none">
<a href="apollo-core/index.html" title="Apollo Core">Apollo Core</a>
</li>
<li class="none">
<a href="apollo-client/index.html" title="Apollo Client">Apollo Client</a>
</li>
<li class="none">
<a href="apollo-common/index.html" title="Apollo Common">Apollo Common</a>
</li>
<li class="none">
<a href="apollo-biz/index.html" title="Apollo Biz">Apollo Biz</a>
</li>
<li class="none">
<a href="apollo-configservice/index.html" title="Apollo ConfigService">Apollo ConfigService</a>
</li>
<li class="none">
<a href="apollo-adminservice/index.html" title="Apollo AdminService">Apollo AdminService</a>
</li>
<li class="none">
<a href="apollo-portal/index.html" title="Apollo Portal">Apollo Portal</a>
</li>
<li class="none">
<a href="apollo-demo/index.html" title="Apollo Demo">Apollo Demo</a>
<a href="../index.html" title="Apollo">Apollo</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<li class="expanded">
<a href="project-info.html" title="Project Information">Project Information</a>
<ul>
<li class="none">
......@@ -115,13 +85,10 @@
</li>
<li class="none">
<a href="license.html" title="Licenses">Licenses</a>
</li>
<li class="none">
<a href="modules.html" title="Project Modules">Project Modules</a>
</li>
</ul>
</li>
<li class="collapsed">
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
......@@ -171,6 +138,14 @@
<td>2.4</td></tr>
<tr class="a">
<td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td>
<td>2.4</td></tr>
<tr class="b">
<td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td>
<td>2.6</td></tr>
<tr class="a">
<td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td>
<td>3.3</td></tr>
<tr class="b">
......@@ -178,18 +153,22 @@
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-source-plugin/">maven-source-plugin</a></td>
<td>3.0.0</td></tr>
<tr class="a">
<td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin/">maven-surefire-plugin</a></td>
<td>2.19.1</td></tr>
<tr class="b">
<td>org.codehaus.mojo</td>
<td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td>
<td>2.7</td></tr>
<tr class="b">
<tr class="a">
<td>org.codehaus.mojo</td>
<td><a class="externalLink" href="http://gleclaire.github.io/findbugs-maven-plugin/">findbugs-maven-plugin</a></td>
<td>3.0.3</td></tr>
<tr class="a">
<tr class="b">
<td>org.eluder.coveralls</td>
<td><a class="externalLink" href="https://github.com/trautonen/coveralls-maven-plugin">coveralls-maven-plugin</a></td>
<td>4.1.0</td></tr>
<tr class="b">
<tr class="a">
<td>pl.project13.maven</td>
<td><a class="externalLink" href="http://www.blog.project13.pl">git-commit-id-plugin</a></td>
<td>2.2.0</td></tr></table></div>
......
......@@ -3,7 +3,7 @@
<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>Apollo - Project Information</title>
<title>Apollo BuildTools - Project Information</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
......@@ -17,7 +17,7 @@
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Apollo
Apollo BuildTools
</div>
<div class="clear">
<hr/>
......@@ -30,7 +30,7 @@
<span id="publishDate">Last Published: 2016-04-16</span>
&nbsp;| <span id="projectVersion">Version: 0.0.1-SNAPSHOT</span>
</div>
<div class="xright"> <a href="./" title="Apollo">Apollo</a>
<div class="xright"> <a href="./" title="Apollo BuildTools">Apollo BuildTools</a>
</div>
......@@ -45,42 +45,12 @@
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="framework-parent/index.html" title="Ctrip Framework Parent">Ctrip Framework Parent</a>
</li>
</ul>
<h5>Modules</h5>
<ul>
<li class="none">
<a href="apollo-buildtools/index.html" title="Apollo BuildTools">Apollo BuildTools</a>
</li>
<li class="none">
<a href="apollo-core/index.html" title="Apollo Core">Apollo Core</a>
</li>
<li class="none">
<a href="apollo-client/index.html" title="Apollo Client">Apollo Client</a>
</li>
<li class="none">
<a href="apollo-common/index.html" title="Apollo Common">Apollo Common</a>
</li>
<li class="none">
<a href="apollo-biz/index.html" title="Apollo Biz">Apollo Biz</a>
</li>
<li class="none">
<a href="apollo-configservice/index.html" title="Apollo ConfigService">Apollo ConfigService</a>
</li>
<li class="none">
<a href="apollo-adminservice/index.html" title="Apollo AdminService">Apollo AdminService</a>
</li>
<li class="none">
<a href="apollo-portal/index.html" title="Apollo Portal">Apollo Portal</a>
</li>
<li class="none">
<a href="apollo-demo/index.html" title="Apollo Demo">Apollo Demo</a>
<a href="../index.html" title="Apollo">Apollo</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<li class="expanded">
<strong>Project Information</strong>
<ul>
<li class="none">
......@@ -115,13 +85,10 @@
</li>
<li class="none">
<a href="license.html" title="Licenses">Licenses</a>
</li>
<li class="none">
<a href="modules.html" title="Project Modules">Project Modules</a>
</li>
</ul>
</li>
<li class="collapsed">
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
......@@ -175,10 +142,7 @@
<td>This document provides informations on the distribution management of this project.</td></tr>
<tr class="b">
<td><a href="license.html">Licenses</a></td>
<td>This document lists the project license(s).</td></tr>
<tr class="a">
<td><a href="modules.html">Project Modules</a></td>
<td>This document lists the modules (sub-projects) of this project.</td></tr></table></div></div>
<td>This document lists the project license(s).</td></tr></table></div></div>
</div>
</div>
<div class="clear">
......
......@@ -3,7 +3,7 @@
<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>Apollo - Generated Reports</title>
<title>Apollo BuildTools - Generated Reports</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
......@@ -17,7 +17,7 @@
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Apollo
Apollo BuildTools
</div>
<div class="clear">
<hr/>
......@@ -30,7 +30,7 @@
<span id="publishDate">Last Published: 2016-04-16</span>
&nbsp;| <span id="projectVersion">Version: 0.0.1-SNAPSHOT</span>
</div>
<div class="xright"> <a href="./" title="Apollo">Apollo</a>
<div class="xright"> <a href="./" title="Apollo BuildTools">Apollo BuildTools</a>
</div>
......@@ -45,55 +45,19 @@
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="framework-parent/index.html" title="Ctrip Framework Parent">Ctrip Framework Parent</a>
</li>
</ul>
<h5>Modules</h5>
<ul>
<li class="none">
<a href="apollo-buildtools/index.html" title="Apollo BuildTools">Apollo BuildTools</a>
</li>
<li class="none">
<a href="apollo-core/index.html" title="Apollo Core">Apollo Core</a>
</li>
<li class="none">
<a href="apollo-client/index.html" title="Apollo Client">Apollo Client</a>
</li>
<li class="none">
<a href="apollo-common/index.html" title="Apollo Common">Apollo Common</a>
</li>
<li class="none">
<a href="apollo-biz/index.html" title="Apollo Biz">Apollo Biz</a>
</li>
<li class="none">
<a href="apollo-configservice/index.html" title="Apollo ConfigService">Apollo ConfigService</a>
</li>
<li class="none">
<a href="apollo-adminservice/index.html" title="Apollo AdminService">Apollo AdminService</a>
</li>
<li class="none">
<a href="apollo-portal/index.html" title="Apollo Portal">Apollo Portal</a>
</li>
<li class="none">
<a href="apollo-demo/index.html" title="Apollo Demo">Apollo Demo</a>
<a href="../index.html" title="Apollo">Apollo</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="collapsed">
<li class="collapsed">
<a href="project-info.html" title="Project Information">Project Information</a>
</li>
<li class="expanded">
<li class="expanded">
<strong>Project Reports</strong>
<ul>
<li class="none">
<a href="checkstyle-aggregate.html" title="Checkstyle">Checkstyle</a>
</li>
<li class="none">
<a href="pmd.html" title="PMD">PMD</a>
</li>
<li class="none">
<a href="cobertura/index.html" title="Cobertura Test Coverage">Cobertura Test Coverage</a>
<a href="checkstyle.html" title="Checkstyle">Checkstyle</a>
</li>
</ul>
</li>
......@@ -117,14 +81,8 @@
<th>Document</th>
<th>Description</th></tr>
<tr class="b">
<td><a href="checkstyle-aggregate.html">Checkstyle</a></td>
<td>Report on coding style conventions.</td></tr>
<tr class="a">
<td><a href="pmd.html">PMD</a></td>
<td>Verification of coding rules.</td></tr>
<tr class="b">
<td><a href="cobertura/index.html">Cobertura Test Coverage</a></td>
<td>Cobertura Test Coverage Report.</td></tr></table></div></div>
<td><a href="checkstyle.html">Checkstyle</a></td>
<td>Report on coding style conventions.</td></tr></table></div></div>
</div>
</div>
<div class="clear">
......
......@@ -3,7 +3,7 @@
<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>Apollo - Project Summary</title>
<title>Apollo BuildTools - Project Summary</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
......@@ -17,7 +17,7 @@
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Apollo
Apollo BuildTools
</div>
<div class="clear">
<hr/>
......@@ -30,7 +30,7 @@
<span id="publishDate">Last Published: 2016-04-16</span>
&nbsp;| <span id="projectVersion">Version: 0.0.1-SNAPSHOT</span>
</div>
<div class="xright"> <a href="./" title="Apollo">Apollo</a>
<div class="xright"> <a href="./" title="Apollo BuildTools">Apollo BuildTools</a>
</div>
......@@ -45,42 +45,12 @@
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="framework-parent/index.html" title="Ctrip Framework Parent">Ctrip Framework Parent</a>
</li>
</ul>
<h5>Modules</h5>
<ul>
<li class="none">
<a href="apollo-buildtools/index.html" title="Apollo BuildTools">Apollo BuildTools</a>
</li>
<li class="none">
<a href="apollo-core/index.html" title="Apollo Core">Apollo Core</a>
</li>
<li class="none">
<a href="apollo-client/index.html" title="Apollo Client">Apollo Client</a>
</li>
<li class="none">
<a href="apollo-common/index.html" title="Apollo Common">Apollo Common</a>
</li>
<li class="none">
<a href="apollo-biz/index.html" title="Apollo Biz">Apollo Biz</a>
</li>
<li class="none">
<a href="apollo-configservice/index.html" title="Apollo ConfigService">Apollo ConfigService</a>
</li>
<li class="none">
<a href="apollo-adminservice/index.html" title="Apollo AdminService">Apollo AdminService</a>
</li>
<li class="none">
<a href="apollo-portal/index.html" title="Apollo Portal">Apollo Portal</a>
</li>
<li class="none">
<a href="apollo-demo/index.html" title="Apollo Demo">Apollo Demo</a>
<a href="../index.html" title="Apollo">Apollo</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<li class="expanded">
<a href="project-info.html" title="Project Information">Project Information</a>
<ul>
<li class="none">
......@@ -115,13 +85,10 @@
</li>
<li class="none">
<a href="license.html" title="Licenses">Licenses</a>
</li>
<li class="none">
<a href="modules.html" title="Project Modules">Project Modules</a>
</li>
</ul>
</li>
<li class="collapsed">
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
......@@ -144,13 +111,13 @@
<th>Value</th></tr>
<tr class="b">
<td>Name</td>
<td>Apollo</td></tr>
<td>Apollo BuildTools</td></tr>
<tr class="a">
<td>Description</td>
<td>Ctrip Configuration Center</td></tr>
<tr class="b">
<td>Homepage</td>
<td><a class="externalLink" href="https://ctripcorp.github.io/apollo">https://ctripcorp.github.io/apollo</a></td></tr></table></div>
<td><a class="externalLink" href="https://ctripcorp.github.io/apollo/apollo-buildtools">https://ctripcorp.github.io/apollo/apollo-buildtools</a></td></tr></table></div>
<div class="section">
<h3>Project Organization<a name="Project_Organization"></a></h3><a name="Project_Organization"></a>
<table border="0" class="bodyTable">
......@@ -174,13 +141,16 @@
<td>com.ctrip.apollo</td></tr>
<tr class="a">
<td>ArtifactId</td>
<td>apollo</td></tr>
<td>apollo-buildtools</td></tr>
<tr class="b">
<td>Version</td>
<td>0.0.1-SNAPSHOT</td></tr>
<tr class="a">
<td>Type</td>
<td>pom</td></tr></table></div></div>
<td>jar</td></tr>
<tr class="b">
<td>Java Version</td>
<td>1.8</td></tr></table></div></div>
</div>
</div>
<div class="clear">
......
......@@ -3,7 +3,7 @@
<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>Apollo - Source Code Management</title>
<title>Apollo BuildTools - Source Code Management</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
......@@ -17,7 +17,7 @@
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Apollo
Apollo BuildTools
</div>
<div class="clear">
<hr/>
......@@ -30,7 +30,7 @@
<span id="publishDate">Last Published: 2016-04-16</span>
&nbsp;| <span id="projectVersion">Version: 0.0.1-SNAPSHOT</span>
</div>
<div class="xright"> <a href="./" title="Apollo">Apollo</a>
<div class="xright"> <a href="./" title="Apollo BuildTools">Apollo BuildTools</a>
</div>
......@@ -45,42 +45,12 @@
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="framework-parent/index.html" title="Ctrip Framework Parent">Ctrip Framework Parent</a>
</li>
</ul>
<h5>Modules</h5>
<ul>
<li class="none">
<a href="apollo-buildtools/index.html" title="Apollo BuildTools">Apollo BuildTools</a>
</li>
<li class="none">
<a href="apollo-core/index.html" title="Apollo Core">Apollo Core</a>
</li>
<li class="none">
<a href="apollo-client/index.html" title="Apollo Client">Apollo Client</a>
</li>
<li class="none">
<a href="apollo-common/index.html" title="Apollo Common">Apollo Common</a>
</li>
<li class="none">
<a href="apollo-biz/index.html" title="Apollo Biz">Apollo Biz</a>
</li>
<li class="none">
<a href="apollo-configservice/index.html" title="Apollo ConfigService">Apollo ConfigService</a>
</li>
<li class="none">
<a href="apollo-adminservice/index.html" title="Apollo AdminService">Apollo AdminService</a>
</li>
<li class="none">
<a href="apollo-portal/index.html" title="Apollo Portal">Apollo Portal</a>
</li>
<li class="none">
<a href="apollo-demo/index.html" title="Apollo Demo">Apollo Demo</a>
<a href="../index.html" title="Apollo">Apollo</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<li class="expanded">
<a href="project-info.html" title="Project Information">Project Information</a>
<ul>
<li class="none">
......@@ -115,13 +85,10 @@
</li>
<li class="none">
<a href="license.html" title="Licenses">Licenses</a>
</li>
<li class="none">
<a href="modules.html" title="Project Modules">Project Modules</a>
</li>
</ul>
</li>
<li class="collapsed">
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
......@@ -141,7 +108,7 @@
<h2>Web Browser Access<a name="Web_Browser_Access"></a></h2><a name="Web_Browser_Access"></a>
<p>The following is a link to a browsable version of the source repository:</p>
<div class="source">
<pre><a class="externalLink" href="https://github.com/ctripcorp/apollo">https://github.com/ctripcorp/apollo</a></pre></div></div>
<pre><a class="externalLink" href="https://github.com/ctripcorp/apollo/apollo-buildtools">https://github.com/ctripcorp/apollo/apollo-buildtools</a></pre></div></div>
<div class="section">
<h2>Anonymous Access<a name="Anonymous_Access"></a></h2><a name="Anonymous_Access"></a>
<p>The source can be checked out anonymously from Git with this command (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>):</p>
......
......@@ -3,7 +3,7 @@
<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>Apollo - Project Team</title>
<title>Apollo BuildTools - Project Team</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
......@@ -17,7 +17,7 @@
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Apollo
Apollo BuildTools
</div>
<div class="clear">
<hr/>
......@@ -30,7 +30,7 @@
<span id="publishDate">Last Published: 2016-04-16</span>
&nbsp;| <span id="projectVersion">Version: 0.0.1-SNAPSHOT</span>
</div>
<div class="xright"> <a href="./" title="Apollo">Apollo</a>
<div class="xright"> <a href="./" title="Apollo BuildTools">Apollo BuildTools</a>
</div>
......@@ -45,42 +45,12 @@
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="framework-parent/index.html" title="Ctrip Framework Parent">Ctrip Framework Parent</a>
</li>
</ul>
<h5>Modules</h5>
<ul>
<li class="none">
<a href="apollo-buildtools/index.html" title="Apollo BuildTools">Apollo BuildTools</a>
</li>
<li class="none">
<a href="apollo-core/index.html" title="Apollo Core">Apollo Core</a>
</li>
<li class="none">
<a href="apollo-client/index.html" title="Apollo Client">Apollo Client</a>
</li>
<li class="none">
<a href="apollo-common/index.html" title="Apollo Common">Apollo Common</a>
</li>
<li class="none">
<a href="apollo-biz/index.html" title="Apollo Biz">Apollo Biz</a>
</li>
<li class="none">
<a href="apollo-configservice/index.html" title="Apollo ConfigService">Apollo ConfigService</a>
</li>
<li class="none">
<a href="apollo-adminservice/index.html" title="Apollo AdminService">Apollo AdminService</a>
</li>
<li class="none">
<a href="apollo-portal/index.html" title="Apollo Portal">Apollo Portal</a>
</li>
<li class="none">
<a href="apollo-demo/index.html" title="Apollo Demo">Apollo Demo</a>
<a href="../index.html" title="Apollo">Apollo</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<li class="expanded">
<a href="project-info.html" title="Project Information">Project Information</a>
<ul>
<li class="none">
......@@ -115,13 +85,10 @@
</li>
<li class="none">
<a href="license.html" title="Licenses">Licenses</a>
</li>
<li class="none">
<a href="modules.html" title="Project Modules">Project Modules</a>
</li>
</ul>
</li>
<li class="collapsed">
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment