Commit e576c605 authored by Yiming Liu's avatar Yiming Liu

Site for apollo-buildtools, 0.0.1-SNAPSHOT

parent 359df865
...@@ -71,39 +71,39 @@ ...@@ -71,39 +71,39 @@
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<div class="section"> <div class="section">
<h2>Checkstyle Results<a name="Checkstyle_Results"></a></h2> <h2>Checkstyle Results<a name="Checkstyle_Results"></a></h2>
<p>The following document contains the results of <a class="externalLink" href="http://checkstyle.sourceforge.net/">Checkstyle</a> 6.17 with google_checks.xml ruleset.&#160;<a href="checkstyle.rss"><img alt="rss feed" src="images/rss.png" /></a></p></div> <p>The following document contains the results of <a class="externalLink" href="http://checkstyle.sourceforge.net/">Checkstyle</a> 6.17 with google_checks.xml ruleset.&#160;<a href="checkstyle.rss"><img alt="rss feed" src="images/rss.png" /></a></p></div>
<div class="section"> <div class="section">
<h2>Summary<a name="Summary"></a></h2> <h2>Summary<a name="Summary"></a></h2>
<table border="0" class="bodyTable"> <table border="0" class="bodyTable">
<tr class="a"> <tr class="a">
<th>Files</th> <th>Files</th>
<th><img src="images/icon_info_sml.gif" alt="" />&#160;Info</th> <th><img src="images/icon_info_sml.gif" alt="" />&#160;Info</th>
<th><img src="images/icon_warning_sml.gif" alt="" />&#160;Warnings</th> <th><img src="images/icon_warning_sml.gif" alt="" />&#160;Warnings</th>
<th><img src="images/icon_error_sml.gif" alt="" />&#160;Errors</th></tr> <th><img src="images/icon_error_sml.gif" alt="" />&#160;Errors</th></tr>
<tr class="b"> <tr class="b">
<td>0</td> <td>0</td>
<td>0</td> <td>0</td>
<td>0</td> <td>0</td>
<td>0</td></tr></table></div> <td>0</td></tr></table></div>
<div class="section"> <div class="section">
<h2>Files<a name="Files"></a></h2> <h2>Files<a name="Files"></a></h2>
<table border="0" class="bodyTable"> <table border="0" class="bodyTable">
<tr class="a"> <tr class="a">
<th>File</th> <th>File</th>
<th><img src="images/icon_info_sml.gif" alt="" />&#160;I</th> <th><img src="images/icon_info_sml.gif" alt="" />&#160;I</th>
<th><img src="images/icon_warning_sml.gif" alt="" />&#160;W</th> <th><img src="images/icon_warning_sml.gif" alt="" />&#160;W</th>
<th><img src="images/icon_error_sml.gif" alt="" />&#160;E</th></tr></table></div> <th><img src="images/icon_error_sml.gif" alt="" />&#160;E</th></tr></table></div>
<div class="section"> <div class="section">
<h2>Rules<a name="Rules"></a></h2> <h2>Rules<a name="Rules"></a></h2>
<table border="0" class="bodyTable"> <table border="0" class="bodyTable">
<tr class="b"> <tr class="b">
<th>Category</th> <th>Category</th>
<th>Rule</th> <th>Rule</th>
<th>Violations</th> <th>Violations</th>
<th>Severity</th></tr></table></div> <th>Severity</th></tr></table></div>
<div class="section"> <div class="section">
<h2>Details<a name="Details"></a></h2></div> <h2>Details<a name="Details"></a></h2></div>
</div> </div>
</div> </div>
......
...@@ -101,43 +101,43 @@ ...@@ -101,43 +101,43 @@
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<div class="section"> <div class="section">
<h2>Dependency Information<a name="Dependency_Information"></a></h2><a name="Dependency_Information"></a> <h2>Dependency Information<a name="Dependency_Information"></a></h2><a name="Dependency_Information"></a>
<div class="section"> <div class="section">
<h3>Apache Maven<a name="Apache_Maven"></a></h3><a name="Apache_Maven"></a> <h3>Apache Maven<a name="Apache_Maven"></a></h3><a name="Apache_Maven"></a>
<div class="source"> <div class="source">
<pre>&lt;dependency&gt; <pre>&lt;dependency&gt;
&lt;groupId&gt;com.ctrip.apollo&lt;/groupId&gt; &lt;groupId&gt;com.ctrip.apollo&lt;/groupId&gt;
&lt;artifactId&gt;apollo-buildtools&lt;/artifactId&gt; &lt;artifactId&gt;apollo-buildtools&lt;/artifactId&gt;
&lt;version&gt;0.0.1-SNAPSHOT&lt;/version&gt; &lt;version&gt;0.0.1-SNAPSHOT&lt;/version&gt;
&lt;/dependency&gt;</pre></div></div> &lt;/dependency&gt;</pre></div></div>
<div class="section"> <div class="section">
<h3>Apache Buildr<a name="Apache_Buildr"></a></h3><a name="Apache_Buildr"></a> <h3>Apache Buildr<a name="Apache_Buildr"></a></h3><a name="Apache_Buildr"></a>
<div class="source"> <div class="source">
<pre>'com.ctrip.apollo:apollo-buildtools:jar:0.0.1-SNAPSHOT'</pre></div></div> <pre>'com.ctrip.apollo:apollo-buildtools:jar:0.0.1-SNAPSHOT'</pre></div></div>
<div class="section"> <div class="section">
<h3>Apache Ivy<a name="Apache_Ivy"></a></h3><a name="Apache_Ivy"></a> <h3>Apache Ivy<a name="Apache_Ivy"></a></h3><a name="Apache_Ivy"></a>
<div class="source"> <div class="source">
<pre>&lt;dependency org=&quot;com.ctrip.apollo&quot; name=&quot;apollo-buildtools&quot; rev=&quot;0.0.1-SNAPSHOT&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;artifact name=&quot;apollo-buildtools&quot; type=&quot;jar&quot; /&gt;
&lt;/dependency&gt;</pre></div></div> &lt;/dependency&gt;</pre></div></div>
<div class="section"> <div class="section">
<h3>Groovy Grape<a name="Groovy_Grape"></a></h3><a name="Groovy_Grape"></a> <h3>Groovy Grape<a name="Groovy_Grape"></a></h3><a name="Groovy_Grape"></a>
<div class="source"> <div class="source">
<pre>@Grapes( <pre>@Grapes(
@Grab(group='com.ctrip.apollo', module='apollo-buildtools', version='0.0.1-SNAPSHOT') @Grab(group='com.ctrip.apollo', module='apollo-buildtools', version='0.0.1-SNAPSHOT')
)</pre></div></div> )</pre></div></div>
<div class="section"> <div class="section">
<h3>Gradle/Grails<a name="GradleGrails"></a></h3><a name="GradleGrails"></a> <h3>Gradle/Grails<a name="GradleGrails"></a></h3><a name="GradleGrails"></a>
<div class="source"> <div class="source">
<pre>compile 'com.ctrip.apollo:apollo-buildtools:0.0.1-SNAPSHOT'</pre></div></div> <pre>compile 'com.ctrip.apollo:apollo-buildtools:0.0.1-SNAPSHOT'</pre></div></div>
<div class="section"> <div class="section">
<h3>Scala SBT<a name="Scala_SBT"></a></h3><a name="Scala_SBT"></a> <h3>Scala SBT<a name="Scala_SBT"></a></h3><a name="Scala_SBT"></a>
<div class="source"> <div class="source">
<pre>libraryDependencies += &quot;com.ctrip.apollo&quot; % &quot;apollo-buildtools&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"> <div class="section">
<h3>Leiningen<a name="Leiningen"></a></h3><a name="Leiningen"></a> <h3>Leiningen<a name="Leiningen"></a></h3><a name="Leiningen"></a>
<div class="source"> <div class="source">
<pre>[com.ctrip.apollo/apollo-buildtools &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> </div>
......
...@@ -101,14 +101,14 @@ ...@@ -101,14 +101,14 @@
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<div class="section"> <div class="section">
<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a> <h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
<p>The following is the distribution management information used by this project.</p> <p>The following is the distribution management information used by this project.</p>
<div class="section"> <div class="section">
<h3>Repository - releases<a name="Repository_-_releases"></a></h3><a name="Repository_-_releases"></a> <h3>Repository - releases<a name="Repository_-_releases"></a></h3><a name="Repository_-_releases"></a>
<p>${releases.repo}</p></div> <p>${releases.repo}</p></div>
<div class="section"> <div class="section">
<h3>Snapshot Repository - snapshots<a name="Snapshot_Repository_-_snapshots"></a></h3><a name="Snapshot_Repository_-_snapshots"></a> <h3>Snapshot Repository - snapshots<a name="Snapshot_Repository_-_snapshots"></a></h3><a name="Snapshot_Repository_-_snapshots"></a>
<p>${snapshots.repo}</p></div></div> <p>${snapshots.repo}</p></div></div>
</div> </div>
</div> </div>
......
...@@ -101,8 +101,8 @@ ...@@ -101,8 +101,8 @@
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<div class="section"> <div class="section">
<h2>About Apollo BuildTools<a name="About_Apollo_BuildTools"></a></h2><a name="About_Apollo_BuildTools"></a> <h2>About Apollo BuildTools<a name="About_Apollo_BuildTools"></a></h2><a name="About_Apollo_BuildTools"></a>
<p>Ctrip Configuration Center</p></div> <p>Ctrip Configuration Center</p></div>
</div> </div>
</div> </div>
......
...@@ -101,16 +101,16 @@ ...@@ -101,16 +101,16 @@
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<div class="section"> <div class="section">
<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a> <h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
<p>This project uses <a class="externalLink" href="https://travis-ci.org/">Travis CI</a>.</p></div> <p>This project uses <a class="externalLink" href="https://travis-ci.org/">Travis CI</a>.</p></div>
<div class="section"> <div class="section">
<h2>Access<a name="Access"></a></h2><a name="Access"></a> <h2>Access<a name="Access"></a></h2><a name="Access"></a>
<p>The following is a link to the continuous integration system used by the project:</p> <p>The following is a link to the continuous integration system used by the project:</p>
<div class="source"> <div class="source">
<pre><a class="externalLink" href="https://travis-ci.org/ctripcorp/apollo">https://travis-ci.org/ctripcorp/apollo</a></pre></div></div> <pre><a class="externalLink" href="https://travis-ci.org/ctripcorp/apollo">https://travis-ci.org/ctripcorp/apollo</a></pre></div></div>
<div class="section"> <div class="section">
<h2>Notifiers<a name="Notifiers"></a></h2><a name="Notifiers"></a> <h2>Notifiers<a name="Notifiers"></a></h2><a name="Notifiers"></a>
<p>No notifiers are defined. Please check back at a later date.</p></div> <p>No notifiers are defined. Please check back at a later date.</p></div>
</div> </div>
</div> </div>
......
...@@ -101,13 +101,13 @@ ...@@ -101,13 +101,13 @@
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<div class="section"> <div class="section">
<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a> <h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
<p>This project uses github to manage its issues.</p></div> <p>This project uses github to manage its issues.</p></div>
<div class="section"> <div class="section">
<h2>Issue Management<a name="Issue_Management"></a></h2><a name="Issue_Management"></a> <h2>Issue Management<a name="Issue_Management"></a></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> <p>Issues, bugs, and feature requests should be submitted to the following issue management system for this project.</p>
<div class="source"> <div class="source">
<pre><a class="externalLink" href="https://github.com/ctripcorp/apollo/issues">https://github.com/ctripcorp/apollo/issues</a></pre></div></div> <pre><a class="externalLink" href="https://github.com/ctripcorp/apollo/issues">https://github.com/ctripcorp/apollo/issues</a></pre></div></div>
</div> </div>
</div> </div>
......
This diff is collapsed.
...@@ -101,52 +101,52 @@ ...@@ -101,52 +101,52 @@
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<div class="section"> <div class="section">
<h2>Project Plugin Management<a name="Project_Plugin_Management"></a></h2><a name="Project_Plugin_Management"></a> <h2>Project Plugin Management<a name="Project_Plugin_Management"></a></h2><a name="Project_Plugin_Management"></a>
<table border="0" class="bodyTable"> <table border="0" class="bodyTable">
<tr class="a"> <tr class="a">
<th>GroupId</th> <th>GroupId</th>
<th>ArtifactId</th> <th>ArtifactId</th>
<th>Version</th></tr> <th>Version</th></tr>
<tr class="b"> <tr class="b">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-antrun-plugin/">maven-antrun-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-antrun-plugin/">maven-antrun-plugin</a></td>
<td>1.3</td></tr> <td>1.3</td></tr>
<tr class="a"> <tr class="a">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-assembly-plugin/">maven-assembly-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-assembly-plugin/">maven-assembly-plugin</a></td>
<td>2.2-beta-5</td></tr> <td>2.2-beta-5</td></tr>
<tr class="b"> <tr class="b">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">maven-checkstyle-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">maven-checkstyle-plugin</a></td>
<td>2.17</td></tr> <td>2.17</td></tr>
<tr class="a"> <tr class="a">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</a></td>
<td>2.8</td></tr> <td>2.8</td></tr>
<tr class="b"> <tr class="b">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/">maven-release-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/">maven-release-plugin</a></td>
<td>2.3.2</td></tr> <td>2.3.2</td></tr>
<tr class="a"> <tr class="a">
<td>org.apache.maven.plugins</td> <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><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin/">maven-surefire-plugin</a></td>
<td>2.19.1</td></tr> <td>2.19.1</td></tr>
<tr class="b"> <tr class="b">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-war-plugin/">maven-war-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-war-plugin/">maven-war-plugin</a></td>
<td>2.6</td></tr> <td>2.6</td></tr>
<tr class="a"> <tr class="a">
<td>org.codehaus.mojo</td> <td>org.codehaus.mojo</td>
<td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td> <td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td>
<td>2.7</td></tr> <td>2.7</td></tr>
<tr class="b"> <tr class="b">
<td>org.codehaus.mojo</td> <td>org.codehaus.mojo</td>
<td><a class="externalLink" href="http://gleclaire.github.io/findbugs-maven-plugin/">findbugs-maven-plugin</a></td> <td><a class="externalLink" href="http://gleclaire.github.io/findbugs-maven-plugin/">findbugs-maven-plugin</a></td>
<td>3.0.3</td></tr> <td>3.0.3</td></tr>
<tr class="a"> <tr class="a">
<td>org.springframework.boot</td> <td>org.springframework.boot</td>
<td><a class="externalLink" href="http://projects.spring.io/spring-boot/">spring-boot-maven-plugin</a></td> <td><a class="externalLink" href="http://projects.spring.io/spring-boot/">spring-boot-maven-plugin</a></td>
<td>1.3.3.RELEASE</td></tr></table></div> <td>1.3.3.RELEASE</td></tr></table></div>
</div> </div>
</div> </div>
......
...@@ -101,103 +101,103 @@ ...@@ -101,103 +101,103 @@
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<div class="section"> <div class="section">
<h2>Project Build Plugins<a name="Project_Build_Plugins"></a></h2><a name="Project_Build_Plugins"></a> <h2>Project Build Plugins<a name="Project_Build_Plugins"></a></h2><a name="Project_Build_Plugins"></a>
<table border="0" class="bodyTable"> <table border="0" class="bodyTable">
<tr class="a"> <tr class="a">
<th>GroupId</th> <th>GroupId</th>
<th>ArtifactId</th> <th>ArtifactId</th>
<th>Version</th></tr> <th>Version</th></tr>
<tr class="b"> <tr class="b">
<td>com.github.github</td> <td>com.github.github</td>
<td><a class="externalLink" href="https://github.com/github/maven-plugins">site-maven-plugin</a></td> <td><a class="externalLink" href="https://github.com/github/maven-plugins">site-maven-plugin</a></td>
<td>0.12</td></tr> <td>0.12</td></tr>
<tr class="a"> <tr class="a">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">maven-checkstyle-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">maven-checkstyle-plugin</a></td>
<td>2.17</td></tr> <td>2.17</td></tr>
<tr class="b"> <tr class="b">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin/">maven-clean-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin/">maven-clean-plugin</a></td>
<td>2.5</td></tr> <td>2.5</td></tr>
<tr class="a"> <tr class="a">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td>
<td>3.5.1</td></tr> <td>3.5.1</td></tr>
<tr class="b"> <tr class="b">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td>
<td>2.7</td></tr> <td>2.7</td></tr>
<tr class="a"> <tr class="a">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/enforcer/maven-enforcer-plugin">maven-enforcer-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/enforcer/maven-enforcer-plugin">maven-enforcer-plugin</a></td>
<td>1.4.1</td></tr> <td>1.4.1</td></tr>
<tr class="b"> <tr class="b">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td>
<td>2.4</td></tr> <td>2.4</td></tr>
<tr class="a"> <tr class="a">
<td>org.apache.maven.plugins</td> <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><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td>
<td>2.4</td></tr> <td>2.4</td></tr>
<tr class="b"> <tr class="b">
<td>org.apache.maven.plugins</td> <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><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td>
<td>2.6</td></tr> <td>2.6</td></tr>
<tr class="a"> <tr class="a">
<td>org.apache.maven.plugins</td> <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><a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td>
<td>3.3</td></tr> <td>3.3</td></tr>
<tr class="b"> <tr class="b">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-source-plugin/">maven-source-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-source-plugin/">maven-source-plugin</a></td>
<td>3.0.0</td></tr> <td>3.0.0</td></tr>
<tr class="a"> <tr class="a">
<td>org.apache.maven.plugins</td> <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><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin/">maven-surefire-plugin</a></td>
<td>2.19.1</td></tr> <td>2.19.1</td></tr>
<tr class="b"> <tr class="b">
<td>org.codehaus.mojo</td> <td>org.codehaus.mojo</td>
<td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td> <td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td>
<td>2.7</td></tr> <td>2.7</td></tr>
<tr class="a"> <tr class="a">
<td>org.codehaus.mojo</td> <td>org.codehaus.mojo</td>
<td><a class="externalLink" href="http://gleclaire.github.io/findbugs-maven-plugin/">findbugs-maven-plugin</a></td> <td><a class="externalLink" href="http://gleclaire.github.io/findbugs-maven-plugin/">findbugs-maven-plugin</a></td>
<td>3.0.3</td></tr> <td>3.0.3</td></tr>
<tr class="b"> <tr class="b">
<td>org.eluder.coveralls</td> <td>org.eluder.coveralls</td>
<td><a class="externalLink" href="https://github.com/trautonen/coveralls-maven-plugin">coveralls-maven-plugin</a></td> <td><a class="externalLink" href="https://github.com/trautonen/coveralls-maven-plugin">coveralls-maven-plugin</a></td>
<td>4.1.0</td></tr> <td>4.1.0</td></tr>
<tr class="a"> <tr class="a">
<td>pl.project13.maven</td> <td>pl.project13.maven</td>
<td><a class="externalLink" href="http://www.blog.project13.pl">git-commit-id-plugin</a></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> <td>2.2.0</td></tr></table></div>
<div class="section"> <div class="section">
<h2>Project Report Plugins<a name="Project_Report_Plugins"></a></h2><a name="Project_Report_Plugins"></a> <h2>Project Report Plugins<a name="Project_Report_Plugins"></a></h2><a name="Project_Report_Plugins"></a>
<table border="0" class="bodyTable"> <table border="0" class="bodyTable">
<tr class="a"> <tr class="a">
<th>GroupId</th> <th>GroupId</th>
<th>ArtifactId</th> <th>ArtifactId</th>
<th>Version</th></tr> <th>Version</th></tr>
<tr class="b"> <tr class="b">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">maven-checkstyle-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">maven-checkstyle-plugin</a></td>
<td>2.17</td></tr> <td>2.17</td></tr>
<tr class="a"> <tr class="a">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin/">maven-pmd-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin/">maven-pmd-plugin</a></td>
<td>3.6</td></tr> <td>3.6</td></tr>
<tr class="b"> <tr class="b">
<td>org.apache.maven.plugins</td> <td>org.apache.maven.plugins</td>
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></td>
<td>2.9</td></tr> <td>2.9</td></tr>
<tr class="a"> <tr class="a">
<td>org.codehaus.mojo</td> <td>org.codehaus.mojo</td>
<td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td> <td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td>
<td>2.7</td></tr> <td>2.7</td></tr>
<tr class="b"> <tr class="b">
<td>org.codehaus.mojo</td> <td>org.codehaus.mojo</td>
<td><a class="externalLink" href="http://gleclaire.github.io/findbugs-maven-plugin/">findbugs-maven-plugin</a></td> <td><a class="externalLink" href="http://gleclaire.github.io/findbugs-maven-plugin/">findbugs-maven-plugin</a></td>
<td>3.0.3</td></tr></table></div> <td>3.0.3</td></tr></table></div>
</div> </div>
</div> </div>
......
...@@ -101,47 +101,47 @@ ...@@ -101,47 +101,47 @@
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<div class="section"> <div class="section">
<h2>Project Information<a name="Project_Information"></a></h2> <h2>Project Information<a name="Project_Information"></a></h2>
<p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p> <p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p>
<div class="section"> <div class="section">
<h3>Overview<a name="Overview"></a></h3> <h3>Overview<a name="Overview"></a></h3>
<table border="0" class="bodyTable"> <table border="0" class="bodyTable">
<tr class="a"> <tr class="a">
<th>Document</th> <th>Document</th>
<th>Description</th></tr> <th>Description</th></tr>
<tr class="b"> <tr class="b">
<td><a href="index.html">About</a></td> <td><a href="index.html">About</a></td>
<td>Ctrip Configuration Center</td></tr> <td>Ctrip Configuration Center</td></tr>
<tr class="a"> <tr class="a">
<td><a href="project-summary.html">Summary</a></td> <td><a href="project-summary.html">Summary</a></td>
<td>This document lists other related information of this project</td></tr> <td>This document lists other related information of this project</td></tr>
<tr class="b"> <tr class="b">
<td><a href="dependency-info.html">Dependency Information</a></td> <td><a href="dependency-info.html">Dependency Information</a></td>
<td>This document describes how to to include this project as a dependency using various dependency management tools.</td></tr> <td>This document describes how to to include this project as a dependency using various dependency management tools.</td></tr>
<tr class="a"> <tr class="a">
<td><a href="team-list.html">Team</a></td> <td><a href="team-list.html">Team</a></td>
<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr> <td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr>
<tr class="b"> <tr class="b">
<td><a href="source-repository.html">Source Code Management</a></td> <td><a href="source-repository.html">Source Code Management</a></td>
<td>This document lists ways to access the online source repository.</td></tr> <td>This document lists ways to access the online source repository.</td></tr>
<tr class="a"> <tr class="a">
<td><a href="issue-tracking.html">Issue Management</a></td> <td><a href="issue-tracking.html">Issue Management</a></td>
<td>This document provides information on the issue management system used in this project.</td></tr> <td>This document provides information on the issue management system used in this project.</td></tr>
<tr class="b"> <tr class="b">
<td><a href="integration.html">CI Management</a></td> <td><a href="integration.html">CI Management</a></td>
<td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr> <td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr>
<tr class="a"> <tr class="a">
<td><a href="plugin-management.html">Plugin Management</a></td> <td><a href="plugin-management.html">Plugin Management</a></td>
<td>This document lists the plugins that are defined through pluginManagement.</td></tr> <td>This document lists the plugins that are defined through pluginManagement.</td></tr>
<tr class="b"> <tr class="b">
<td><a href="plugins.html">Plugins</a></td> <td><a href="plugins.html">Plugins</a></td>
<td>This document lists the build plugins and the report plugins used by this project.</td></tr> <td>This document lists the build plugins and the report plugins used by this project.</td></tr>
<tr class="a"> <tr class="a">
<td><a href="distribution-management.html">Distribution Management</a></td> <td><a href="distribution-management.html">Distribution Management</a></td>
<td>This document provides informations on the distribution management of this project.</td></tr> <td>This document provides informations on the distribution management of this project.</td></tr>
<tr class="b"> <tr class="b">
<td><a href="license.html">Licenses</a></td> <td><a href="license.html">Licenses</a></td>
<td>This document lists the project license(s).</td></tr></table></div></div> <td>This document lists the project license(s).</td></tr></table></div></div>
</div> </div>
</div> </div>
......
...@@ -71,17 +71,17 @@ ...@@ -71,17 +71,17 @@
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<div class="section"> <div class="section">
<h2>Generated Reports<a name="Generated_Reports"></a></h2> <h2>Generated Reports<a name="Generated_Reports"></a></h2>
<p>This document provides an overview of the various reports that are automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> . Each report is briefly described below.</p> <p>This document provides an overview of the various reports that are automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> . Each report is briefly described below.</p>
<div class="section"> <div class="section">
<h3>Overview<a name="Overview"></a></h3> <h3>Overview<a name="Overview"></a></h3>
<table border="0" class="bodyTable"> <table border="0" class="bodyTable">
<tr class="a"> <tr class="a">
<th>Document</th> <th>Document</th>
<th>Description</th></tr> <th>Description</th></tr>
<tr class="b"> <tr class="b">
<td><a href="checkstyle.html">Checkstyle</a></td> <td><a href="checkstyle.html">Checkstyle</a></td>
<td>Report on coding style conventions.</td></tr></table></div></div> <td>Report on coding style conventions.</td></tr></table></div></div>
</div> </div>
</div> </div>
......
...@@ -101,55 +101,55 @@ ...@@ -101,55 +101,55 @@
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<div class="section"> <div class="section">
<h2>Project Summary<a name="Project_Summary"></a></h2><a name="Project_Summary"></a> <h2>Project Summary<a name="Project_Summary"></a></h2><a name="Project_Summary"></a>
<div class="section"> <div class="section">
<h3>Project Information<a name="Project_Information"></a></h3><a name="Project_Information"></a> <h3>Project Information<a name="Project_Information"></a></h3><a name="Project_Information"></a>
<table border="0" class="bodyTable"> <table border="0" class="bodyTable">
<tr class="a"> <tr class="a">
<th>Field</th> <th>Field</th>
<th>Value</th></tr> <th>Value</th></tr>
<tr class="b"> <tr class="b">
<td>Name</td> <td>Name</td>
<td>Apollo BuildTools</td></tr> <td>Apollo BuildTools</td></tr>
<tr class="a"> <tr class="a">
<td>Description</td> <td>Description</td>
<td>Ctrip Configuration Center</td></tr> <td>Ctrip Configuration Center</td></tr>
<tr class="b"> <tr class="b">
<td>Homepage</td> <td>Homepage</td>
<td><a class="externalLink" href="https://ctripcorp.github.io/apollo/apollo-buildtools">https://ctripcorp.github.io/apollo/apollo-buildtools</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"> <div class="section">
<h3>Project Organization<a name="Project_Organization"></a></h3><a name="Project_Organization"></a> <h3>Project Organization<a name="Project_Organization"></a></h3><a name="Project_Organization"></a>
<table border="0" class="bodyTable"> <table border="0" class="bodyTable">
<tr class="a"> <tr class="a">
<th>Field</th> <th>Field</th>
<th>Value</th></tr> <th>Value</th></tr>
<tr class="b"> <tr class="b">
<td>Name</td> <td>Name</td>
<td>Ctrip, Inc.</td></tr> <td>Ctrip, Inc.</td></tr>
<tr class="a"> <tr class="a">
<td>URL</td> <td>URL</td>
<td><a class="externalLink" href="http://www.ctrip.com">http://www.ctrip.com</a></td></tr></table></div> <td><a class="externalLink" href="http://www.ctrip.com">http://www.ctrip.com</a></td></tr></table></div>
<div class="section"> <div class="section">
<h3>Build Information<a name="Build_Information"></a></h3><a name="Build_Information"></a> <h3>Build Information<a name="Build_Information"></a></h3><a name="Build_Information"></a>
<table border="0" class="bodyTable"> <table border="0" class="bodyTable">
<tr class="a"> <tr class="a">
<th>Field</th> <th>Field</th>
<th>Value</th></tr> <th>Value</th></tr>
<tr class="b"> <tr class="b">
<td>GroupId</td> <td>GroupId</td>
<td>com.ctrip.apollo</td></tr> <td>com.ctrip.apollo</td></tr>
<tr class="a"> <tr class="a">
<td>ArtifactId</td> <td>ArtifactId</td>
<td>apollo-buildtools</td></tr> <td>apollo-buildtools</td></tr>
<tr class="b"> <tr class="b">
<td>Version</td> <td>Version</td>
<td>0.0.1-SNAPSHOT</td></tr> <td>0.0.1-SNAPSHOT</td></tr>
<tr class="a"> <tr class="a">
<td>Type</td> <td>Type</td>
<td>jar</td></tr> <td>jar</td></tr>
<tr class="b"> <tr class="b">
<td>Java Version</td> <td>Java Version</td>
<td>1.8</td></tr></table></div></div> <td>1.8</td></tr></table></div></div>
</div> </div>
</div> </div>
......
...@@ -101,26 +101,26 @@ ...@@ -101,26 +101,26 @@
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<div class="section"> <div class="section">
<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a> <h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
<p>This project uses <a class="externalLink" href="http://git-scm.com/">Git</a> to manage its source code. Instructions on Git use can be found at <a class="externalLink" href="http://git-scm.com/documentation">http://git-scm.com/documentation</a>.</p></div> <p>This project uses <a class="externalLink" href="http://git-scm.com/">Git</a> to manage its source code. Instructions on Git use can be found at <a class="externalLink" href="http://git-scm.com/documentation">http://git-scm.com/documentation</a>.</p></div>
<div class="section"> <div class="section">
<h2>Web Browser Access<a name="Web_Browser_Access"></a></h2><a name="Web_Browser_Access"></a> <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> <p>The following is a link to a browsable version of the source repository:</p>
<div class="source"> <div class="source">
<pre><a class="externalLink" href="https://github.com/ctripcorp/apollo/apollo-buildtools">https://github.com/ctripcorp/apollo/apollo-buildtools</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"> <div class="section">
<h2>Anonymous Access<a name="Anonymous_Access"></a></h2><a name="Anonymous_Access"></a> <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> <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>
<div class="source"> <div class="source">
<pre>$ git clone git://github.com/ctripcorp/apollo.git</pre></div></div> <pre>$ git clone git://github.com/ctripcorp/apollo.git</pre></div></div>
<div class="section"> <div class="section">
<h2>Developer Access<a name="Developer_Access"></a></h2><a name="Developer_Access"></a> <h2>Developer Access<a name="Developer_Access"></a></h2><a name="Developer_Access"></a>
<p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>).</p> <p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>).</p>
<div class="source"> <div class="source">
<pre>$ git clone ssh://git@github.com/ctripcorp/apollo.git</pre></div></div> <pre>$ git clone ssh://git@github.com/ctripcorp/apollo.git</pre></div></div>
<div class="section"> <div class="section">
<h2>Access from Behind a Firewall<a name="Access_from_Behind_a_Firewall"></a></h2><a name="Access_from_Behind_a_Firewall"></a> <h2>Access from Behind a Firewall<a name="Access_from_Behind_a_Firewall"></a></h2><a name="Access_from_Behind_a_Firewall"></a>
<p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div> <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div>
</div> </div>
</div> </div>
......
...@@ -101,48 +101,48 @@ ...@@ -101,48 +101,48 @@
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<div class="section"> <div class="section">
<h2>Project Team<a name="Project_Team"></a></h2><a name="Project_Team"></a> <h2>Project Team<a name="Project_Team"></a></h2><a name="Project_Team"></a>
<p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p> <p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p>
<p>The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p> <p>The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p>
<div class="section"> <div class="section">
<h3>Members<a name="Members"></a></h3><a name="Members"></a> <h3>Members<a name="Members"></a></h3><a name="Members"></a>
<p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p> <p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p>
<table border="0" class="bodyTable"> <table border="0" class="bodyTable">
<tr class="a"> <tr class="a">
<th>Image</th> <th>Image</th>
<th>Id</th> <th>Id</th>
<th>Name</th> <th>Name</th>
<th>Email</th> <th>Email</th>
<th>Organization</th> <th>Organization</th>
<th>Organization URL</th> <th>Organization URL</th>
<th>Roles</th></tr> <th>Roles</th></tr>
<tr class="b"> <tr class="b">
<td><img src="http://www.gravatar.com/avatar/070c230464352141d66eaa6862787b8a?d=mm&amp;s=60" alt="" /></td> <td><img src="http://www.gravatar.com/avatar/070c230464352141d66eaa6862787b8a?d=mm&amp;s=60" alt="" /></td>
<td><a name="yiming187"></a>yiming187</td> <td><a name="yiming187"></a>yiming187</td>
<td>Billy(Yiming) Liu</td> <td>Billy(Yiming) Liu</td>
<td>liuyiming.vip at gmail.com</td> <td>liuyiming.vip at gmail.com</td>
<td>Ctrip, Inc.</td> <td>Ctrip, Inc.</td>
<td><a class="externalLink" href="http://www.ctrip.com">http://www.ctrip.com</a></td> <td><a class="externalLink" href="http://www.ctrip.com">http://www.ctrip.com</a></td>
<td>Developer</td></tr> <td>Developer</td></tr>
<tr class="a"> <tr class="a">
<td><img src="http://www.gravatar.com/avatar/79c6106c00e9e256b05c52ca4315de7b?d=mm&amp;s=60" alt="" /></td> <td><img src="http://www.gravatar.com/avatar/79c6106c00e9e256b05c52ca4315de7b?d=mm&amp;s=60" alt="" /></td>
<td><a name="nobodyiam"></a>nobodyiam</td> <td><a name="nobodyiam"></a>nobodyiam</td>
<td>Jason(Shun) Song</td> <td>Jason(Shun) Song</td>
<td>nobodyiam at gmail.com</td> <td>nobodyiam at gmail.com</td>
<td>Ctrip, Inc.</td> <td>Ctrip, Inc.</td>
<td><a class="externalLink" href="http://www.ctrip.com">http://www.ctrip.com</a></td> <td><a class="externalLink" href="http://www.ctrip.com">http://www.ctrip.com</a></td>
<td>Developer</td></tr> <td>Developer</td></tr>
<tr class="b"> <tr class="b">
<td><img src="http://www.gravatar.com/avatar/65f6f1e5b9814f1572912dcd3136cdcf?d=mm&amp;s=60" alt="" /></td> <td><img src="http://www.gravatar.com/avatar/65f6f1e5b9814f1572912dcd3136cdcf?d=mm&amp;s=60" alt="" /></td>
<td><a name="lepdou"></a>lepdou</td> <td><a name="lepdou"></a>lepdou</td>
<td>Le Zhang</td> <td>Le Zhang</td>
<td>lepdou at gmail.com</td> <td>lepdou at gmail.com</td>
<td>Ctrip, Inc.</td> <td>Ctrip, Inc.</td>
<td><a class="externalLink" href="http://www.ctrip.com">http://www.ctrip.com</a></td> <td><a class="externalLink" href="http://www.ctrip.com">http://www.ctrip.com</a></td>
<td>Developer</td></tr></table></div> <td>Developer</td></tr></table></div>
<div class="section"> <div class="section">
<h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a> <h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a>
<p>There are no contributors listed for this project. Please check back again later.</p></div></div> <p>There are no contributors listed for this project. Please check back again later.</p></div></div>
</div> </div>
</div> </div>
......
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