Author: dennisl
Date: Mon Jul 13 19:53:57 2015
New Revision: 958185
Log:
Site checkin for project Apache Maven Checkstyle Plugin
Added:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/checkstyle.html
(with props)
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/surefire-report.html
(with props)
Removed:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-convergence.html
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/check-mojo.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/checkstyle-aggregate-mojo.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/checkstyle-mojo.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/config/index.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/dependencies.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-info.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-management.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/distribution-management.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/download.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-checker-config.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-developed-checkstyle.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-property-expansion.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/inline-checker-config.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/multi-module-config.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/suppressions-filter.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/upgrading-checkstyle.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/faq.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/help-mojo.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/history.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/index.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/integration.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/issue-tracking.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/mail-lists.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/plugin-info.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/plugin-management.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/plugins.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/project-info.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/project-reports.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/project-summary.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/source-repository.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/team-list.html
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/usage.html
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/check-mojo.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/check-mojo.html
(original)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/check-mojo.html
Mon Jul 13 19:53:57 2015
@@ -1,6 +1,6 @@
<!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 at 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
| Rendered using Apache Maven Stylus Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20150713" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
@@ -46,8 +46,8 @@
checkstyle:check
</div>
<div class="xright">
- Last Published: 2015-05-02
- | Version: 2.16-SNAPSHOT
+ Last Published: 2015-07-13
+ | Version: 2.17-SNAPSHOT
</div>
<div class="clear">
<hr/>
@@ -106,7 +106,7 @@
</ul>
<h5>Project Documentation</h5>
<ul>
-
<li
class="collapsed">
+
<li class="collapsed">
<a href="project-info.html">Project Information</a>
</li>
<li
class="collapsed">
@@ -191,7 +191,7 @@
<p><b>Full name</b>:</p>
-<p>org.apache.maven.plugins:maven-checkstyle-plugin:2.16-SNAPSHOT:check</p>
+<p>org.apache.maven.plugins:maven-checkstyle-plugin:2.17-SNAPSHOT:check</p>
<p><b>Description</b>:</p>
@@ -357,15 +357,13 @@ into the
<tt>${project.build.directory}/checkstyle-configuration.xml</tt>
file before being passed to Checkstyle as a configuration.</p>
-<p>There are 3 predefined rulesets.</p>
+<p>There are 2 predefined rulesets.</p>
<ul>
<li><tt>sun_checks.xml</tt>: Sun Checks.</li>
<li><tt>google_checks.xml</tt>: Google Checks.</li>
-
-<li><tt>config/maven_checks.xml</tt>: Maven Source Checks.</li>
</ul><br /><b>Default value is</b>: <tt>sun_checks.xml</tt>.<br /><b>User
property is</b>: <tt>checkstyle.config.location</tt>.</td>
</tr>
@@ -781,15 +779,13 @@ into the
<tt>${project.build.directory}/checkstyle-configuration.xml</tt>
file before being passed to Checkstyle as a configuration.</p>
-<p>There are 3 predefined rulesets.</p>
+<p>There are 2 predefined rulesets.</p>
<ul>
<li><tt>sun_checks.xml</tt>: Sun Checks.</li>
<li><tt>google_checks.xml</tt>: Google Checks.</li>
-
-<li><tt>config/maven_checks.xml</tt>: Maven Source Checks.</li>
</ul></div>
<ul>
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/checkstyle-aggregate-mojo.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/checkstyle-aggregate-mojo.html
(original)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/checkstyle-aggregate-mojo.html
Mon Jul 13 19:53:57 2015
@@ -1,6 +1,6 @@
<!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 at 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
| Rendered using Apache Maven Stylus Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20150713" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
@@ -46,8 +46,8 @@
checkstyle:checkstyle-aggregate
</div>
<div class="xright">
- Last Published: 2015-05-02
- | Version: 2.16-SNAPSHOT
+ Last Published: 2015-07-13
+ | Version: 2.17-SNAPSHOT
</div>
<div class="clear">
<hr/>
@@ -106,7 +106,7 @@
</ul>
<h5>Project Documentation</h5>
<ul>
-
<li
class="collapsed">
+
<li class="collapsed">
<a href="project-info.html">Project Information</a>
</li>
<li
class="collapsed">
@@ -193,7 +193,7 @@
<p><b>Full name</b>:</p>
-<p>org.apache.maven.plugins:maven-checkstyle-plugin:2.16-SNAPSHOT:checkstyle-aggregate</p>
+<p>org.apache.maven.plugins:maven-checkstyle-plugin:2.17-SNAPSHOT:checkstyle-aggregate</p>
<p><b>Description</b>:</p>
@@ -329,7 +329,7 @@ into the
<tt>${project.build.directory}/checkstyle-configuration.xml</tt>
file before being passed to Checkstyle as a configuration.</p>
-<p>There are 3 predefined rulesets included in Maven Checkstyle
+<p>There are 2 predefined rulesets included in Maven Checkstyle
Plugin:</p>
<ul>
@@ -337,8 +337,6 @@ Plugin:</p>
<li><tt>sun_checks.xml</tt>: Sun Checks.</li>
<li><tt>google_checks.xml</tt>: Google Checks.</li>
-
-<li><tt>config/maven_checks.xml</tt>: Maven Source Checks.</li>
</ul><br /><b>Default value is</b>: <tt>sun_checks.xml</tt>.<br /><b>User
property is</b>: <tt>checkstyle.config.location</tt>.</td>
</tr>
@@ -713,7 +711,7 @@ into the
<tt>${project.build.directory}/checkstyle-configuration.xml</tt>
file before being passed to Checkstyle as a configuration.</p>
-<p>There are 3 predefined rulesets included in Maven Checkstyle
+<p>There are 2 predefined rulesets included in Maven Checkstyle
Plugin:</p>
<ul>
@@ -721,8 +719,6 @@ Plugin:</p>
<li><tt>sun_checks.xml</tt>: Sun Checks.</li>
<li><tt>google_checks.xml</tt>: Google Checks.</li>
-
-<li><tt>config/maven_checks.xml</tt>: Maven Source Checks.</li>
</ul></div>
<ul>
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/checkstyle-mojo.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/checkstyle-mojo.html
(original)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/checkstyle-mojo.html
Mon Jul 13 19:53:57 2015
@@ -1,6 +1,6 @@
<!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 at 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
| Rendered using Apache Maven Stylus Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20150713" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
@@ -46,8 +46,8 @@
checkstyle:checkstyle
</div>
<div class="xright">
- Last Published: 2015-05-02
- | Version: 2.16-SNAPSHOT
+ Last Published: 2015-07-13
+ | Version: 2.17-SNAPSHOT
</div>
<div class="clear">
<hr/>
@@ -106,7 +106,7 @@
</ul>
<h5>Project Documentation</h5>
<ul>
-
<li
class="collapsed">
+
<li class="collapsed">
<a href="project-info.html">Project Information</a>
</li>
<li
class="collapsed">
@@ -193,7 +193,7 @@
<p><b>Full name</b>:</p>
-<p>org.apache.maven.plugins:maven-checkstyle-plugin:2.16-SNAPSHOT:checkstyle</p>
+<p>org.apache.maven.plugins:maven-checkstyle-plugin:2.17-SNAPSHOT:checkstyle</p>
<p><b>Description</b>:</p>
@@ -326,7 +326,7 @@ into the
<tt>${project.build.directory}/checkstyle-configuration.xml</tt>
file before being passed to Checkstyle as a configuration.</p>
-<p>There are 3 predefined rulesets included in Maven Checkstyle
+<p>There are 2 predefined rulesets included in Maven Checkstyle
Plugin:</p>
<ul>
@@ -334,8 +334,6 @@ Plugin:</p>
<li><tt>sun_checks.xml</tt>: Sun Checks.</li>
<li><tt>google_checks.xml</tt>: Google Checks.</li>
-
-<li><tt>config/maven_checks.xml</tt>: Maven Source Checks.</li>
</ul><br /><b>Default value is</b>: <tt>sun_checks.xml</tt>.<br /><b>User
property is</b>: <tt>checkstyle.config.location</tt>.</td>
</tr>
@@ -795,7 +793,7 @@ into the
<tt>${project.build.directory}/checkstyle-configuration.xml</tt>
file before being passed to Checkstyle as a configuration.</p>
-<p>There are 3 predefined rulesets included in Maven Checkstyle
+<p>There are 2 predefined rulesets included in Maven Checkstyle
Plugin:</p>
<ul>
@@ -803,8 +801,6 @@ Plugin:</p>
<li><tt>sun_checks.xml</tt>: Sun Checks.</li>
<li><tt>google_checks.xml</tt>: Google Checks.</li>
-
-<li><tt>config/maven_checks.xml</tt>: Maven Source Checks.</li>
</ul></div>
<ul>
Added:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/checkstyle.html
==============================================================================
(empty)
Propchange:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/checkstyle.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/checkstyle.html
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/config/index.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/config/index.html
(original)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/config/index.html
Mon Jul 13 19:53:57 2015
@@ -1,6 +1,6 @@
<!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 at 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
| Rendered using Apache Maven Stylus Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,9 +12,10 @@
@import url("../css/site.css");
</style>
<link rel="stylesheet" href="../css/print.css" type="text/css"
media="print" />
- <meta name="author" content="Hervé Boutemy" />
- <meta name="Date-Creation-yyyymmdd" content="20150501" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="author" content="Hervé Boutemy
+Dennis Lundberg" />
+ <meta name="Date-Creation-yyyymmdd" content="20150706" />
+ <meta name="Date-Revision-yyyymmdd" content="20150713" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
@@ -48,8 +49,8 @@
Predefined Rulesets
</div>
<div class="xright">
- Last Published: 2015-05-02
- | Version: 2.16-SNAPSHOT
+ Last Published: 2015-07-13
+ | Version: 2.17-SNAPSHOT
</div>
<div class="clear">
<hr/>
@@ -108,10 +109,10 @@
</ul>
<h5>Project Documentation</h5>
<ul>
-
<li
class="collapsed">
+
<li class="collapsed">
<a href="../project-info.html">Project Information</a>
</li>
- <li
class="collapsed">
+
<li class="collapsed">
<a href="../project-reports.html">Project Reports</a>
</li>
</ul>
@@ -189,8 +190,6 @@
<!-- 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. --><!-- NOTE: For help
with the syntax of this file, see: --><!--
http://maven.apache.org/doxia/references/apt-
format.html --><div class="section">
<h2><a name="Predefined_Rulesets"></a>Predefined Rulesets</h2>
<p>Maven Checkstyle Plugin has had different sets of predefined rulesets
across different versions. Some have been included in the plugin itself while
others have been references to other projects. The table below shows this
history.</p>
-<div class="section">
-<h3><a name="Alternative_1"></a>Alternative 1</h3>
<table border="1" class="bodyTable">
<tr class="a">
<td align="left"><b>Predefined ruleset</b></td>
@@ -234,96 +233,6 @@
<td align="left">-</td>
<td align="left">-</td>
<td align="left"><a class="externalLink"
href="http://checkstyle.sourceforge.net/sun_style.html">Reference</a></td></tr></table></div>
-<div class="section">
-<h3><a name="Alternative_2"></a>Alternative 2</h3>
-<table border="1" class="bodyTable">
-<tr class="a">
-<td align="left"><b>Versions</b></td>
-<td align="left"><tt>config/avalon_checks.xml</tt></td>
-<td align="left"><tt>config/maven_checks.xml</tt></td>
-<td align="left"><tt>config/sun_checks.xml</tt></td>
-<td align="left"><tt>config/turbine_checks.xml</tt></td>
-<td align="left"><tt>google_checks.xml</tt></td>
-<td align="left"><tt>sun_checks.xml</tt></td></tr>
-<tr class="b">
-<td align="left">2.0 - 2.13</td>
-<td align="left">Included</td>
-<td align="left">Included</td>
-<td align="left">Included</td>
-<td align="left">Included</td>
-<td align="left">-</td>
-<td align="left">-</td></tr>
-<tr class="a">
-<td align="left">2.14</td>
-<td align="left">-</td>
-<td align="left"><a
href="/shared/maven-shared-resources/maven_checks.html">Reference</a></td>
-<td align="left">Included</td>
-<td align="left">Included</td>
-<td align="left">-</td>
-<td align="left">-</td></tr>
-<tr class="b">
-<td align="left">2.15</td>
-<td align="left">-</td>
-<td align="left"><a
href="/shared/maven-shared-resources/maven_checks.html">Reference</a></td>
-<td align="left">Included</td>
-<td align="left">-</td>
-<td align="left">-</td>
-<td align="left">-</td></tr>
-<tr class="a">
-<td align="left">2.16 -</td>
-<td align="left">-</td>
-<td align="left">-</td>
-<td align="left">-</td>
-<td align="left">-</td>
-<td align="left"><a class="externalLink"
href="http://checkstyle.sourceforge.net/google_style.html">Reference</a></td>
-<td align="left"><a class="externalLink"
href="http://checkstyle.sourceforge.net/sun_style.html">Reference</a></td></tr></table></div>
-<div class="section">
-<h3><a name="Alternative_3"></a>Alternative 3</h3>
-<table border="1" class="bodyTable">
-<tr class="a">
-<td align="left"><b>Versions</b></td>
-<td align="left"><b>Predefined ruleset</b></td>
-<td align="left"><b>Included/reference</b></td></tr>
-<tr class="b">
-<td align="left">2.0 - 2.13</td>
-<td align="left"><tt>config/avalon_checks.xml</tt></td>
-<td align="left">Included</td></tr>
-<tr class="a">
-<td align="left">2.14 -</td>
-<td align="left"><tt>config/avalon_checks.xml</tt></td>
-<td align="left">-</td></tr>
-<tr class="b">
-<td align="left">2.0 - 2.13</td>
-<td align="left"><tt>config/maven_checks.xml</tt></td>
-<td align="left">Included</td></tr>
-<tr class="a">
-<td align="left">2.14 - 2.15</td>
-<td align="left"><tt>config/maven_checks.xml</tt></td>
-<td align="left"><a
href="/shared/maven-shared-resources/maven_checks.html">Reference</a></td></tr>
-<tr class="b">
-<td align="left">2.16 -</td>
-<td align="left"><tt>config/maven_checks.xml</tt></td>
-<td align="left">-</td></tr>
-<tr class="a">
-<td align="left">2.0 - 2.15</td>
-<td align="left"><tt>config/sun_checks.xml</tt></td>
-<td align="left">Included</td></tr>
-<tr class="b">
-<td align="left">2.0 - 2.14</td>
-<td align="left"><tt>config/turbine_checks.xml</tt></td>
-<td align="left">Included</td></tr>
-<tr class="a">
-<td align="left">2.15 -</td>
-<td align="left"><tt>config/turbine_checks.xml</tt></td>
-<td align="left">-</td></tr>
-<tr class="b">
-<td align="left">2.16 -</td>
-<td align="left"><tt>google_checks.xml</tt></td>
-<td align="left"><a class="externalLink"
href="http://checkstyle.sourceforge.net/google_style.html">Reference</a></td></tr>
-<tr class="a">
-<td align="left">2.16 -</td>
-<td align="left"><tt>sun_checks.xml</tt></td>
-<td align="left"><a class="externalLink"
href="http://checkstyle.sourceforge.net/sun_style.html">Reference</a></td></tr></table></div></div>
</div>
</div>
<div class="clear">
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/dependencies.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/dependencies.html
(original)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/dependencies.html
Mon Jul 13 19:53:57 2015
@@ -1,6 +1,6 @@
<!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 at 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
| Rendered using Apache Maven Stylus Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20150713" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
@@ -46,8 +46,8 @@
Project Dependencies
</div>
<div class="xright">
- Last Published: 2015-05-02
- | Version: 2.16-SNAPSHOT
+ Last Published: 2015-07-13
+ | Version: 2.17-SNAPSHOT
</div>
<div class="clear">
<hr/>
@@ -106,7 +106,7 @@
</ul>
<h5>Project Documentation</h5>
<ul>
-
<li
class="expanded">
+
<li class="expanded">
<a href="project-info.html">Project Information</a>
<ul>
<li class="none">
@@ -137,9 +137,6 @@
<strong>Dependencies</strong>
</li>
<li class="none">
- <a href="dependency-convergence.html">Dependency
Convergence</a>
- </li>
- <li class="none">
<a href="integration.html">Continuous Integration</a>
</li>
<li class="none">
@@ -396,7 +393,7 @@
<tr class="b">
<td>org.apache.maven.plugin-tools</td>
<td><a class="externalLink"
href="http://maven.apache.org/plugin-tools/maven-plugin-annotations">maven-plugin-annotations</a></td>
-<td>3.4</td>
+<td>3.3</td>
<td>jar</td>
<td><a class="externalLink"
href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version
2.0</a></td></tr></table></div></div><a
name="Project_Transitive_Dependencies"></a>
<div class="section">
@@ -856,7 +853,7 @@
<div class="section">
<h3><a name="Dependency_Tree"></a>Dependency Tree</h3>
<ul>
-<li>org.apache.maven.plugins:maven-checkstyle-plugin:maven-plugin:2.16-SNAPSHOT
<img id="_img1" src="./images/icon_info_sml.gif" alt="Information"
onclick="toggleDependencyDetail( '_dep0', '_img1' );" style="cursor:
pointer;vertical-align:text-bottom;"></img><div id="_dep0" style="display:none">
+<li>org.apache.maven.plugins:maven-checkstyle-plugin:maven-plugin:2.17-SNAPSHOT
<img id="_img1" src="./images/icon_info_sml.gif" alt="Information"
onclick="toggleDependencyDetail( '_dep0', '_img1' );" style="cursor:
pointer;vertical-align:text-bottom;"></img><div id="_dep0" style="display:none">
<table border="0" class="bodyTable">
<tr class="a">
<th>Apache Maven Checkstyle Plugin</th></tr>
@@ -1238,7 +1235,7 @@
<p><b>Description: </b>Maven is a project development management and
comprehension tool. Based on the concept of a project object model: builds,
dependency management, documentation creation, site publication, and
distribution publication are all controlled from the declarative file. Maven
can be extended by plugins to utilise a number of other development tools for
reporting or the build process.</p>
<p><b>URL: </b><a class="externalLink"
href="http://maven.apache.org/maven-plugin-registry">http://maven.apache.org/maven-plugin-registry</a></p>
<p><b>Project License: </b><a class="externalLink"
href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software
License, Version 2.0</a></p></td></tr></table></div></li></ul></li>
-<li>org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.4 (provided)
<img id="_img83" src="./images/icon_info_sml.gif" alt="Information"
onclick="toggleDependencyDetail( '_dep82', '_img83' );" style="cursor:
pointer;vertical-align:text-bottom;"></img><div id="_dep82"
style="display:none">
+<li>org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.3 (provided)
<img id="_img83" src="./images/icon_info_sml.gif" alt="Information"
onclick="toggleDependencyDetail( '_dep82', '_img83' );" style="cursor:
pointer;vertical-align:text-bottom;"></img><div id="_dep82"
style="display:none">
<table border="0" class="bodyTable">
<tr class="a">
<th>Maven Plugin Tools Java 5 Annotations</th></tr>
@@ -1756,755 +1753,755 @@
<th>Entries</th>
<th>Classes</th>
<th>Packages</th>
-<th>Java Version</th>
-<th title="Indicates whether these dependencies have been compiled with debug
information.">Debug Information</th></tr>
+<th>JDK Rev</th>
+<th>Debug</th></tr>
<tr class="b">
<td>antlr-2.7.7.jar</td>
-<td>445.29 kB</td>
+<td>434.85 kB</td>
<td>239</td>
<td>224</td>
<td>12</td>
<td>1.2</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>backport-util-concurrent-3.1.jar</td>
-<td>331.72 kB</td>
+<td>323.94 kB</td>
<td>251</td>
<td>239</td>
<td>5</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>classworlds-1.1.jar</td>
-<td>37.85 kB</td>
+<td>36.97 kB</td>
<td>33</td>
<td>23</td>
<td>3</td>
<td>1.3</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>jsr305-2.0.1.jar</td>
-<td>31.87 kB</td>
+<td>31.12 kB</td>
<td>70</td>
<td>34</td>
<td>3</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>guava-18.0.jar</td>
-<td>2.26 MB</td>
-<td>1719</td>
-<td>1690</td>
+<td>2.15 MB</td>
+<td>1,719</td>
+<td>1,690</td>
<td>17</td>
<td>1.6</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>jsch-0.1.38.jar</td>
-<td>177.75 kB</td>
+<td>173.58 kB</td>
<td>112</td>
<td>110</td>
<td>4</td>
<td>1.2</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>checkstyle-6.2.jar</td>
-<td>1.00 MB</td>
+<td>980.01 kB</td>
<td>641</td>
<td>474</td>
<td>22</td>
<td>1.6</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>commons-beanutils-1.7.0.jar</td>
-<td>188.67 kB</td>
+<td>184.25 kB</td>
<td>129</td>
<td>111</td>
<td>5</td>
<td>1.2</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>commons-beanutils-core-1.8.3.jar</td>
-<td>206.71 kB</td>
+<td>201.87 kB</td>
<td>131</td>
<td>118</td>
<td>6</td>
<td>1.3</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>commons-chain-1.1.jar</td>
-<td>90.00 kB</td>
+<td>87.89 kB</td>
<td>78</td>
<td>61</td>
<td>8</td>
<td>1.3</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>commons-cli-1.2.jar</td>
-<td>41.12 kB</td>
+<td>40.16 kB</td>
<td>35</td>
<td>22</td>
<td>1</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>commons-codec-1.3.jar</td>
-<td>46.72 kB</td>
+<td>45.63 kB</td>
<td>42</td>
<td>25</td>
<td>5</td>
<td>1.2</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>commons-collections-3.2.1.jar</td>
-<td>575.39 kB</td>
+<td>561.90 kB</td>
<td>482</td>
<td>458</td>
<td>12</td>
<td>1.2</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>commons-digester-1.6.jar</td>
-<td>168.45 kB</td>
+<td>164.50 kB</td>
<td>115</td>
<td>95</td>
<td>6</td>
<td>1.2</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>commons-httpclient-3.0.jar</td>
-<td>279.38 kB</td>
+<td>272.83 kB</td>
<td>162</td>
<td>148</td>
<td>8</td>
<td>1.1</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>commons-io-1.4.jar</td>
-<td>109.04 kB</td>
+<td>106.49 kB</td>
<td>93</td>
<td>76</td>
<td>5</td>
<td>1.3</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>commons-lang-2.1.jar</td>
-<td>207.72 kB</td>
+<td>202.85 kB</td>
<td>125</td>
<td>110</td>
<td>8</td>
<td>1.1</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>commons-logging-1.0.4.jar</td>
-<td>38.01 kB</td>
+<td>37.12 kB</td>
<td>29</td>
<td>18</td>
<td>2</td>
<td>1.2</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>commons-validator-1.3.1.jar</td>
-<td>138.96 kB</td>
+<td>135.70 kB</td>
<td>93</td>
<td>46</td>
<td>3</td>
<td>1.3</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>dom4j-1.1.jar</td>
-<td>456.91 kB</td>
+<td>446.20 kB</td>
<td>364</td>
<td>333</td>
<td>26</td>
<td>1.1</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>junit-4.8.2.jar</td>
-<td>237.34 kB</td>
+<td>231.78 kB</td>
<td>267</td>
<td>230</td>
<td>30</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>nekohtml-1.9.6.2.jar</td>
-<td>111.87 kB</td>
+<td>109.25 kB</td>
<td>64</td>
<td>48</td>
<td>3</td>
<td>1.3</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>xercesMinimal-1.9.6.2.jar</td>
-<td>39.80 kB</td>
+<td>38.87 kB</td>
<td>50</td>
<td>42</td>
<td>3</td>
<td>1.1</td>
-<td>No</td></tr>
+<td>release</td></tr>
<tr class="a">
<td>org.abego.treelayout.core-1.0.1.jar</td>
-<td>25.51 kB</td>
+<td>24.92 kB</td>
<td>36</td>
<td>19</td>
<td>6</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>antlr4-annotations-4.3.jar</td>
-<td>10.11 kB</td>
+<td>9.88 kB</td>
<td>18</td>
<td>4</td>
<td>1</td>
<td>1.6</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>antlr4-runtime-4.3.jar</td>
-<td>345.02 kB</td>
+<td>336.94 kB</td>
<td>242</td>
<td>224</td>
<td>8</td>
<td>1.6</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>httpclient-4.0.2.jar</td>
-<td>292.89 kB</td>
+<td>286.03 kB</td>
<td>267</td>
<td>231</td>
<td>22</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>httpcore-4.0.1.jar</td>
-<td>172.89 kB</td>
+<td>168.84 kB</td>
<td>181</td>
<td>158</td>
<td>10</td>
<td>1.3</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>jackrabbit-jcr-commons-1.5.0.jar</td>
-<td>202.76 kB</td>
+<td>198.00 kB</td>
<td>166</td>
<td>141</td>
<td>14</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>jackrabbit-webdav-1.5.0.jar</td>
-<td>303.08 kB</td>
+<td>295.98 kB</td>
<td>239</td>
<td>207</td>
<td>18</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>maven-artifact-2.2.1.jar</td>
-<td>80.32 kB</td>
+<td>78.44 kB</td>
<td>94</td>
<td>64</td>
<td>15</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>maven-artifact-manager-2.2.1.jar</td>
-<td>67.57 kB</td>
+<td>65.99 kB</td>
<td>52</td>
<td>29</td>
<td>7</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>maven-core-2.2.1.jar</td>
-<td>177.89 kB</td>
+<td>173.72 kB</td>
<td>116</td>
<td>68</td>
<td>14</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>maven-error-diagnostics-2.2.1.jar</td>
-<td>13.02 kB</td>
+<td>12.72 kB</td>
<td>22</td>
<td>5</td>
<td>1</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>maven-model-2.2.1.jar</td>
-<td>87.59 kB</td>
+<td>85.54 kB</td>
<td>61</td>
<td>45</td>
<td>2</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>maven-monitor-2.2.1.jar</td>
-<td>10.46 kB</td>
+<td>10.21 kB</td>
<td>20</td>
<td>5</td>
<td>1</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>maven-plugin-api-2.2.1.jar</td>
-<td>12.37 kB</td>
+<td>12.08 kB</td>
<td>23</td>
<td>8</td>
<td>2</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>maven-plugin-descriptor-2.2.1.jar</td>
-<td>39.28 kB</td>
+<td>38.36 kB</td>
<td>33</td>
<td>15</td>
<td>3</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>maven-plugin-parameter-documenter-2.2.1.jar</td>
-<td>22.19 kB</td>
+<td>21.67 kB</td>
<td>21</td>
<td>4</td>
<td>2</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>maven-plugin-registry-2.2.1.jar</td>
-<td>29.71 kB</td>
+<td>29.01 kB</td>
<td>28</td>
<td>9</td>
<td>2</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>maven-profile-2.2.1.jar</td>
-<td>35.36 kB</td>
+<td>34.53 kB</td>
<td>33</td>
<td>15</td>
<td>2</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>maven-project-2.2.1.jar</td>
-<td>156.28 kB</td>
+<td>152.62 kB</td>
<td>98</td>
<td>72</td>
<td>10</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>maven-repository-metadata-2.2.1.jar</td>
-<td>25.66 kB</td>
+<td>25.05 kB</td>
<td>24</td>
<td>6</td>
<td>2</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>maven-settings-2.2.1.jar</td>
-<td>49.04 kB</td>
+<td>47.89 kB</td>
<td>38</td>
<td>20</td>
<td>2</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>doxia-core-1.2.jar</td>
-<td>154.12 kB</td>
+<td>150.51 kB</td>
<td>118</td>
<td>84</td>
<td>16</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>doxia-decoration-model-1.4.jar</td>
-<td>61.26 kB</td>
+<td>59.82 kB</td>
<td>40</td>
<td>18</td>
<td>3</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>doxia-integration-tools-1.6.jar</td>
-<td>44.63 kB</td>
+<td>43.58 kB</td>
<td>48</td>
<td>5</td>
<td>1</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>doxia-logging-api-1.4.jar</td>
-<td>11.31 kB</td>
+<td>11.05 kB</td>
<td>19</td>
<td>4</td>
<td>1</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>doxia-module-fml-1.4.jar</td>
-<td>37.83 kB</td>
+<td>36.94 kB</td>
<td>34</td>
<td>14</td>
<td>2</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>doxia-module-xhtml-1.4.jar</td>
-<td>15.39 kB</td>
+<td>15.03 kB</td>
<td>24</td>
<td>6</td>
<td>1</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>doxia-sink-api-1.4.jar</td>
-<td>11.20 kB</td>
+<td>10.94 kB</td>
<td>22</td>
<td>4</td>
<td>2</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>doxia-site-renderer-1.4.jar</td>
-<td>53.08 kB</td>
+<td>51.84 kB</td>
<td>51</td>
<td>8</td>
<td>2</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>maven-plugin-testing-harness-1.2.jar</td>
-<td>33.90 kB</td>
+<td>33.10 kB</td>
<td>28</td>
<td>11</td>
<td>2</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
-<td>maven-plugin-annotations-3.4.jar</td>
-<td>14.25 kB</td>
+<td>maven-plugin-annotations-3.3.jar</td>
+<td>13.71 kB</td>
<td>22</td>
<td>7</td>
<td>1</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>maven-reporting-api-3.0.jar</td>
-<td>10.94 kB</td>
+<td>10.68 kB</td>
<td>20</td>
<td>5</td>
<td>1</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>maven-reporting-impl-2.3.jar</td>
-<td>17.98 kB</td>
+<td>17.56 kB</td>
<td>17</td>
<td>3</td>
<td>1</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>maven-shared-utils-0.6.jar</td>
-<td>164.63 kB</td>
+<td>160.77 kB</td>
<td>115</td>
<td>81</td>
<td>12</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>wagon-file-1.0-beta-6.jar</td>
-<td>11.04 kB</td>
+<td>10.78 kB</td>
<td>19</td>
<td>1</td>
<td>1</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>wagon-http-1.0-beta-6.jar</td>
-<td>10.51 kB</td>
+<td>10.27 kB</td>
<td>19</td>
<td>1</td>
<td>1</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>wagon-http-lightweight-1.0-beta-6.jar</td>
-<td>14.84 kB</td>
+<td>14.49 kB</td>
<td>21</td>
<td>3</td>
<td>1</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>wagon-http-shared-1.0-beta-6.jar</td>
-<td>25.33 kB</td>
+<td>24.73 kB</td>
<td>23</td>
<td>7</td>
<td>1</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>wagon-provider-api-1.0-beta-6.jar</td>
-<td>53.19 kB</td>
+<td>51.94 kB</td>
<td>62</td>
<td>41</td>
<td>8</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>wagon-ssh-1.0-beta-6.jar</td>
-<td>28.32 kB</td>
+<td>27.66 kB</td>
<td>27</td>
<td>7</td>
<td>2</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>wagon-ssh-common-1.0-beta-6.jar</td>
-<td>26.60 kB</td>
+<td>25.98 kB</td>
<td>38</td>
<td>18</td>
<td>3</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>wagon-ssh-external-1.0-beta-6.jar</td>
-<td>14.48 kB</td>
+<td>14.14 kB</td>
<td>21</td>
<td>2</td>
<td>1</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>wagon-webdav-jackrabbit-1.0-beta-6.jar</td>
-<td>18.29 kB</td>
+<td>17.86 kB</td>
<td>26</td>
<td>4</td>
<td>3</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>struts-core-1.3.8.jar</td>
-<td>328.90 kB</td>
+<td>321.19 kB</td>
<td>192</td>
<td>150</td>
<td>15</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>struts-taglib-1.3.8.jar</td>
-<td>251.52 kB</td>
+<td>245.63 kB</td>
<td>158</td>
<td>125</td>
<td>8</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>struts-tiles-1.3.8.jar</td>
-<td>119.65 kB</td>
+<td>116.85 kB</td>
<td>93</td>
<td>67</td>
<td>8</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>velocity-1.5.jar</td>
-<td>392.12 kB</td>
+<td>382.93 kB</td>
<td>282</td>
<td>246</td>
<td>25</td>
<td>1.2</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>velocity-tools-2.0.jar</td>
-<td>346.58 kB</td>
+<td>338.46 kB</td>
<td>211</td>
<td>187</td>
<td>11</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>plexus-archiver-1.0-alpha-7.jar</td>
-<td>142.04 kB</td>
+<td>138.71 kB</td>
<td>99</td>
<td>74</td>
<td>12</td>
<td>1.1</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>plexus-component-annotations-1.5.5.jar</td>
-<td>4.21 kB</td>
+<td>4.11 kB</td>
<td>15</td>
<td>3</td>
<td>1</td>
<td>1.5</td>
-<td>No</td></tr>
+<td>release</td></tr>
<tr class="a">
<td>plexus-container-default-1.0-alpha-9-stable-1.jar</td>
-<td>194.18 kB</td>
+<td>189.63 kB</td>
<td>215</td>
<td>175</td>
<td>28</td>
<td>1.1</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>plexus-i18n-1.0-beta-7.jar</td>
-<td>10.51 kB</td>
+<td>10.26 kB</td>
<td>19</td>
<td>6</td>
<td>1</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>plexus-interactivity-api-1.0-alpha-4.jar</td>
-<td>13.41 kB</td>
+<td>13.09 kB</td>
<td>25</td>
<td>11</td>
<td>1</td>
<td>1.1</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>plexus-interpolation-1.21.jar</td>
-<td>62.46 kB</td>
+<td>60.99 kB</td>
<td>60</td>
<td>44</td>
<td>6</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>plexus-resources-1.0.1.jar</td>
-<td>21.88 kB</td>
+<td>21.37 kB</td>
<td>32</td>
<td>18</td>
<td>2</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>plexus-utils-3.0.20.jar</td>
-<td>243.13 kB</td>
+<td>237.43 kB</td>
<td>129</td>
<td>104</td>
<td>9</td>
<td>1.5</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>plexus-velocity-1.1.8.jar</td>
-<td>7.89 kB</td>
+<td>7.70 kB</td>
<td>18</td>
<td>5</td>
<td>1</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>jcl-over-slf4j-1.5.6.jar</td>
-<td>16.72 kB</td>
+<td>16.33 kB</td>
<td>23</td>
<td>9</td>
<td>2</td>
<td>1.3</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>slf4j-api-1.5.6.jar</td>
-<td>22.34 kB</td>
+<td>21.81 kB</td>
<td>32</td>
<td>21</td>
<td>3</td>
<td>1.3</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>slf4j-jdk14-1.5.6.jar</td>
-<td>8.81 kB</td>
+<td>8.61 kB</td>
<td>15</td>
<td>5</td>
<td>1</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>slf4j-nop-1.5.3.jar</td>
-<td>5.20 kB</td>
+<td>5.08 kB</td>
<td>14</td>
<td>4</td>
<td>1</td>
<td>1.3</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>plexus-cipher-1.4.jar</td>
-<td>13.49 kB</td>
+<td>13.18 kB</td>
<td>20</td>
<td>6</td>
<td>1</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="a">
<td>plexus-sec-dispatcher-1.3.jar</td>
-<td>28.56 kB</td>
+<td>27.89 kB</td>
<td>31</td>
<td>13</td>
<td>3</td>
<td>1.4</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>oro-2.0.8.jar</td>
-<td>65.26 kB</td>
+<td>63.73 kB</td>
<td>74</td>
<td>62</td>
<td>6</td>
<td>1.2</td>
-<td>No</td></tr>
+<td>release</td></tr>
<tr class="a">
<td>sslext-1.2-0.jar</td>
-<td>26.22 kB</td>
+<td>25.60 kB</td>
<td>29</td>
<td>13</td>
<td>6</td>
<td>1.2</td>
-<td>Yes</td></tr>
+<td>debug</td></tr>
<tr class="b">
<td>xercesImpl-2.9.1.jar</td>
-<td>1.23 MB</td>
+<td>1.17 MB</td>
<td>964</td>
<td>894</td>
<td>38</td>
<td>1.1</td>
-<td>No</td></tr>
+<td>release</td></tr>
<tr class="a">
<td>xml-apis-1.3.04.jar</td>
-<td>194.35 kB</td>
+<td>189.80 kB</td>
<td>344</td>
<td>303</td>
<td>25</td>
<td>1.1</td>
-<td>No</td></tr>
+<td>release</td></tr>
<tr class="b">
<th>Total</th>
<th>Size</th>
<th>Entries</th>
<th>Classes</th>
<th>Packages</th>
-<th>Java Version</th>
-<th>Debug Information</th></tr>
+<th>JDK Rev</th>
+<th>Debug</th></tr>
<tr class="a">
<td>90</td>
-<td>13.96 MB</td>
-<td>11044</td>
-<td>8963</td>
+<td>13.31 MB</td>
+<td>11,044</td>
+<td>8,963</td>
<td>621</td>
<td>1.6</td>
<td>85</td></tr>
<tr class="b">
<td>compile: 77</td>
-<td>compile: 12.93 MB</td>
-<td>compile: 10073</td>
-<td>compile: 8247</td>
+<td>compile: 12.33 MB</td>
+<td>compile: 10,073</td>
+<td>compile: 8,247</td>
<td>compile: 532</td>
<td>-</td>
<td>compile: 72</td></tr>
<tr class="a">
<td>test: 3</td>
-<td>test: 413.28 kB</td>
+<td>test: 403.59 kB</td>
<td>test: 394</td>
<td>test: 315</td>
<td>test: 44</td>
@@ -2512,7 +2509,7 @@
<td>test: 3</td></tr>
<tr class="b">
<td>runtime: 9</td>
-<td>runtime: 602.73 kB</td>
+<td>runtime: 588.60 kB</td>
<td>runtime: 555</td>
<td>runtime: 394</td>
<td>runtime: 44</td>
@@ -2520,7 +2517,7 @@
<td>runtime: 9</td></tr>
<tr class="a">
<td>provided: 1</td>
-<td>provided: 14.25 kB</td>
+<td>provided: 13.71 kB</td>
<td>provided: 22</td>
<td>provided: 7</td>
<td>provided: 1</td>
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-info.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-info.html
(original)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-info.html
Mon Jul 13 19:53:57 2015
@@ -1,6 +1,6 @@
<!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 at 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
| Rendered using Apache Maven Stylus Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20150713" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
@@ -46,8 +46,8 @@
Dependency Information
</div>
<div class="xright">
- Last Published: 2015-05-02
- | Version: 2.16-SNAPSHOT
+ Last Published: 2015-07-13
+ | Version: 2.17-SNAPSHOT
</div>
<div class="clear">
<hr/>
@@ -106,7 +106,7 @@
</ul>
<h5>Project Documentation</h5>
<ul>
-
<li
class="expanded">
+
<li class="expanded">
<a href="project-info.html">Project Information</a>
<ul>
<li class="none">
@@ -137,9 +137,6 @@
<a href="dependencies.html">Dependencies</a>
</li>
<li class="none">
- <a href="dependency-convergence.html">Dependency
Convergence</a>
- </li>
- <li class="none">
<a href="integration.html">Continuous Integration</a>
</li>
<li class="none">
@@ -236,37 +233,37 @@
<pre><dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.16-SNAPSHOT</version>
+ <version>2.17-SNAPSHOT</version>
<type>maven-plugin</type>
</dependency></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.maven.plugins:maven-checkstyle-plugin:maven-plugin:2.16-SNAPSHOT'</pre></div></div>
+<pre>'org.apache.maven.plugins:maven-checkstyle-plugin:maven-plugin:2.17-SNAPSHOT'</pre></div></div>
<div class="section">
-<h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a>
+<h3><a name="Apache_Ant"></a>Apache Ant</h3><a name="Apache_Ant"></a>
<div class="source">
-<pre><dependency org="org.apache.maven.plugins"
name="maven-checkstyle-plugin" rev="2.16-SNAPSHOT">
+<pre><dependency org="org.apache.maven.plugins"
name="maven-checkstyle-plugin" rev="2.17-SNAPSHOT">
<artifact name="maven-checkstyle-plugin"
type="maven-plugin" />
</dependency></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.maven.plugins', module='maven-checkstyle-plugin',
version='2.16-SNAPSHOT')
+@Grab(group='org.apache.maven.plugins', module='maven-checkstyle-plugin',
version='2.17-SNAPSHOT')
)</pre></div></div>
<div class="section">
<h3><a name="Grails"></a>Grails</h3><a name="Grails"></a>
<div class="source">
-<pre>compile
'org.apache.maven.plugins:maven-checkstyle-plugin:2.16-SNAPSHOT'</pre></div></div>
+<pre>compile
'org.apache.maven.plugins:maven-checkstyle-plugin:2.17-SNAPSHOT'</pre></div></div>
<div class="section">
<h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
<div class="source">
-<pre>[org.apache.maven.plugins/maven-checkstyle-plugin
"2.16-SNAPSHOT"]</pre></div></div>
+<pre>[org.apache.maven.plugins/maven-checkstyle-plugin
"2.17-SNAPSHOT"]</pre></div></div>
<div class="section">
<h3><a name="SBT"></a>SBT</h3><a name="SBT"></a>
<div class="source">
-<pre>libraryDependencies += "org.apache.maven.plugins" %
"maven-checkstyle-plugin" %
"2.16-SNAPSHOT"</pre></div></div></div>
+<pre>libraryDependencies += "org.apache.maven.plugins" %%
"maven-checkstyle-plugin" %
"2.17-SNAPSHOT"</pre></div></div></div>
</div>
</div>
<div class="clear">
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-management.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-management.html
(original)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/dependency-management.html
Mon Jul 13 19:53:57 2015
@@ -1,6 +1,6 @@
<!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 at 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
| Rendered using Apache Maven Stylus Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20150713" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
@@ -46,8 +46,8 @@
Project Dependency Management
</div>
<div class="xright">
- Last Published: 2015-05-02
- | Version: 2.16-SNAPSHOT
+ Last Published: 2015-07-13
+ | Version: 2.17-SNAPSHOT
</div>
<div class="clear">
<hr/>
@@ -106,7 +106,7 @@
</ul>
<h5>Project Documentation</h5>
<ul>
-
<li
class="expanded">
+
<li class="expanded">
<a href="project-info.html">Project Information</a>
<ul>
<li class="none">
@@ -137,9 +137,6 @@
<a href="dependencies.html">Dependencies</a>
</li>
<li class="none">
- <a href="dependency-convergence.html">Dependency
Convergence</a>
- </li>
- <li class="none">
<a href="integration.html">Continuous Integration</a>
</li>
<li class="none">
@@ -259,7 +256,7 @@
<tr class="b">
<td>org.apache.maven.plugin-tools</td>
<td><a class="externalLink"
href="http://maven.apache.org/plugin-tools/maven-plugin-annotations">maven-plugin-annotations</a></td>
-<td>3.4</td>
+<td>3.3</td>
<td>jar</td>
<td><a class="externalLink"
href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version
2.0</a></td></tr></table></div></div>
</div>
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/distribution-management.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/distribution-management.html
(original)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/distribution-management.html
Mon Jul 13 19:53:57 2015
@@ -1,6 +1,6 @@
<!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 at 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
| Rendered using Apache Maven Stylus Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20150713" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
@@ -46,8 +46,8 @@
Project Distribution Management
</div>
<div class="xright">
- Last Published: 2015-05-02
- | Version: 2.16-SNAPSHOT
+ Last Published: 2015-07-13
+ | Version: 2.17-SNAPSHOT
</div>
<div class="clear">
<hr/>
@@ -106,7 +106,7 @@
</ul>
<h5>Project Documentation</h5>
<ul>
-
<li
class="expanded">
+
<li class="expanded">
<a href="project-info.html">Project Information</a>
<ul>
<li class="none">
@@ -137,9 +137,6 @@
<a href="dependencies.html">Dependencies</a>
</li>
<li class="none">
- <a href="dependency-convergence.html">Dependency
Convergence</a>
- </li>
- <li class="none">
<a href="integration.html">Continuous Integration</a>
</li>
<li class="none">
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/download.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/download.html
(original)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/download.html
Mon Jul 13 19:53:57 2015
@@ -1,6 +1,6 @@
<!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 at 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
| Rendered using Apache Maven Stylus Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20150713" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
@@ -46,8 +46,8 @@
Download Apache Maven Checkstyle Plugin Source
</div>
<div class="xright">
- Last Published: 2015-05-02
- | Version: 2.16-SNAPSHOT
+ Last Published: 2015-07-13
+ | Version: 2.17-SNAPSHOT
</div>
<div class="clear">
<hr/>
@@ -106,10 +106,10 @@
</ul>
<h5>Project Documentation</h5>
<ul>
-
<li
class="collapsed">
+
<li class="collapsed">
<a href="project-info.html">Project Information</a>
</li>
- <li
class="collapsed">
+
<li class="collapsed">
<a href="project-reports.html">Project Reports</a>
</li>
</ul>
@@ -202,10 +202,10 @@ specific language governing permissions
under the License. -->
<div class="section">
-<h2><a
name="Download_Apache_Maven_Checkstyle_Plugin_2.16-SNAPSHOT_Source"></a>Download
Apache Maven Checkstyle Plugin 2.16-SNAPSHOT Source</h2>
+<h2><a
name="Download_Apache_Maven_Checkstyle_Plugin_2.17-SNAPSHOT_Source"></a>Download
Apache Maven Checkstyle Plugin 2.17-SNAPSHOT Source</h2>
-<p>Apache Maven Checkstyle Plugin 2.16-SNAPSHOT is distributed in source
format. Use a source archive if you intend to build
+<p>Apache Maven Checkstyle Plugin 2.17-SNAPSHOT is distributed in source
format. Use a source archive if you intend to build
Apache Maven Checkstyle Plugin yourself. Otherwise, simply use the
ready-made binary artifacts from central repository.</p>
@@ -223,7 +223,7 @@ under the License. -->
<p>Apache Maven Checkstyle Plugin is distributed under the <a
class="externalLink" href="http://www.apache.org/licenses/">Apache License,
version 2.0</a>.</p>
-<p></p>We <b>strongly</b> encourage our users to configure a Maven repository
mirror closer to their location, please read <a
href="./guides/mini/guide-mirror-settings.html">How to Use Mirrors for
Repositories</a>.
+<p></p>We <b>strongly</b> encourage our users to configure a Maven repository
mirror closer to their location, please read <a
href="/guides/mini/guide-mirror-settings.html">How to Use Mirrors for
Repositories</a>.
<a name="mirror"></a>
@@ -280,7 +280,7 @@ under the License. -->
<div class="section">
-<h3><a name="Apache_Maven_Checkstyle_Plugin_2.16-SNAPSHOT"></a>Apache Maven
Checkstyle Plugin 2.16-SNAPSHOT</h3>
+<h3><a name="Apache_Maven_Checkstyle_Plugin_2.17-SNAPSHOT"></a>Apache Maven
Checkstyle Plugin 2.17-SNAPSHOT</h3>
<p>This is the current stable version of Apache Maven Checkstyle Plugin.</p>
@@ -304,13 +304,13 @@ under the License. -->
<tr class="b">
-<td>Apache Maven Checkstyle Plugin 2.16-SNAPSHOT (Source zip)</td>
+<td>Apache Maven Checkstyle Plugin 2.17-SNAPSHOT (Source zip)</td>
-<td><a
href="[preferred]maven/plugins/maven-checkstyle-plugin-2.16-SNAPSHOT-source-release.zip">maven/plugins/maven-checkstyle-plugin-2.16-SNAPSHOT-source-release.zip</a></td>
+<td><a
href="[preferred]maven/plugins/maven-checkstyle-plugin-2.17-SNAPSHOT-source-release.zip">maven/plugins/maven-checkstyle-plugin-2.17-SNAPSHOT-source-release.zip</a></td>
-<td><a class="externalLink"
href="http://www.apache.org/dist/maven/plugins/maven-checkstyle-plugin-2.16-SNAPSHOT-source-release.zip.md5">maven/plugins/maven-checkstyle-plugin-2.16-SNAPSHOT-source-release.zip.md5</a></td>
+<td><a class="externalLink"
href="http://www.apache.org/dist/maven/plugins/maven-checkstyle-plugin-2.17-SNAPSHOT-source-release.zip.md5">maven/plugins/maven-checkstyle-plugin-2.17-SNAPSHOT-source-release.zip.md5</a></td>
-<td><a class="externalLink"
href="http://www.apache.org/dist/maven/plugins/maven-checkstyle-plugin-2.16-SNAPSHOT-source-release.zip.asc">maven/plugins/maven-checkstyle-plugin-2.16-SNAPSHOT-source-release.zip.asc</a></td>
+<td><a class="externalLink"
href="http://www.apache.org/dist/maven/plugins/maven-checkstyle-plugin-2.17-SNAPSHOT-source-release.zip.asc">maven/plugins/maven-checkstyle-plugin-2.17-SNAPSHOT-source-release.zip.asc</a></td>
</tr>
</tbody>
</table>
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-checker-config.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-checker-config.html
(original)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-checker-config.html
Mon Jul 13 19:53:57 2015
@@ -1,6 +1,6 @@
<!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 at 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
| Rendered using Apache Maven Stylus Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
</style>
<link rel="stylesheet" href="../css/print.css" type="text/css"
media="print" />
<meta name="author" content="2015-05-01" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20150713" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
@@ -47,8 +47,8 @@
Using a Custom Checkstyle Checker Configuration
</div>
<div class="xright">
- Last Published: 2015-05-02
- | Version: 2.16-SNAPSHOT
+ Last Published: 2015-07-13
+ | Version: 2.17-SNAPSHOT
</div>
<div class="clear">
<hr/>
@@ -107,10 +107,10 @@
</ul>
<h5>Project Documentation</h5>
<ul>
-
<li
class="collapsed">
+
<li class="collapsed">
<a href="../project-info.html">Project Information</a>
</li>
- <li
class="collapsed">
+
<li class="collapsed">
<a href="../project-reports.html">Project Reports</a>
</li>
</ul>
@@ -197,7 +197,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.16-SNAPSHOT</version>
+ <version>2.17-SNAPSHOT</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
@@ -208,11 +208,10 @@
</project>
</pre></div>
<p>This example causes the Checkstyle Plugin to check for a File named
<tt>checkstyle.xml</tt> or a resource named <tt>checkstyle.xml</tt> within the
compile scope of the dependencies or build extensions classpath.</p>
-<p>There are 3 predefined Checkstyle configuration definitions that ship with
the Checkstyle Plugin, the Sun Microsystems Definition is selected by
default.</p>
+<p>There are 2 predefined Checkstyle configuration definitions that ship with
the Checkstyle Plugin, the Sun Microsystems Definition is selected by
default.</p>
<ul>
<li><b>sun_checks.xml</b> - Sun Microsystems Definition (default).</li>
-<li><b>google_checks.xml</b> - Google Definition.</li>
-<li><b>config/maven_checks.xml</b> - Maven Development
Definitions.</li></ul></div>
+<li><b>google_checks.xml</b> - Google Definition.</li></ul></div>
</div>
</div>
<div class="clear">
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-developed-checkstyle.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-developed-checkstyle.html
(original)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-developed-checkstyle.html
Mon Jul 13 19:53:57 2015
@@ -1,6 +1,6 @@
<!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 at 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
| Rendered using Apache Maven Stylus Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
</style>
<link rel="stylesheet" href="../css/print.css" type="text/css"
media="print" />
<meta name="author" content="2008-02-04" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20150713" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
@@ -47,8 +47,8 @@
Using Custom Developed Checkstyle Checks
</div>
<div class="xright">
- Last Published: 2015-05-02
- | Version: 2.16-SNAPSHOT
+ Last Published: 2015-07-13
+ | Version: 2.17-SNAPSHOT
</div>
<div class="clear">
<hr/>
@@ -107,10 +107,10 @@
</ul>
<h5>Project Documentation</h5>
<ul>
-
<li
class="collapsed">
+
<li class="collapsed">
<a href="../project-info.html">Project Information</a>
</li>
- <li
class="collapsed">
+
<li class="collapsed">
<a href="../project-reports.html">Project Reports</a>
</li>
</ul>
@@ -220,7 +220,7 @@
<dependency>
<groupId>checkstyle</groupId>
<artifactId>checkstyle</artifactId>
- <version>2.16-SNAPSHOT</version>
+ <version>2.17-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
@@ -346,7 +346,7 @@ public class MethodLimitCheck extends Ch
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.16-SNAPSHOT</version>
+ <version>2.17-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.mycompany</groupId>
@@ -362,7 +362,7 @@ public class MethodLimitCheck extends Ch
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.16-SNAPSHOT</version>
+ <version>2.17-SNAPSHOT</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<packageNamesLocation>com/mycompany/checks/packagenames.xml</packageNamesLocation>
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-property-expansion.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-property-expansion.html
(original)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/custom-property-expansion.html
Mon Jul 13 19:53:57 2015
@@ -1,6 +1,6 @@
<!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 at 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
| Rendered using Apache Maven Stylus Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
</style>
<link rel="stylesheet" href="../css/print.css" type="text/css"
media="print" />
<meta name="author" content="2006-07-21" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20150713" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
@@ -47,8 +47,8 @@
Using Custom Checkstyle Property Expansion Definitions
</div>
<div class="xright">
- Last Published: 2015-05-02
- | Version: 2.16-SNAPSHOT
+ Last Published: 2015-07-13
+ | Version: 2.17-SNAPSHOT
</div>
<div class="clear">
<hr/>
@@ -107,10 +107,10 @@
</ul>
<h5>Project Documentation</h5>
<ul>
-
<li
class="collapsed">
+
<li class="collapsed">
<a href="../project-info.html">Project Information</a>
</li>
- <li
class="collapsed">
+
<li class="collapsed">
<a href="../project-reports.html">Project Reports</a>
</li>
</ul>
@@ -215,7 +215,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.16-SNAPSHOT</version>
+ <version>2.17-SNAPSHOT</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<propertyExpansion>projectname=whizbang</propertyExpansion>
@@ -235,7 +235,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.16-SNAPSHOT</version>
+ <version>2.17-SNAPSHOT</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<propertesLocation>${basedir}/checkstyle.properties</propertiesLocation>
Modified:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/inline-checker-config.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/inline-checker-config.html
(original)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/examples/inline-checker-config.html
Mon Jul 13 19:53:57 2015
@@ -1,6 +1,6 @@
<!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 at 2015-05-02
+ | Generated by Apache Maven Doxia at 2015-07-13
| Rendered using Apache Maven Stylus Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
</style>
<link rel="stylesheet" href="../css/print.css" type="text/css"
media="print" />
<meta name="author" content="2014-02-14" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20150713" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
@@ -47,8 +47,8 @@
Using an 'inlined' Checkstyle Checker Configuration
</div>
<div class="xright">
- Last Published: 2015-05-02
- | Version: 2.16-SNAPSHOT
+ Last Published: 2015-07-13
+ | Version: 2.17-SNAPSHOT
</div>
<div class="clear">
<hr/>
@@ -107,10 +107,10 @@
</ul>
<h5>Project Documentation</h5>
<ul>
-
<li
class="collapsed">
+
<li class="collapsed">
<a href="../project-info.html">Project Information</a>
</li>
- <li
class="collapsed">
+
<li class="collapsed">
<a href="../project-reports.html">Project Reports</a>
</li>
</ul>
@@ -198,7 +198,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.16-SNAPSHOT</version>
+ <version>2.17-SNAPSHOT</version>
<executions>
<execution>
<id>verify-style</id>