You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2017/10/09 18:34:47 UTC

[33/50] [abbrv] ambari git commit: AMBARI-21771 : Maven cleanup of ambari-metrics and ambari-logsearch modules. (avijayan)

AMBARI-21771 : Maven cleanup of ambari-metrics and ambari-logsearch modules. (avijayan)

(cherry picked from commit cf5c2f56e21d41f0f71cab5b9c3fb34fd56c5c4c)

Change-Id: I8cd293ecb882d688a5e6cd079799708a80777a87


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

Branch: refs/heads/2.5-maint
Commit: 2054332bddc69862b48943d2209ab4f2e9eb3db4
Parents: 688258b
Author: Aravindan Vijayan <av...@hortonworks.com>
Authored: Mon Aug 21 14:03:57 2017 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Mon Aug 21 17:09:40 2017 -0700

----------------------------------------------------------------------
 ambari-logsearch/ambari-logsearch-assembly/pom.xml | 3 ++-
 ambari-metrics/ambari-metrics-assembly/pom.xml     | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2054332b/ambari-logsearch/ambari-logsearch-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-logsearch/ambari-logsearch-assembly/pom.xml b/ambari-logsearch/ambari-logsearch-assembly/pom.xml
index 48d16b5..8878997 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>

http://git-wip-us.apache.org/repos/asf/ambari/blob/2054332b/ambari-metrics/ambari-metrics-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-metrics/ambari-metrics-assembly/pom.xml b/ambari-metrics/ambari-metrics-assembly/pom.xml
index 4798b3f..b6b9ad7 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>