Author: dennisl
Date: Sun Jul 21 23:23:16 2013
New Revision: 1505510
URL: http://svn.apache.org/r1505510
Log:
Follow ASF branding rules.
Modified:
maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm
Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=1505510&r1=1505509&r2=1505510&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sun Jul 21 23:23:16 2013
@@ -33,7 +33,7 @@ under the License.
<version>2.11-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
- <name>Maven Checkstyle Plugin</name>
+ <name>Apache Maven Checkstyle Plugin</name>
<description>Generates a report on violations of code style and optionally
fails the build if violations are detected.</description>
<inceptionYear>2005</inceptionYear>
Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm?rev=1505510&r1=1505509&r2=1505510&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm
(original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm Sun
Jul 21 23:23:16 2013
@@ -3,7 +3,7 @@
------
Maria Odea Ching
------
- 2011-08-01
+ 2013-07-22
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -27,7 +27,7 @@
~~ http://maven.apache.org/doxia/references/apt-format.html
-Maven Checkstyle Plugin
+${project.name}
The Checkstyle Plugin generates a report regarding the code style used by
the developers. For more information about Checkstyle,
see
{{{http://checkstyle.sourceforge.net/}http://checkstyle.sourceforge.net/}}.