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


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

Branch: refs/heads/feature-branch-AMBARI-21307
Commit: d5904b9a956026b9a0dcb9d5acfd6af22d3dcb67
Parents: 8e33d88
Author: Aravindan Vijayan <avija...@hortonworks.com>
Authored: Mon Aug 21 14:05:10 2017 -0700
Committer: Aravindan Vijayan <avija...@hortonworks.com>
Committed: Mon Aug 21 14:05:10 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/d5904b9a/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 5d15b7c..e8a9426 100644
--- a/ambari-logsearch/ambari-logsearch-assembly/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-assembly/pom.xml
@@ -141,6 +141,7 @@
                             <exclude>classes/log4j.xml</exclude>
                             <exclude>classes/logfeeder.properties</exclude>
                             <exclude>classes/grok-patterns</exclude>
+                            <exclude>libs/checkstyle*.jar</exclude>
                           </excludes>
                         </source>
                       </sources>
@@ -294,7 +295,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/d5904b9a/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 6b81de5..d9875ce 100644
--- a/ambari-metrics/ambari-metrics-assembly/pom.xml
+++ b/ambari-metrics/ambari-metrics-assembly/pom.xml
@@ -244,6 +244,7 @@
                           <location>${collector.dir}/target/lib</location>
                           <excludes>
                             <exclude>*tests.jar</exclude>
+                            <exclude>findbugs*.jar</exclude>
                           </excludes>
                         </source>
                         <source>
@@ -263,6 +264,7 @@
                             <exclude>bin/**</exclude>
                             <exclude>bin/*</exclude>
                             <exclude>lib/*tests.jar</exclude>
+                            <exclude>lib/findbugs*.jar</exclude>
                           </excludes>
                         </source>
                       </sources>

Reply via email to