You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/30 14:45:57 UTC

[1/4] git commit: use last checkstyle plugin version

Updated Branches:
  refs/heads/master 48c5f2d49 -> eb728cb2c


use last checkstyle plugin version


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/eb728cb2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/eb728cb2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/eb728cb2

Branch: refs/heads/master
Commit: eb728cb2c4df76f6fcd3ed687db67b9d26e80635
Parents: 83d1e5e
Author: olivier lamy <ol...@apache.org>
Authored: Tue Oct 30 14:45:46 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Oct 30 14:45:46 2012 +0100

----------------------------------------------------------------------
 pom.xml |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/eb728cb2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 58525ce..0b29896 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,15 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.8</version>
+        <version>2.9.1</version>
+        <inherited>false</inherited>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>checkstyle-aggregate</report>
+            </reports>
+          </reportSet>
+        </reportSets>
         <!-- disabled currently -->
         <!--configuration>
           <configLocation>file:///${project.parent.basedir}/li_checkstyle.xml</configLocation>