From 54739cff85fe80b5221156d18645b21c9df3b28c Mon Sep 17 00:00:00 2001 From: Dominik Adam Przybysz Date: Sat, 24 Oct 2015 16:06:05 +0200 Subject: [PATCH] Add info about remote respoitory to README Change-Id: Ia316e81b64c361620031f7bbc0031e81aad05e7b --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index ff776e7..8f4977d 100644 --- a/README.md +++ b/README.md @@ -242,3 +242,24 @@ Response: ... ``` + +## Remote repository + +Mockserver is available at `philanthropist.touk.pl`. + +Just add repository to maven pom: + +```xml + + ... + + ... + + touk + https://philanthropist.touk.pl/nexus/content/repositories/releases + + ... + + ... + +```