-
Notifications
You must be signed in to change notification settings - Fork 26
/
WireMock.yml
24 lines (24 loc) · 970 Bytes
/
WireMock.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version: 3.10.0
description: WireMock. HTTP(s) services mocking tool
homepage: https://wiremock.org
license:
identifier: Apache-2.0
url: https://github.com/tomakehurst/wiremock/blob/master/LICENSE.txt
url: https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/3.10.0/wiremock-standalone-3.10.0.jar#/wiremock.jar
hash: sha1:1a84435b4e58722543c310368796b625603ac348
pre_install: Copy-Item "$persist_dir\*" $dir -Include 'mappings', '__files' -Recurse
uninstaller:
script: |
Confirm-DirectoryExistence $persist_dir | Out-Null
Copy-Item "$dir\*" $persist_dir -Include 'mappings', '__files' -Recurse
bin:
- - wiremock.jar
- wiremock
- --root-dir "$dir"
checkver:
url: https://raw.githubusercontent.com/wiremock/wiremock.org/main/_config.yml
regex: wiremock_version:\s+([\d.]+)
autoupdate:
url: https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/$version/wiremock-standalone-$version.jar#/wiremock.jar
hash:
url: $url.sha1