Author: olamy
Date: Mon Jul  1 11:01:45 2013
New Revision: 1498369

URL: http://svn.apache.org/r1498369
Log:
fix name

Modified:
    maven/plugins/trunk/maven-pmd-plugin/pom.xml
    maven/plugins/trunk/maven-pmd-plugin/src/site/apt/index.apt.vm
    maven/plugins/trunk/maven-pmd-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=1498369&r1=1498368&r2=1498369&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Mon Jul  1 11:01:45 2013
@@ -33,7 +33,7 @@ under the License.
   <version>3.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Maven PMD Plugin</name>
+  <name>Apache Maven PMD Plugin</name>
   <description>
     A Maven plugin for the PMD toolkit, that produces a report on both code 
rule violations and detected copy and paste
     fragments,

Modified: maven/plugins/trunk/maven-pmd-plugin/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/site/apt/index.apt.vm?rev=1498369&r1=1498368&r2=1498369&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/src/site/apt/index.apt.vm (original)
+++ maven/plugins/trunk/maven-pmd-plugin/src/site/apt/index.apt.vm Mon Jul  1 
11:01:45 2013
@@ -23,7 +23,7 @@
  ~~ specific language governing permissions and limitations
  ~~ under the License.
 
-Maven PMD Plugin
+Apache Maven PMD Plugin
 
   The PMD Plugin allows you to automatically run the 
{{{http://pmd.sourceforge.net/}PMD}} code analysis tool
   on your project's source code and generate a site report with its results. 
It also supports the separate

Modified: maven/plugins/trunk/maven-pmd-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/site/site.xml?rev=1498369&r1=1498368&r2=1498369&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/src/site/site.xml Mon Jul  1 11:01:45 
2013
@@ -22,7 +22,7 @@ under the License.
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Maven PMD plugin">
+  name="Apache Maven PMD plugin">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>


Reply via email to