You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/06/12 22:14:18 UTC

commons-collections git commit: Fix checkstyle config. Error was: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle (default-cli) on project commons-collections4: An error has occurred in Checkstyle repor

Repository: commons-collections
Updated Branches:
  refs/heads/master 949d74737 -> 8f9e66fbf


Fix checkstyle config. Error was: [ERROR] Failed to execute
 goal org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle
 (default-cli) on project commons-collections4: An error has occurred in
 Checkstyle report generation.: Failed during checkstyle execution:
Failed
 during checkstyle configuration: unable to parse configuration stream:
 Property ${checkstyle.suppressions.file} has not been set -> [Help 1].
Closes #41.


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/8f9e66fb
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/8f9e66fb
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/8f9e66fb

Branch: refs/heads/master
Commit: 8f9e66fbf060b219ca810e7b8d1153699e410237
Parents: 949d747
Author: Stephan Fuhrmann <s...@sfuhrm.de>
Authored: Tue Jun 12 16:14:12 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Jun 12 16:14:12 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/8f9e66fb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ae1e11d..46b15a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -573,6 +573,7 @@
         <configuration>
           <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
+          <suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
         </configuration>
       </plugin>
       <plugin>