You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2010/08/07 22:02:07 UTC

svn commit: r983301 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Author: olamy
Date: Sat Aug  7 20:02:07 2010
New Revision: 983301

URL: http://svn.apache.org/viewvc?rev=983301&view=rev
Log:
override checkstyle version coming from parent

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=983301&r1=983300&r2=983301&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Sat Aug  7 20:02:07 2010
@@ -431,6 +431,11 @@ under the License.
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>${projectInfoReportsPluginVersion}</version>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>${checkstylePluginVersion}</version>
+      </plugin>
     </plugins>
   </reporting>
   <profiles>