Repository: ambari Updated Branches: refs/heads/branch-2.5 0ae0494dc -> cf5c2f56e
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/cf5c2f56 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cf5c2f56 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cf5c2f56 Branch: refs/heads/branch-2.5 Commit: cf5c2f56e21d41f0f71cab5b9c3fb34fd56c5c4c Parents: 0ae0494 Author: Aravindan Vijayan <[email protected]> Authored: Mon Aug 21 14:03:57 2017 -0700 Committer: Aravindan Vijayan <[email protected]> Committed: Mon Aug 21 14:04:03 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/cf5c2f56/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/cf5c2f56/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>
