Changes so it will build without access to any HP resources

Update README.md with dependency on mon-common
This commit is contained in:
Craig Bryant 2014-05-30 09:57:47 -06:00
parent 6d360092a0
commit 4d6311ab68
2 changed files with 13 additions and 17 deletions

View File

@ -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

21
pom.xml
View File

@ -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>