You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2016/03/30 12:48:59 UTC

cayenne git commit: skipping code checks by default.. hopefully the log will be small enough to fit in travis

Repository: cayenne
Updated Branches:
  refs/heads/master 3056dd330 -> 6c8ccbc29


skipping code checks by default.. hopefully the log will be small enough to fit in travis


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

Branch: refs/heads/master
Commit: 6c8ccbc29632e7607b9ed0d9b5ebc3c3edcb4df3
Parents: 3056dd3
Author: Andrus Adamchik <an...@objectstyle.com>
Authored: Wed Mar 30 13:48:52 2016 +0300
Committer: Andrus Adamchik <an...@objectstyle.com>
Committed: Wed Mar 30 13:48:52 2016 +0300

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/6c8ccbc2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3b070b3..a547108 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,9 +39,9 @@
 		<project.build.datetime>${maven.build.timestamp}</project.build.datetime>
         <jacoco.version>0.7.1.201405082137</jacoco.version>
 
-        <pmd.skip>false</pmd.skip>
-        <checkstyle.skip>false</checkstyle.skip>
-        <findbugs.skip>false</findbugs.skip>
+        <pmd.skip>true</pmd.skip>
+        <checkstyle.skip>true</checkstyle.skip>
+        <findbugs.skip>true</findbugs.skip>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>