Changes so it will use mon-common from the local snapshot. Change URLs to github

Update README.md with dependency on mon-common
This commit is contained in:
Craig Bryant 2014-05-30 10:09:15 -06:00
parent 30231966e9
commit 47e90183cb
2 changed files with 12 additions and 5 deletions

View File

@ -2,10 +2,17 @@
`mon-api` is a RESTful API server that is designed with a layered architecture [layered architecture](http://en.wikipedia.org/wiki/Multilayered_architecture).
## Usage
## Build
Requires mon-common from https://github.com/hpcloud-mon/mon-common. Download and do mvn install
```
mvn package
```
## Usage
```
java -jar target/mon-api.jar server config-file.yml
```

View File

@ -5,7 +5,7 @@
<groupId>com.hpcloud</groupId>
<artifactId>mon-api</artifactId>
<version>0.1.0</version>
<url>http://hpcloud.net</url>
<url>http://github.com/hpcloud-mon/mon-api</url>
<packaging>jar</packaging>
<prerequisites>
@ -15,7 +15,7 @@
<properties>
<computedVersion>${project.version}-${timestamp}-${buildNumber}</computedVersion>
<computedName>${project.artifactId}-${computedVersion}</computedName>
<mon.common.version>1.0.0.51</mon.common.version>
<mon.common.version>1.0.0-SNAPSHOT</mon.common.version>
<dropwizard.version>0.7.0</dropwizard.version>
<skipITs>true</skipITs>
@ -24,8 +24,8 @@
</properties>
<scm>
<connection>scm:git:git@git.hpcloud.net:mon/mon-api.git</connection>
<developerConnection>scm:git:git@git.hpcloud.net:mon/mon-api.git</developerConnection>
<connection>scm:git:git@github.com:hpcloud-mon/mon-api</connection>
<developerConnection>scm:git:git@github.com:hpcloud-mon/mon-api</developerConnection>
</scm>
<repositories>