You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2015/05/17 17:35:20 UTC

[math] Updated checkstyle plugin configuration to avoid false positive.

Repository: commons-math
Updated Branches:
  refs/heads/MATH_3_X 59d9a719f -> 01673c2ce


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/01673c2c
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/01673c2c
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/01673c2c

Branch: refs/heads/MATH_3_X
Commit: 01673c2cef90d94717d3f85448e25777ffb6225b
Parents: 59d9a71
Author: Luc Maisonobe <lu...@apache.org>
Authored: Sun May 17 17:35:07 2015 +0200
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Sun May 17 17:35:07 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/01673c2c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d270185..b2d481c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -633,6 +633,7 @@
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
+          <includeResources>false</includeResources>
           <headerLocation>${basedir}/license-header.txt</headerLocation>
         </configuration>
         <reportSets>