Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/javascriptReport.html ============================================================================== --- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/javascriptReport.html (original) +++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/javascriptReport.html Sun Dec 13 21:06:46 2015 @@ -1,196 +1,376 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-07-03 - | Rendered using Apache Maven Stylus Skin 1.5 + | Generated by Apache Maven Doxia 1.4 at 2015-12-13 + | Rendered using Apache Maven Fluido Skin 1.4 --> -<html xmlns="http://www.w3.org/1999/xhtml"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="author" content="Andreas Dangel" /> + <meta name="Date-Creation-yyyymmdd" content="20120523" /> + <meta name="Date-Revision-yyyymmdd" content="20151213" /> + <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven PMD Plugin – Analyzing JavaScript Code</title> - <style type="text/css" media="all"> - @import url("../css/maven-base.css"); - @import url("../css/maven-theme.css"); - @import url("../css/site.css"); - </style> - <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" /> - <meta name="author" content="Andreas Dangel" /> - <meta name="Date-Creation-yyyymmdd" content="20120523" /> - <meta name="Date-Revision-yyyymmdd" content="20150703" /> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> - + <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> + <link rel="stylesheet" href="../css/site.css" /> + <link rel="stylesheet" href="../css/print.css" media="print" /> + + + <script type="text/javascript" src="../js/apache-maven-fluido-1.4.min.js"></script> + + + +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> + + <script type="text/javascript">_uacct = "UA-140879-1"; urchinTracker();</script> - </head> - <body class="composite"> - <div id="banner"> - <a href="../../../" id="bannerLeft"> - <img src="../../../images/apache-maven-project-2.png" alt="" /> + + </head> + <body class="topBarDisabled"> + + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <a href="http://www.apache.org/" id="bannerLeft"> + <img src="../../../images/apache-maven-project.png" alt="Apache Maven"/> + </a> + </div> + <div class="pull-right"> <a href="../../../" id="bannerRight"> + <img src="../../../images/maven-logo-black-on-white.png" /> </a> - <span id="bannerRight"> - <img src="../../../images/maven-logo-2.gif" alt="" /> - </span> - <div class="clear"> - <hr/> </div> - </div> - <div id="breadcrumbs"> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + + <li class=""> + <a href="http://www.apache.org/" class="externalLink" title="Apache"> + Apache</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../../../index.html" title="Maven"> + Maven</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../../index.html" title="Plugins"> + Plugins</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../" title="Apache Maven PMD Plugin"> + Apache Maven PMD Plugin</a> + <span class="divider">/</span> + </li> + <li class="active ">Analyzing JavaScript Code</li> + + + + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-12-13</li> + <li id="projectVersion" class="pull-right"> + Version: 3.6 + </li> - <div class="xleft"> - <a href="http://www.apache.org/" class="externalLink">Apache</a> - > - <a href="../../../index.html">Maven</a> - > - <a href="../../index.html">Plugins</a> - > - <a href="../">Apache Maven PMD Plugin</a> - > - Analyzing JavaScript Code - </div> - <div class="xright"> - Last Published: 2015-07-03 - | Version: 3.5 - </div> - <div class="clear"> - <hr/> + </ul> </div> - </div> - <div id="leftColumn"> - <div id="navcolumn"> - - <h5>Overview</h5> - <ul> - <li class="none"> - <a href="../index.html">Introduction</a> - </li> - <li class="none"> - <a href="../plugin-info.html">Goals</a> - </li> - <li class="none"> - <a href="../usage.html">Usage</a> - </li> - <li class="none"> - <a href="../faq.html">FAQ</a> - </li> - <li class="none"> - <a href="http://www.apache.org/licenses/" class="externalLink">License</a> - </li> - <li class="none"> - <a href="../download.html">Download</a> - </li> - </ul> - <h5>Examples</h5> - <ul> - <li class="none"> - <a href="../examples/removeReport.html">Remove Report</a> - </li> - <li class="none"> - <a href="../examples/targetJdk.html">Target JDK</a> - </li> - <li class="none"> - <a href="../examples/usingRuleSets.html">Using Rule Sets</a> - </li> - <li class="none"> - <a href="../examples/violationChecking.html">Violation Checking</a> - </li> - <li class="none"> - <strong>Analyzing JavaScript</strong> + + + <div class="row-fluid"> + <div id="leftColumn" class="span2"> + <div class="well sidebar-nav"> + + + <ul class="nav nav-list"> + <li class="nav-header">Overview</li> + + <li> + + <a href="../index.html" title="Introduction"> + <span class="none"></span> + Introduction</a> + </li> + + <li> + + <a href="../plugin-info.html" title="Goals"> + <span class="none"></span> + Goals</a> + </li> + + <li> + + <a href="../usage.html" title="Usage"> + <span class="none"></span> + Usage</a> + </li> + + <li> + + <a href="../faq.html" title="FAQ"> + <span class="none"></span> + FAQ</a> + </li> + + <li> + + <a href="http://www.apache.org/licenses/" class="externalLink" title="License"> + <span class="none"></span> + License</a> + </li> + + <li> + + <a href="../download.html" title="Download"> + <span class="none"></span> + Download</a> + </li> + <li class="nav-header">Examples</li> + + <li> + + <a href="../examples/removeReport.html" title="Remove Report"> + <span class="none"></span> + Remove Report</a> + </li> + + <li> + + <a href="../examples/targetJdk.html" title="Target JDK"> + <span class="none"></span> + Target JDK</a> + </li> + + <li> + + <a href="../examples/usingRuleSets.html" title="Using Rule Sets"> + <span class="none"></span> + Using Rule Sets</a> + </li> + + <li> + + <a href="../examples/violationChecking.html" title="Violation Checking"> + <span class="none"></span> + Violation Checking</a> + </li> + + <li class="active"> + + <a href="#"><span class="none"></span>Analyzing JavaScript</a> </li> - <li class="none"> - <a href="../examples/jspReport.html">Analyzing Java Server Pages</a> - </li> - <li class="none"> - <a href="../examples/violation-exclusions.html">Violations Exclusions</a> - </li> - </ul> - <h5>Project Documentation</h5> - <ul> - <li class="collapsed"> - <a href="../project-info.html">Project Information</a> + + <li> + + <a href="../examples/jspReport.html" title="Analyzing Java Server Pages"> + <span class="none"></span> + Analyzing Java Server Pages</a> + </li> + + <li> + + <a href="../examples/violation-exclusions.html" title="Violations Exclusions"> + <span class="none"></span> + Violations Exclusions</a> + </li> + <li class="nav-header">Project Documentation</li> + + <li> + + <a href="../project-info.html" title="Project Information"> + <span class="icon-chevron-right"></span> + Project Information</a> </li> - <li class="collapsed"> - <a href="../project-reports.html">Project Reports</a> + + <li> + + <a href="../project-reports.html" title="Project Reports"> + <span class="icon-chevron-right"></span> + Project Reports</a> </li> - </ul> - <h5>Maven Projects</h5> - <ul> - <li class="none"> - <a href="../../../ant-tasks/index.html">Ant Tasks</a> - </li> - <li class="none"> - <a href="../../../archetype/index.html">Archetype</a> - </li> - <li class="none"> - <a href="../../../doxia/index.html">Doxia</a> - </li> - <li class="none"> - <a href="../../../jxr/index.html">JXR</a> - </li> - <li class="none"> - <a href="../../../ref/current">Maven</a> - </li> - <li class="none"> - <a href="../../../pom/index.html">Parent POMs</a> - </li> - <li class="none"> - <a href="../../index.html">Plugins</a> - </li> - <li class="none"> - <a href="../../../plugin-testing/index.html">Plugin Testing</a> - </li> - <li class="none"> - <a href="../../../plugin-tools/index.html">Plugin Tools</a> - </li> - <li class="none"> - <a href="../../../apache-resource-bundles/index.html">Resource Bundles</a> - </li> - <li class="none"> - <a href="../../../scm/index.html">SCM</a> - </li> - <li class="none"> - <a href="../../../shared/index.html">Shared Components</a> - </li> - <li class="none"> - <a href="../../../skins/index.html">Skins</a> - </li> - <li class="none"> - <a href="../../../surefire/index.html">Surefire</a> - </li> - <li class="none"> - <a href="../../../wagon/index.html">Wagon</a> - </li> - </ul> - <h5>ASF</h5> - <ul> - <li class="none"> - <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a> - </li> - </ul> - <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> - <img alt="Built by Maven" src="../images/logos/maven-feather.png"/> - </a> - - </div> - </div> - <div id="bodyColumn"> - <div id="contentBox"> - <!-- 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"> + <li class="nav-header">Maven Projects</li> + + <li> + + <a href="../../../ant-tasks/index.html" title="Ant Tasks"> + <span class="none"></span> + Ant Tasks</a> + </li> + + <li> + + <a href="../../../archetype/index.html" title="Archetype"> + <span class="none"></span> + Archetype</a> + </li> + + <li> + + <a href="../../../doxia/index.html" title="Doxia"> + <span class="none"></span> + Doxia</a> + </li> + + <li> + + <a href="../../../jxr/index.html" title="JXR"> + <span class="none"></span> + JXR</a> + </li> + + <li> + + <a href="../../../ref/current" title="Maven"> + <span class="none"></span> + Maven</a> + </li> + + <li> + + <a href="../../../pom/index.html" title="Parent POMs"> + <span class="none"></span> + Parent POMs</a> + </li> + + <li> + + <a href="../../index.html" title="Plugins"> + <span class="none"></span> + Plugins</a> + </li> + + <li> + + <a href="../../../plugin-testing/index.html" title="Plugin Testing"> + <span class="none"></span> + Plugin Testing</a> + </li> + + <li> + + <a href="../../../plugin-tools/index.html" title="Plugin Tools"> + <span class="none"></span> + Plugin Tools</a> + </li> + + <li> + + <a href="../../../apache-resource-bundles/index.html" title="Resource Bundles"> + <span class="none"></span> + Resource Bundles</a> + </li> + + <li> + + <a href="../../../scm/index.html" title="SCM"> + <span class="none"></span> + SCM</a> + </li> + + <li> + + <a href="../../../shared/index.html" title="Shared Components"> + <span class="none"></span> + Shared Components</a> + </li> + + <li> + + <a href="../../../skins/index.html" title="Skins"> + <span class="none"></span> + Skins</a> + </li> + + <li> + + <a href="../../../surefire/index.html" title="Surefire"> + <span class="none"></span> + Surefire</a> + </li> + + <li> + + <a href="../../../wagon/index.html" title="Wagon"> + <span class="none"></span> + Wagon</a> + </li> + <li class="nav-header">ASF</li> + + <li> + + <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"> + <span class="none"></span> + How Apache Works</a> + </li> + + <li> + + <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation"> + <span class="none"></span> + Foundation</a> + </li> + + <li> + + <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"> + <span class="none"></span> + Sponsoring Apache</a> + </li> + + <li> + + <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"> + <span class="none"></span> + Thanks</a> + </li> + </ul> + + + <form id="search-form" action="https://www.google.com/search" method="get" > + + <input value="$sitesearchValue" name="sitesearch" type="hidden"/> + <input class="search-query" name="q" id="query" type="text" /> +</form> +<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> + + <hr /> + + <div id="poweredBy"> + + <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> + + + <div class="g-plusone" data-href="http://maven.apache.org/plugins/maven-pmd-plugin/" data-size="tall" ></div> + + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span10" > + + <!-- 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="Analyzing_JavaScript_Code"></a>Analyzing JavaScript Code</h2> <p>The PMD plugin analyzes Java by default. You can configure it to analyze JavaScript files instead as shown below.</p> <p>The example assumes that the JavaScript source code is stored in the subdirectory <tt>src/main/javascript</tt> and enables three built-in rulesets (<i>basic</i>, <i>braces</i>, <i>unnecessary</i>).</p> <p>Note that you have to make sure that the build-helper-maven-plugin is executed, so that the additional source directory is actually added. To generate the site report, you can include e.g. the <i>generate-sources</i> phase:</p> <p><tt>mvn generate-sources site</tt></p> -<div class="source"> -<pre><project> +<div class="source"><pre class="prettyprint linenums"><project> ... <build> <plugins> @@ -219,7 +399,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.5</version> + <version>3.6</version> <configuration> <language>javascript</language> <rulesets> @@ -237,22 +417,24 @@ ... </project> </pre></div></div> - </div> - </div> - <div class="clear"> - <hr/> - </div> - <div id="footer"> - <div class="xright"> - © 2005-2015 - The Apache Software Foundation - - - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>. - Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation. - </div> - <div class="clear"> - <hr/> - </div> - </div> - </body> + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2005–2015 + <a href="http://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + + </p> + </div> + + + </div> + </footer> + </body> </html> \ No newline at end of file
Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/jspReport.html ============================================================================== --- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/jspReport.html (original) +++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/jspReport.html Sun Dec 13 21:06:46 2015 @@ -1,196 +1,376 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-07-03 - | Rendered using Apache Maven Stylus Skin 1.5 + | Generated by Apache Maven Doxia 1.4 at 2015-12-13 + | Rendered using Apache Maven Fluido Skin 1.4 --> -<html xmlns="http://www.w3.org/1999/xhtml"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="author" content="Thomas Williamson" /> + <meta name="Date-Creation-yyyymmdd" content="20150119" /> + <meta name="Date-Revision-yyyymmdd" content="20151213" /> + <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven PMD Plugin – Analyzing JSP Code</title> - <style type="text/css" media="all"> - @import url("../css/maven-base.css"); - @import url("../css/maven-theme.css"); - @import url("../css/site.css"); - </style> - <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" /> - <meta name="author" content="Thomas Williamson" /> - <meta name="Date-Creation-yyyymmdd" content="20150119" /> - <meta name="Date-Revision-yyyymmdd" content="20150703" /> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> - + <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> + <link rel="stylesheet" href="../css/site.css" /> + <link rel="stylesheet" href="../css/print.css" media="print" /> + + + <script type="text/javascript" src="../js/apache-maven-fluido-1.4.min.js"></script> + + + +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> + + <script type="text/javascript">_uacct = "UA-140879-1"; urchinTracker();</script> - </head> - <body class="composite"> - <div id="banner"> - <a href="../../../" id="bannerLeft"> - <img src="../../../images/apache-maven-project-2.png" alt="" /> + + </head> + <body class="topBarDisabled"> + + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <a href="http://www.apache.org/" id="bannerLeft"> + <img src="../../../images/apache-maven-project.png" alt="Apache Maven"/> + </a> + </div> + <div class="pull-right"> <a href="../../../" id="bannerRight"> + <img src="../../../images/maven-logo-black-on-white.png" /> </a> - <span id="bannerRight"> - <img src="../../../images/maven-logo-2.gif" alt="" /> - </span> - <div class="clear"> - <hr/> </div> - </div> - <div id="breadcrumbs"> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + + <li class=""> + <a href="http://www.apache.org/" class="externalLink" title="Apache"> + Apache</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../../../index.html" title="Maven"> + Maven</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../../index.html" title="Plugins"> + Plugins</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../" title="Apache Maven PMD Plugin"> + Apache Maven PMD Plugin</a> + <span class="divider">/</span> + </li> + <li class="active ">Analyzing JSP Code</li> + + + + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-12-13</li> + <li id="projectVersion" class="pull-right"> + Version: 3.6 + </li> - <div class="xleft"> - <a href="http://www.apache.org/" class="externalLink">Apache</a> - > - <a href="../../../index.html">Maven</a> - > - <a href="../../index.html">Plugins</a> - > - <a href="../">Apache Maven PMD Plugin</a> - > - Analyzing JSP Code - </div> - <div class="xright"> - Last Published: 2015-07-03 - | Version: 3.5 - </div> - <div class="clear"> - <hr/> + </ul> </div> - </div> - <div id="leftColumn"> - <div id="navcolumn"> - - <h5>Overview</h5> - <ul> - <li class="none"> - <a href="../index.html">Introduction</a> - </li> - <li class="none"> - <a href="../plugin-info.html">Goals</a> - </li> - <li class="none"> - <a href="../usage.html">Usage</a> - </li> - <li class="none"> - <a href="../faq.html">FAQ</a> - </li> - <li class="none"> - <a href="http://www.apache.org/licenses/" class="externalLink">License</a> - </li> - <li class="none"> - <a href="../download.html">Download</a> - </li> - </ul> - <h5>Examples</h5> - <ul> - <li class="none"> - <a href="../examples/removeReport.html">Remove Report</a> - </li> - <li class="none"> - <a href="../examples/targetJdk.html">Target JDK</a> - </li> - <li class="none"> - <a href="../examples/usingRuleSets.html">Using Rule Sets</a> - </li> - <li class="none"> - <a href="../examples/violationChecking.html">Violation Checking</a> - </li> - <li class="none"> - <a href="../examples/javascriptReport.html">Analyzing JavaScript</a> - </li> - <li class="none"> - <strong>Analyzing Java Server Pages</strong> + + + <div class="row-fluid"> + <div id="leftColumn" class="span2"> + <div class="well sidebar-nav"> + + + <ul class="nav nav-list"> + <li class="nav-header">Overview</li> + + <li> + + <a href="../index.html" title="Introduction"> + <span class="none"></span> + Introduction</a> + </li> + + <li> + + <a href="../plugin-info.html" title="Goals"> + <span class="none"></span> + Goals</a> + </li> + + <li> + + <a href="../usage.html" title="Usage"> + <span class="none"></span> + Usage</a> + </li> + + <li> + + <a href="../faq.html" title="FAQ"> + <span class="none"></span> + FAQ</a> + </li> + + <li> + + <a href="http://www.apache.org/licenses/" class="externalLink" title="License"> + <span class="none"></span> + License</a> + </li> + + <li> + + <a href="../download.html" title="Download"> + <span class="none"></span> + Download</a> + </li> + <li class="nav-header">Examples</li> + + <li> + + <a href="../examples/removeReport.html" title="Remove Report"> + <span class="none"></span> + Remove Report</a> + </li> + + <li> + + <a href="../examples/targetJdk.html" title="Target JDK"> + <span class="none"></span> + Target JDK</a> + </li> + + <li> + + <a href="../examples/usingRuleSets.html" title="Using Rule Sets"> + <span class="none"></span> + Using Rule Sets</a> + </li> + + <li> + + <a href="../examples/violationChecking.html" title="Violation Checking"> + <span class="none"></span> + Violation Checking</a> + </li> + + <li> + + <a href="../examples/javascriptReport.html" title="Analyzing JavaScript"> + <span class="none"></span> + Analyzing JavaScript</a> + </li> + + <li class="active"> + + <a href="#"><span class="none"></span>Analyzing Java Server Pages</a> </li> - <li class="none"> - <a href="../examples/violation-exclusions.html">Violations Exclusions</a> - </li> - </ul> - <h5>Project Documentation</h5> - <ul> - <li class="collapsed"> - <a href="../project-info.html">Project Information</a> + + <li> + + <a href="../examples/violation-exclusions.html" title="Violations Exclusions"> + <span class="none"></span> + Violations Exclusions</a> + </li> + <li class="nav-header">Project Documentation</li> + + <li> + + <a href="../project-info.html" title="Project Information"> + <span class="icon-chevron-right"></span> + Project Information</a> </li> - <li class="collapsed"> - <a href="../project-reports.html">Project Reports</a> + + <li> + + <a href="../project-reports.html" title="Project Reports"> + <span class="icon-chevron-right"></span> + Project Reports</a> </li> - </ul> - <h5>Maven Projects</h5> - <ul> - <li class="none"> - <a href="../../../ant-tasks/index.html">Ant Tasks</a> - </li> - <li class="none"> - <a href="../../../archetype/index.html">Archetype</a> - </li> - <li class="none"> - <a href="../../../doxia/index.html">Doxia</a> - </li> - <li class="none"> - <a href="../../../jxr/index.html">JXR</a> - </li> - <li class="none"> - <a href="../../../ref/current">Maven</a> - </li> - <li class="none"> - <a href="../../../pom/index.html">Parent POMs</a> - </li> - <li class="none"> - <a href="../../index.html">Plugins</a> - </li> - <li class="none"> - <a href="../../../plugin-testing/index.html">Plugin Testing</a> - </li> - <li class="none"> - <a href="../../../plugin-tools/index.html">Plugin Tools</a> - </li> - <li class="none"> - <a href="../../../apache-resource-bundles/index.html">Resource Bundles</a> - </li> - <li class="none"> - <a href="../../../scm/index.html">SCM</a> - </li> - <li class="none"> - <a href="../../../shared/index.html">Shared Components</a> - </li> - <li class="none"> - <a href="../../../skins/index.html">Skins</a> - </li> - <li class="none"> - <a href="../../../surefire/index.html">Surefire</a> - </li> - <li class="none"> - <a href="../../../wagon/index.html">Wagon</a> - </li> - </ul> - <h5>ASF</h5> - <ul> - <li class="none"> - <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a> - </li> - </ul> - <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> - <img alt="Built by Maven" src="../images/logos/maven-feather.png"/> - </a> - - </div> - </div> - <div id="bodyColumn"> - <div id="contentBox"> - <!-- 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"> + <li class="nav-header">Maven Projects</li> + + <li> + + <a href="../../../ant-tasks/index.html" title="Ant Tasks"> + <span class="none"></span> + Ant Tasks</a> + </li> + + <li> + + <a href="../../../archetype/index.html" title="Archetype"> + <span class="none"></span> + Archetype</a> + </li> + + <li> + + <a href="../../../doxia/index.html" title="Doxia"> + <span class="none"></span> + Doxia</a> + </li> + + <li> + + <a href="../../../jxr/index.html" title="JXR"> + <span class="none"></span> + JXR</a> + </li> + + <li> + + <a href="../../../ref/current" title="Maven"> + <span class="none"></span> + Maven</a> + </li> + + <li> + + <a href="../../../pom/index.html" title="Parent POMs"> + <span class="none"></span> + Parent POMs</a> + </li> + + <li> + + <a href="../../index.html" title="Plugins"> + <span class="none"></span> + Plugins</a> + </li> + + <li> + + <a href="../../../plugin-testing/index.html" title="Plugin Testing"> + <span class="none"></span> + Plugin Testing</a> + </li> + + <li> + + <a href="../../../plugin-tools/index.html" title="Plugin Tools"> + <span class="none"></span> + Plugin Tools</a> + </li> + + <li> + + <a href="../../../apache-resource-bundles/index.html" title="Resource Bundles"> + <span class="none"></span> + Resource Bundles</a> + </li> + + <li> + + <a href="../../../scm/index.html" title="SCM"> + <span class="none"></span> + SCM</a> + </li> + + <li> + + <a href="../../../shared/index.html" title="Shared Components"> + <span class="none"></span> + Shared Components</a> + </li> + + <li> + + <a href="../../../skins/index.html" title="Skins"> + <span class="none"></span> + Skins</a> + </li> + + <li> + + <a href="../../../surefire/index.html" title="Surefire"> + <span class="none"></span> + Surefire</a> + </li> + + <li> + + <a href="../../../wagon/index.html" title="Wagon"> + <span class="none"></span> + Wagon</a> + </li> + <li class="nav-header">ASF</li> + + <li> + + <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"> + <span class="none"></span> + How Apache Works</a> + </li> + + <li> + + <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation"> + <span class="none"></span> + Foundation</a> + </li> + + <li> + + <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"> + <span class="none"></span> + Sponsoring Apache</a> + </li> + + <li> + + <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"> + <span class="none"></span> + Thanks</a> + </li> + </ul> + + + <form id="search-form" action="https://www.google.com/search" method="get" > + + <input value="$sitesearchValue" name="sitesearch" type="hidden"/> + <input class="search-query" name="q" id="query" type="text" /> +</form> +<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> + + <hr /> + + <div id="poweredBy"> + + <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> + + + <div class="g-plusone" data-href="http://maven.apache.org/plugins/maven-pmd-plugin/" data-size="tall" ></div> + + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span10" > + + <!-- 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="Analyzing_JSP_Code"></a>Analyzing JSP Code</h2> <p>The PMD plugin analyzes Java by default. You can configure it to analyze Java Server Pages files instead as shown below.</p> <p>The example assumes that the JSP source code is stored in various subdirectories under the source directory <tt>src/main/webapp</tt> and enables the built-in JSP ruleset (<i>basic</i>).</p> <p>Note that you have to make sure that the build-helper-maven-plugin is executed, so that the additional source directory is actually added. To generate the site report, you can include e.g. the <i>generate-sources</i> phase:</p> <p><tt>mvn generate-sources site</tt></p> -<div class="source"> -<pre><project> +<div class="source"><pre class="prettyprint linenums"><project> ... <build> <plugins> @@ -219,7 +399,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.5</version> + <version>3.6</version> <configuration> <language>jsp</language> <rulesets> @@ -235,22 +415,24 @@ ... </project> </pre></div></div> - </div> - </div> - <div class="clear"> - <hr/> - </div> - <div id="footer"> - <div class="xright"> - © 2005-2015 - The Apache Software Foundation - - - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>. - Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation. - </div> - <div class="clear"> - <hr/> - </div> - </div> - </body> + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2005–2015 + <a href="http://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + + </p> + </div> + + + </div> + </footer> + </body> </html> \ No newline at end of file Modified: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/removeReport.html ============================================================================== --- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/removeReport.html (original) +++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/examples/removeReport.html Sun Dec 13 21:06:46 2015 @@ -1,199 +1,379 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-07-03 - | Rendered using Apache Maven Stylus Skin 1.5 + | Generated by Apache Maven Doxia 1.4 at 2015-12-13 + | Rendered using Apache Maven Fluido Skin 1.4 --> -<html xmlns="http://www.w3.org/1999/xhtml"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="author" content="Dennis Lundberg" /> + <meta name="Date-Creation-yyyymmdd" content="20071228" /> + <meta name="Date-Revision-yyyymmdd" content="20151213" /> + <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven PMD Plugin – Remove Report</title> - <style type="text/css" media="all"> - @import url("../css/maven-base.css"); - @import url("../css/maven-theme.css"); - @import url("../css/site.css"); - </style> - <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" /> - <meta name="author" content="Dennis Lundberg" /> - <meta name="Date-Creation-yyyymmdd" content="20071228" /> - <meta name="Date-Revision-yyyymmdd" content="20150703" /> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> - + <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> + <link rel="stylesheet" href="../css/site.css" /> + <link rel="stylesheet" href="../css/print.css" media="print" /> + + + <script type="text/javascript" src="../js/apache-maven-fluido-1.4.min.js"></script> + + + +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> + + <script type="text/javascript">_uacct = "UA-140879-1"; urchinTracker();</script> - </head> - <body class="composite"> - <div id="banner"> - <a href="../../../" id="bannerLeft"> - <img src="../../../images/apache-maven-project-2.png" alt="" /> + + </head> + <body class="topBarDisabled"> + + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <a href="http://www.apache.org/" id="bannerLeft"> + <img src="../../../images/apache-maven-project.png" alt="Apache Maven"/> </a> - <span id="bannerRight"> - <img src="../../../images/maven-logo-2.gif" alt="" /> - </span> - <div class="clear"> - <hr/> + </div> + <div class="pull-right"> <a href="../../../" id="bannerRight"> + <img src="../../../images/maven-logo-black-on-white.png" /> + </a> + </div> + <div class="clear"><hr/></div> </div> - </div> - <div id="breadcrumbs"> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + + <li class=""> + <a href="http://www.apache.org/" class="externalLink" title="Apache"> + Apache</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../../../index.html" title="Maven"> + Maven</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../../index.html" title="Plugins"> + Plugins</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../" title="Apache Maven PMD Plugin"> + Apache Maven PMD Plugin</a> + <span class="divider">/</span> + </li> + <li class="active ">Remove Report</li> + + + + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-12-13</li> + <li id="projectVersion" class="pull-right"> + Version: 3.6 + </li> - <div class="xleft"> - <a href="http://www.apache.org/" class="externalLink">Apache</a> - > - <a href="../../../index.html">Maven</a> - > - <a href="../../index.html">Plugins</a> - > - <a href="../">Apache Maven PMD Plugin</a> - > - Remove Report - </div> - <div class="xright"> - Last Published: 2015-07-03 - | Version: 3.5 - </div> - <div class="clear"> - <hr/> + </ul> </div> - </div> - <div id="leftColumn"> - <div id="navcolumn"> - - <h5>Overview</h5> - <ul> - <li class="none"> - <a href="../index.html">Introduction</a> - </li> - <li class="none"> - <a href="../plugin-info.html">Goals</a> - </li> - <li class="none"> - <a href="../usage.html">Usage</a> - </li> - <li class="none"> - <a href="../faq.html">FAQ</a> - </li> - <li class="none"> - <a href="http://www.apache.org/licenses/" class="externalLink">License</a> - </li> - <li class="none"> - <a href="../download.html">Download</a> - </li> - </ul> - <h5>Examples</h5> - <ul> - <li class="none"> - <strong>Remove Report</strong> + + + <div class="row-fluid"> + <div id="leftColumn" class="span2"> + <div class="well sidebar-nav"> + + + <ul class="nav nav-list"> + <li class="nav-header">Overview</li> + + <li> + + <a href="../index.html" title="Introduction"> + <span class="none"></span> + Introduction</a> + </li> + + <li> + + <a href="../plugin-info.html" title="Goals"> + <span class="none"></span> + Goals</a> + </li> + + <li> + + <a href="../usage.html" title="Usage"> + <span class="none"></span> + Usage</a> + </li> + + <li> + + <a href="../faq.html" title="FAQ"> + <span class="none"></span> + FAQ</a> + </li> + + <li> + + <a href="http://www.apache.org/licenses/" class="externalLink" title="License"> + <span class="none"></span> + License</a> + </li> + + <li> + + <a href="../download.html" title="Download"> + <span class="none"></span> + Download</a> + </li> + <li class="nav-header">Examples</li> + + <li class="active"> + + <a href="#"><span class="none"></span>Remove Report</a> </li> - <li class="none"> - <a href="../examples/targetJdk.html">Target JDK</a> - </li> - <li class="none"> - <a href="../examples/usingRuleSets.html">Using Rule Sets</a> - </li> - <li class="none"> - <a href="../examples/violationChecking.html">Violation Checking</a> - </li> - <li class="none"> - <a href="../examples/javascriptReport.html">Analyzing JavaScript</a> - </li> - <li class="none"> - <a href="../examples/jspReport.html">Analyzing Java Server Pages</a> - </li> - <li class="none"> - <a href="../examples/violation-exclusions.html">Violations Exclusions</a> - </li> - </ul> - <h5>Project Documentation</h5> - <ul> - <li class="collapsed"> - <a href="../project-info.html">Project Information</a> + + <li> + + <a href="../examples/targetJdk.html" title="Target JDK"> + <span class="none"></span> + Target JDK</a> + </li> + + <li> + + <a href="../examples/usingRuleSets.html" title="Using Rule Sets"> + <span class="none"></span> + Using Rule Sets</a> + </li> + + <li> + + <a href="../examples/violationChecking.html" title="Violation Checking"> + <span class="none"></span> + Violation Checking</a> + </li> + + <li> + + <a href="../examples/javascriptReport.html" title="Analyzing JavaScript"> + <span class="none"></span> + Analyzing JavaScript</a> + </li> + + <li> + + <a href="../examples/jspReport.html" title="Analyzing Java Server Pages"> + <span class="none"></span> + Analyzing Java Server Pages</a> + </li> + + <li> + + <a href="../examples/violation-exclusions.html" title="Violations Exclusions"> + <span class="none"></span> + Violations Exclusions</a> + </li> + <li class="nav-header">Project Documentation</li> + + <li> + + <a href="../project-info.html" title="Project Information"> + <span class="icon-chevron-right"></span> + Project Information</a> </li> - <li class="collapsed"> - <a href="../project-reports.html">Project Reports</a> + + <li> + + <a href="../project-reports.html" title="Project Reports"> + <span class="icon-chevron-right"></span> + Project Reports</a> </li> - </ul> - <h5>Maven Projects</h5> - <ul> - <li class="none"> - <a href="../../../ant-tasks/index.html">Ant Tasks</a> - </li> - <li class="none"> - <a href="../../../archetype/index.html">Archetype</a> - </li> - <li class="none"> - <a href="../../../doxia/index.html">Doxia</a> - </li> - <li class="none"> - <a href="../../../jxr/index.html">JXR</a> - </li> - <li class="none"> - <a href="../../../ref/current">Maven</a> - </li> - <li class="none"> - <a href="../../../pom/index.html">Parent POMs</a> - </li> - <li class="none"> - <a href="../../index.html">Plugins</a> - </li> - <li class="none"> - <a href="../../../plugin-testing/index.html">Plugin Testing</a> - </li> - <li class="none"> - <a href="../../../plugin-tools/index.html">Plugin Tools</a> - </li> - <li class="none"> - <a href="../../../apache-resource-bundles/index.html">Resource Bundles</a> - </li> - <li class="none"> - <a href="../../../scm/index.html">SCM</a> - </li> - <li class="none"> - <a href="../../../shared/index.html">Shared Components</a> - </li> - <li class="none"> - <a href="../../../skins/index.html">Skins</a> - </li> - <li class="none"> - <a href="../../../surefire/index.html">Surefire</a> - </li> - <li class="none"> - <a href="../../../wagon/index.html">Wagon</a> - </li> - </ul> - <h5>ASF</h5> - <ul> - <li class="none"> - <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a> - </li> - </ul> - <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> - <img alt="Built by Maven" src="../images/logos/maven-feather.png"/> - </a> - - </div> - </div> - <div id="bodyColumn"> - <div id="contentBox"> - <!-- 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"> + <li class="nav-header">Maven Projects</li> + + <li> + + <a href="../../../ant-tasks/index.html" title="Ant Tasks"> + <span class="none"></span> + Ant Tasks</a> + </li> + + <li> + + <a href="../../../archetype/index.html" title="Archetype"> + <span class="none"></span> + Archetype</a> + </li> + + <li> + + <a href="../../../doxia/index.html" title="Doxia"> + <span class="none"></span> + Doxia</a> + </li> + + <li> + + <a href="../../../jxr/index.html" title="JXR"> + <span class="none"></span> + JXR</a> + </li> + + <li> + + <a href="../../../ref/current" title="Maven"> + <span class="none"></span> + Maven</a> + </li> + + <li> + + <a href="../../../pom/index.html" title="Parent POMs"> + <span class="none"></span> + Parent POMs</a> + </li> + + <li> + + <a href="../../index.html" title="Plugins"> + <span class="none"></span> + Plugins</a> + </li> + + <li> + + <a href="../../../plugin-testing/index.html" title="Plugin Testing"> + <span class="none"></span> + Plugin Testing</a> + </li> + + <li> + + <a href="../../../plugin-tools/index.html" title="Plugin Tools"> + <span class="none"></span> + Plugin Tools</a> + </li> + + <li> + + <a href="../../../apache-resource-bundles/index.html" title="Resource Bundles"> + <span class="none"></span> + Resource Bundles</a> + </li> + + <li> + + <a href="../../../scm/index.html" title="SCM"> + <span class="none"></span> + SCM</a> + </li> + + <li> + + <a href="../../../shared/index.html" title="Shared Components"> + <span class="none"></span> + Shared Components</a> + </li> + + <li> + + <a href="../../../skins/index.html" title="Skins"> + <span class="none"></span> + Skins</a> + </li> + + <li> + + <a href="../../../surefire/index.html" title="Surefire"> + <span class="none"></span> + Surefire</a> + </li> + + <li> + + <a href="../../../wagon/index.html" title="Wagon"> + <span class="none"></span> + Wagon</a> + </li> + <li class="nav-header">ASF</li> + + <li> + + <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"> + <span class="none"></span> + How Apache Works</a> + </li> + + <li> + + <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation"> + <span class="none"></span> + Foundation</a> + </li> + + <li> + + <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"> + <span class="none"></span> + Sponsoring Apache</a> + </li> + + <li> + + <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"> + <span class="none"></span> + Thanks</a> + </li> + </ul> + + + <form id="search-form" action="https://www.google.com/search" method="get" > + + <input value="$sitesearchValue" name="sitesearch" type="hidden"/> + <input class="search-query" name="q" id="query" type="text" /> +</form> +<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> + + <hr /> + + <div id="poweredBy"> + + <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> + + + <div class="g-plusone" data-href="http://maven.apache.org/plugins/maven-pmd-plugin/" data-size="tall" ></div> + + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span10" > + + <!-- 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="Remove_Report"></a>Remove Report</h2> <p>You may want to generate only one of the reports, but not the other. To do this you can use the <tt><reportSets></tt> feature within your POM. Below is the default configuration for the plugin. To disable one of the reports, just copy the <tt><reportSets></tt> element below to your POM and remove the <tt><report></tt> you don't want to generate.</p> -<div class="source"> -<pre><project> +<div class="source"><pre class="prettyprint linenums"><project> ... <reporting> <plugins> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>3.5</version> + <version>3.6</version> <reportSets> <reportSet> <reports> @@ -208,22 +388,24 @@ ... </project> </pre></div></div> - </div> - </div> - <div class="clear"> - <hr/> - </div> - <div id="footer"> - <div class="xright"> - © 2005-2015 - The Apache Software Foundation - - - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>. - Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation. - </div> - <div class="clear"> - <hr/> - </div> - </div> - </body> + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2005–2015 + <a href="http://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + + </p> + </div> + + + </div> + </footer> + </body> </html> \ No newline at end of file
