HIVE-15751: Make it possible to run findbugs for itest modules as well (Peter 
Vary via Yongzhi Chen)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/9b28f33d
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/9b28f33d
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/9b28f33d

Branch: refs/heads/hive-14535
Commit: 9b28f33dacab24fb8df54087b092231eab27495d
Parents: ea0bc43
Author: Yongzhi Chen <[email protected]>
Authored: Thu Mar 9 11:42:41 2017 -0500
Committer: Yongzhi Chen <[email protected]>
Committed: Thu Mar 9 11:46:55 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hive/blob/9b28f33d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d8b4cf3..3ea3c77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1266,7 +1266,7 @@
               <fork>true</fork>
               <maxHeap>2048</maxHeap>
               <jvmArgs>-Djava.awt.headless=true -Xmx2048m -Xms512m</jvmArgs>
-              
<excludeFilterFile>${project.parent.basedir}/findbugs/findbugs-exclude.xml</excludeFilterFile>
+              
<excludeFilterFile>${basedir}/${hive.path.to.root}/findbugs/findbugs-exclude.xml</excludeFilterFile>
             </configuration>
           </plugin>
         </plugins>

Reply via email to