Repository: commons-math
Updated Branches:
  refs/heads/master 0c0455fd6 -> 241dccdca


Updated checkstyle plugin configuration to avoid false positive.

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/241dccdc
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/241dccdc
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/241dccdc

Branch: refs/heads/master
Commit: 241dccdca6bf20a0ab2e265886a81b3e0a7bea40
Parents: 0c0455f
Author: Luc Maisonobe <[email protected]>
Authored: Sun May 17 17:35:07 2015 +0200
Committer: Luc Maisonobe <[email protected]>
Committed: Sun May 17 17:35:58 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/241dccdc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 41c01eb..320c3fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -638,6 +638,7 @@
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
+          <includeResources>false</includeResources>
           <headerLocation>${basedir}/license-header.txt</headerLocation>
         </configuration>
         <reportSets>

Reply via email to