Repository: ambari Updated Branches: refs/heads/branch-2.6 4f2746749 -> 4f52f6d40
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/4f52f6d4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4f52f6d4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4f52f6d4 Branch: refs/heads/branch-2.6 Commit: 4f52f6d409590a6d4355aa2f8702624726bf9735 Parents: 4f27467 Author: Aravindan Vijayan <[email protected]> Authored: Mon Aug 21 14:04:32 2017 -0700 Committer: Aravindan Vijayan <[email protected]> Committed: Mon Aug 21 14:04:32 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/4f52f6d4/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/4f52f6d4/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>
