diff --git ant/findbugs.xml ant/findbugs.xml
new file mode 100644
index 0000000..1989ec9
--- /dev/null
+++ ant/findbugs.xml
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git build-common-new.xml build-common-new.xml
index 54c54c4..e0cf142 100644
--- build-common-new.xml
+++ build-common-new.xml
@@ -30,6 +30,13 @@
+
+
+
+
+
@@ -119,4 +126,18 @@
+
+
+
+ <_findbugs outputDir="${findbugs.out.dir}"
+ outputFile="${findbugs.report.xmlfile}"
+ excludeFilter="${findbugs.exclude.file}"
+ findbugsReportXmlFile="${findbugs.report.xmlfile}"
+ findbugsReportHtmlFile="${findbugs.report.htmlfile}"
+ sourceDir="${basedir}/src/main/java"
+ jarDir="${build.dir}"
+ classPathRef="findbugs.class.path"/>
+
+
+
diff --git build.xml build.xml
index f278998..8ef2035 100644
--- build.xml
+++ build.xml
@@ -465,36 +465,28 @@
================================================================================
-->
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ <_findbugs outputDir="${findbugs.out.dir}"
+ outputFile="${findbugs.report.xmlfile}"
+ excludeFilter="${findbugs.exclude.file}"
+ findbugsReportXmlFile="${findbugs.report.xmlfile}"
+ findbugsReportHtmlFile="${findbugs.report.htmlfile}"
+ sourceDir="${src.dir}"
+ jarDir="${build.dir}/${ant.project.name}"
+ classPathRef="findbugs.class.path"/>
+
+
+
+
+
+
+
+
+
diff --git hcatalog-pig-adapter/ivy.xml hcatalog-pig-adapter/ivy.xml
index 1f41ff8..6b6cb8d 100644
--- hcatalog-pig-adapter/ivy.xml
+++ hcatalog-pig-adapter/ivy.xml
@@ -26,10 +26,13 @@
-
+
+
+
+
@@ -37,7 +40,5 @@
-