Repository: ambari Updated Branches: refs/heads/trunk dad74757d -> 2e27f6619
AMBARI-20758 Aggregate local metrics for minute aggregation time window (additional patch) (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2e27f661 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2e27f661 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2e27f661 Branch: refs/heads/trunk Commit: 2e27f661947cb72f4004eb17903caf1f76012468 Parents: dad7475 Author: Dmytro Sen <[email protected]> Authored: Thu May 18 13:47:53 2017 +0300 Committer: Dmytro Sen <[email protected]> Committed: Thu May 18 13:47:53 2017 +0300 ---------------------------------------------------------------------- ambari-metrics/ambari-metrics-host-aggregator/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2e27f661/ambari-metrics/ambari-metrics-host-aggregator/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-host-aggregator/pom.xml b/ambari-metrics/ambari-metrics-host-aggregator/pom.xml index c2c7897..0598bef 100644 --- a/ambari-metrics/ambari-metrics-host-aggregator/pom.xml +++ b/ambari-metrics/ambari-metrics-host-aggregator/pom.xml @@ -29,7 +29,7 @@ <artifactId>ambari-metrics-host-aggregator</artifactId> <packaging>jar</packaging> - <name>ambari-metrics-host-aggregator</name> + <name>Ambari Metrics Host Aggregator</name> <url>http://maven.apache.org</url> <properties> @@ -92,7 +92,7 @@ <artifactId>maven-shade-plugin</artifactId> <version>1.6</version> <configuration> - <createDependencyReducedPom>true</createDependencyReducedPom> + <createDependencyReducedPom>false</createDependencyReducedPom> <filters> <filter> <artifact>*:*</artifact>
