From 4d6311ab687a6aeb6c7a848bb5992913edbf8ec0 Mon Sep 17 00:00:00 2001 From: Craig Bryant <craig.bryant@hp.com> Date: Fri, 30 May 2014 09:57:47 -0600 Subject: [PATCH] Changes so it will build without access to any HP resources Update README.md with dependency on mon-common --- README.md | 9 +++++++++ pom.xml | 21 ++++----------------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 40fe30d..12516d6 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,15 @@ Once a minute, the MetricAggregationBolts use the Aggregated Metrics to evaluate Events also flow into the Threshold Engine via Kafka so the Threshold Engine knows about Alarm creations, updates and deletes. The EventSpout reads the Events from Kafka and sends them to the appropriate bolts. +======= +# Build + +Requires mon-common from https://github.com/hpcloud-mon/mon-common. Download and do mvn install + +``` +mvn package +``` + ======= # License diff --git a/pom.xml b/pom.xml index 274b7f9..93cd261 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>com.hpcloud</groupId> <artifactId>mon-thresh</artifactId> <version>1.0.0-SNAPSHOT</version> - <url>http://hpcloud.net</url> + <url>http://github.com/hpcloud-mon/mon-thresh</url> <packaging>jar</packaging> <prerequisites> @@ -14,7 +14,7 @@ </prerequisites> <properties> - <mon.common.version>1.0.0.51</mon.common.version> + <mon.common.version>1.0.0-SNAPSHOT</mon.common.version> <storm.version>0.9.1-incubating</storm.version> <skipITs>true</skipITs> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -24,24 +24,11 @@ </properties> <scm> - <connection>scm:git:git@git.hpcloud.net:mon/mon-thresh.git</connection> - <developerConnection>scm:git:git@git.hpcloud.net:mon/mon-thresh.git</developerConnection> + <connection>scm:git:git@github.com:hpcloud-mon/mon-thresh</connection> + <developerConnection>scm:git:git@github.com:hpcloud-mon/mon-thresh</developerConnection> </scm> <repositories> - <repository> - <id>nexus releases</id> - <url>http://nexus.paas.hpcloud.net:8081/nexus/content/repositories/releases</url> - </repository> - <repository> - <id>nexus 3rd party</id> - <url>http://nexus.paas.hpcloud.net:8081/nexus/content/repositories/thirdparty</url> - </repository> - <repository> - <id>nexus-snapshots</id> - <name>nexus snapshots</name> - <url>http://nexus.paas.hpcloud.net:8081/nexus/content/repositories/snapshots</url> - </repository> <repository> <id>clojars.org</id> <url>http://clojars.org/repo</url>