You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute mvn pactbroker:download-pacts, everything seems to be ok (log at the end), and the folder where the pacts should be downloaded is created, but its always empty.
The log prints the download url (http://localhost:80/pacts/provider/foo/latest/latest), and I've checked it's right with my browser, it downloads a valid file.
Am I doing something wrong?
Log:
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building provider 0.0.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> pactbroker-maven-plugin:0.0.10:download-pacts (default-cli) > generate-test-resources @ provider >>>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ provider ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< pactbroker-maven-plugin:0.0.10:download-pacts (default-cli) < generate-test-resources @ provider <<<
[INFO]
[INFO] --- pactbroker-maven-plugin:0.0.10:download-pacts (default-cli) @ provider ---
[INFO] Downloading pact links from http://localhost:80/pacts/provider/foo/latest/latest
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.549 s
[INFO] Finished at: 2017-04-28T13:48:19+02:00
[INFO] Final Memory: 25M/395M
[INFO] ------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
I have the pluging configured like following:
When I execute
mvn pactbroker:download-pacts
, everything seems to be ok (log at the end), and the folder where the pacts should be downloaded is created, but its always empty.The log prints the download url (
http://localhost:80/pacts/provider/foo/latest/latest
), and I've checked it's right with my browser, it downloads a valid file.Am I doing something wrong?
Log:
The text was updated successfully, but these errors were encountered: