You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/01/17 23:44:14 UTC

incubator-tamaya git commit: TAMAYA-53 FindBugs is now enabled for each build. Use -Pfast to skip it.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 2f562e6ba -> 8f9c11ddc


TAMAYA-53 FindBugs is now enabled for each build. Use -Pfast to skip it.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/8f9c11dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/8f9c11dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/8f9c11dd

Branch: refs/heads/master
Commit: 8f9c11ddcae2bb9c71feeae1ecb104153881e9b7
Parents: 2f562e6
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sat Jan 17 23:43:41 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sat Jan 17 23:43:41 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/8f9c11dd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ce7e2dc..1a38461 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@ under the License.
 
 
     <properties>
-        <findbugs.skip>true</findbugs.skip>
+        <findbugs.skip>false</findbugs.skip>
         <jdkVersion>1.8</jdkVersion>
         <maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
         <maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>