You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2015/04/30 09:04:31 UTC

incubator-lens git commit: LENS-524 : Fix building individual modules with findbugs check (Raju Bairishetti via amareshwari)

Repository: incubator-lens
Updated Branches:
  refs/heads/master 32fb75898 -> f14d2d0ac


LENS-524 : Fix building individual modules with findbugs check (Raju Bairishetti via amareshwari)


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

Branch: refs/heads/master
Commit: f14d2d0acd0fd3bcd7e77ed2671ef85a712677f0
Parents: 32fb758
Author: Raju Bairishetti <ra...@gmail.com>
Authored: Thu Apr 30 12:34:09 2015 +0530
Committer: Amareshwari Sriramadasu <am...@apache.org>
Committed: Thu Apr 30 12:34:09 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/f14d2d0a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a0744e4..e3dc070 100644
--- a/pom.xml
+++ b/pom.xml
@@ -580,7 +580,7 @@
         <artifactId>findbugs-maven-plugin</artifactId>
         <configuration>
           <xmlOutput>true</xmlOutput>
-          <excludeFilterFile>checkstyle/src/main/resources/findbugs-exclude.xml</excludeFilterFile>
+	  <excludeFilterFile>${project.basedir}/../checkstyle/src/main/resources/findbugs-exclude.xml</excludeFilterFile>
           <failOnError>true</failOnError>
           <skip>${skipCheck}</skip>
         </configuration>