You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2015/09/18 22:35:31 UTC

[26/41] hive git commit: HIVE-8327: (repeat) mvn site -Pfindbugs for hive (Gopal V reviewed by Ashutosh Chauhan)

HIVE-8327: (repeat) mvn site -Pfindbugs for hive (Gopal V reviewed by Ashutosh Chauhan)


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

Branch: refs/heads/llap
Commit: ce71355caf6dc7c693e4b8c1b55f6083b0e77485
Parents: 1cce5f0
Author: Gopal V <go...@apache.org>
Authored: Wed Sep 16 10:43:22 2015 -0700
Committer: Gopal V <go...@apache.org>
Committed: Wed Sep 16 10:43:29 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/ce71355c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b55e86a..342224d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1040,6 +1040,26 @@
         </plugins>
       </build>
     </profile>
+
+    <profile>
+    <id>findbugs</id>
+      <reporting>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>findbugs-maven-plugin</artifactId>
+            <version>3.0.0</version>
+            <configuration>
+              <fork>true</fork>
+              <maxHeap>2048</maxHeap>
+              <jvmArgs>-Djava.awt.headless=true -Xmx2048m -Xms512m</jvmArgs>
+              <excludeFilterFile>${project.parent.basedir}/findbugs/findbugs-exclude.xml</excludeFilterFile>
+            </configuration>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
+
     <!-- hadoop profiles in the root pom are only used for dependency management -->
     <profile>
       <id>hadoop-1</id>