You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2017/05/25 04:49:48 UTC

[1/2] storm git commit: Leave checkstyle violation to each module's target directory

Repository: storm
Updated Branches:
  refs/heads/master d52035325 -> 30cbae579


Leave checkstyle violation to each module's target directory


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

Branch: refs/heads/master
Commit: d370c5e7a0da58eb5d2d9cd383a63a6977baf63b
Parents: 779e566
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue May 23 20:14:36 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue May 23 20:14:36 2017 +0900

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/d370c5e7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bdcc716..634c15e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1110,7 +1110,7 @@
                                 <encoding>UTF-8</encoding>
                                 <failOnViolation>true</failOnViolation>
                                 <logViolationsToConsole>false</logViolationsToConsole>
-                                <outputFile></outputFile>
+                                <outputFile>target/checkstyle-violation.xml</outputFile>
                                 <violationSeverity>warning</violationSeverity>
                             </configuration>
                             <goals>


[2/2] storm git commit: Merge branch 'quickfix-log-checkstyle-violation-to-output-file' of https://github.com/HeartSaVioR/storm into PR-2135-merge

Posted by ka...@apache.org.
Merge branch 'quickfix-log-checkstyle-violation-to-output-file' of https://github.com/HeartSaVioR/storm into PR-2135-merge


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/30cbae57
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/30cbae57
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/30cbae57

Branch: refs/heads/master
Commit: 30cbae5795176351085f66a8eda55d90a75cc91d
Parents: d520353 d370c5e
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu May 25 13:49:38 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu May 25 13:49:38 2017 +0900

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/30cbae57/pom.xml
----------------------------------------------------------------------