Updated the link to stub runner fat jar

This commit is contained in:
Marcin Grzejszczak
2018-08-20 14:05:37 +02:00
parent b8adc57bf2
commit b5351bd6c8

View File

@@ -490,11 +490,11 @@ For the properties check the *Stub Runner Spring* section.
===== Stub Runner Server Fat Jar
You can download a standalone JAR from Maven (for example, for version 1.2.3.RELEASE), as follows:
You can download a standalone JAR from Maven (e.g. for version 2.0.1.RELEASE), as follows:
[source,bash,indent=0]
----
$ wget -O stub-runner.jar 'https://search.maven.org/remote_content?g=org.springframework.cloud&a=spring-cloud-contract-stub-runner-boot&v=1.2.3.RELEASE'
$ wget -O stub-runner.jar 'https://search.maven.org/remotecontent?filepath=org/springframework/cloud/spring-cloud-contract-stub-runner-boot/2.0.1.RELEASE/spring-cloud-contract-stub-runner-boot-2.0.1.RELEASE.jar'
$ java -jar stub-runner.jar --stubrunner.ids=... --stubrunner.repositoryRoot=...
----