Skip to content

Commit

Permalink
Using dependencies from Sonatype's snapshot repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwanji committed Jan 28, 2013
1 parent 8811cc1 commit d77ccea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -5,7 +5,8 @@ A blogging app for the tent.io protocol. A public instance is available here: ht
## Quick start:

1. Pre-requisites: Java 1.6+ and [Maven](http://maven.apache.org)
1. Currently, Essayist uses some dependencies available only on Github: [TentClient](https://github.com/mwanji/tent-client-java), [Migrate4J](https://github.com/mwanji/migrate4j-maven) and [tent-text-java](https://github.com/mwanji/tent-text-java). Clone and `mvn install` each of these.
1. Currently, Essayist depends on a Mavenised version of [Migrate4J](https://github.com/mwanji/migrate4j-maven) available only on Github:
`git clone git://github.com/mwanji/migrate4j-maven.git && cd migrate4j-maven && mvn install`
1. `git clone git://github.com/mwanji/essayist.git`
1. Deploy to your favourite servlet container.
1. [http://localhost:8080](http://localhost:8080)
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -13,6 +13,13 @@
</properties>

<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>com.moandjiezana.builds</id>
<url>http://moandjiezana.com/builds</url>
Expand Down

0 comments on commit d77ccea

Please sign in to comment.