summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAravindan Vijayan <avijayan@hortonworks.com>2017-08-21 14:03:57 -0700
committerAravindan Vijayan <avijayan@hortonworks.com>2017-08-21 14:04:03 -0700
commitcf5c2f56e21d41f0f71cab5b9c3fb34fd56c5c4c (patch)
tree007beeef1be6836a64fc0994e86e02f2527a641f
parent0ae0494dcc264dd2bbb9cb84bad4b13fdfa2a9ef (diff)
AMBARI-21771 : Maven cleanup of ambari-metrics and ambari-logsearch modules. (avijayan)
-rw-r--r--ambari-logsearch/ambari-logsearch-assembly/pom.xml3
-rw-r--r--ambari-metrics/ambari-metrics-assembly/pom.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/ambari-logsearch/ambari-logsearch-assembly/pom.xml b/ambari-logsearch/ambari-logsearch-assembly/pom.xml
index 48d16b5bd7..8878997265 100644
--- a/ambari-logsearch/ambari-logsearch-assembly/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-assembly/pom.xml
@@ -192,6 +192,7 @@
<exclude>classes/log4j.xml</exclude>
<exclude>classes/logfeeder.properties</exclude>
<exclude>classes/grok-patterns</exclude>
+ <exclude>libs/checkstyle*.jar</exclude>
</excludes>
</source>
</sources>
@@ -453,7 +454,7 @@
<group>root</group>
</mapper>
<excludes>
- classes/log4j.xml,classes/logfeeder.properties,classes/grok-patterns
+ classes/log4j.xml,classes/logfeeder.properties,classes/grok-patterns,libs/checkstyle*.jar
</excludes>
</data>
<data>
diff --git a/ambari-metrics/ambari-metrics-assembly/pom.xml b/ambari-metrics/ambari-metrics-assembly/pom.xml
index 4798b3f322..b6b9ad7f3d 100644
--- a/ambari-metrics/ambari-metrics-assembly/pom.xml
+++ b/ambari-metrics/ambari-metrics-assembly/pom.xml
@@ -243,6 +243,7 @@
<location>${collector.dir}/target/lib</location>
<excludes>
<exclude>*tests.jar</exclude>
+ <exclude>findbugs*.jar</exclude>
</excludes>
</source>
<source>
@@ -262,6 +263,7 @@
<exclude>bin/**</exclude>
<exclude>bin/*</exclude>
<exclude>lib/*tests.jar</exclude>
+ <exclude>lib/findbugs*.jar</exclude>
</excludes>
</source>
</sources>