Add info about remote respoitory to README
Change-Id: Ia316e81b64c361620031f7bbc0031e81aad05e7b
This commit is contained in:
parent
2b4ca48d79
commit
54739cff85
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -242,3 +242,24 @@ Response:
|
||||||
...
|
...
|
||||||
</mocks>
|
</mocks>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Remote repository
|
||||||
|
|
||||||
|
Mockserver is available at `philanthropist.touk.pl`.
|
||||||
|
|
||||||
|
Just add repository to maven pom:
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<project>
|
||||||
|
...
|
||||||
|
<repositories>
|
||||||
|
...
|
||||||
|
<repository>
|
||||||
|
<id>touk</id>
|
||||||
|
<url>https://philanthropist.touk.pl/nexus/content/repositories/releases</url>
|
||||||
|
</repository>
|
||||||
|
...
|
||||||
|
</repositories>
|
||||||
|
...
|
||||||
|
</project>
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue