From 77faffce48b4d821566da8a92f2a2b25bd3fdacb Mon Sep 17 00:00:00 2001 From: Mariusz Smykula Date: Thu, 14 Apr 2016 22:46:11 +0200 Subject: [PATCH] readme about running stubs [ci skip] --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c3f0fbfe3..ccb0b1594c 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,23 @@ For more information please go to the [Accurest Wiki](https://github.com/Codeart -Accurest Runner +Accurest Stub Runner --- +Run contracts from current directory: + mvn io.codearte.accurest:accurest-maven-plugin:run or shortly * mvn accurest:run +Running stubs from repository: + + mvn accurest:run -Dstubs="org.springframework:gs-rest-service" + +where `org.springframework:gs-rest-service` is artifact with 'stubs` classifier contains wiremock mappings. + --- * Additional configuration inside `~/.m2/settings.xml` is required.