diff --git a/pom.xml b/pom.xml
index f847cab..7bd7241 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,59 +1,95 @@
- 4.0.0
-
- ws.wamp.jawampa
- jawampa
- 0.1.0
-
- jawampa
-
- jawampa is a library that provides client and server support for the Web Application Messaging Protocol (WAMP) on the JVM.
-
-
-
- Apache License, Version 2.0
- http://www.apache.org/licenses/LICENSE-2.0
-
-
-
- 2014
-
-
- src/main/java
-
-
- maven-compiler-plugin
- 3.1
-
- 1.6
- 1.6
-
-
-
-
-
-
-
- com.netflix.rxjava
- rxjava-core
- 0.20.4
-
-
- io.netty
- netty-codec-http
- 4.0.24.Final
-
-
- com.fasterxml.jackson.core
- jackson-databind
- 2.4.2
-
-
-
-
- https://github.com/Matthias247/jawampa
- scm:git:https://github.com/Matthias247/jawampa.git
- scm:git:https://github.com/Matthias247/jawampa.git
- HEAD
-
+ 4.0.0
+
+ ws.wamp.jawampa
+ jawampa
+ 0.1.0
+
+ jawampa
+
+ jawampa is a library that provides client and server support for the Web Application Messaging Protocol (WAMP) on the JVM.
+
+
+
+ Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0
+
+
+
+ 2014
+
+
+
+ github
+
+
+
+ src/main/java
+
+
+ maven-compiler-plugin
+ 3.1
+
+ 1.6
+ 1.6
+
+
+
+ maven-deploy-plugin
+ 2.8.1
+
+ internal.repo::default::file://${project.build.directory}/mvn-repo
+
+
+
+ com.github.github
+ site-maven-plugin
+ 0.10
+
+ Maven artifacts for ${project.name} ${project.version}
+ true
+ ${project.build.directory}/mvn-repo
+ refs/heads/mvn-repo
+
+ **/*
+
+ jawampa
+ Matthias247
+
+
+
+
+ site
+
+ deploy
+
+
+
+
+
+
+
+
+ com.netflix.rxjava
+ rxjava-core
+ 0.20.4
+
+
+ io.netty
+ netty-codec-http
+ 4.0.24.Final
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.4.2
+
+
+
+
+ https://github.com/Matthias247/jawampa
+ scm:git:https://github.com/Matthias247/jawampa.git
+ scm:git:https://github.com/Matthias247/jawampa.git
+ HEAD
+
\ No newline at end of file
diff --git a/readme.md b/readme.md
index ff11429..2ad0f0f 100644
--- a/readme.md
+++ b/readme.md
@@ -19,6 +19,27 @@ jawampa
- is compatible with Java6. However the examples in this document use Java8
syntax for convenience.
+Install
+-------
+Add the following repository to your pom.xml:
+
+
+ jawampa.mvn-repo
+ https://raw.github.com/Matthias247/jawampa/mvn-repo/
+
+ true
+ always
+
+
+
+and declare the following dependency:
+
+
+ ws.wamp.jawampa
+ jawampa
+ 0.1.0
+
+
WAMP client API (`WampClient`)
------------------------------