IBM / cics-bundle-maven

The plugin to build and deploy CICS bundles in a Maven build.
https://ibm.github.io/cics-bundle-maven/plugin-info.html
Eclipse Public License 2.0
18 stars 25 forks source link

use wiremock to test samples #120

Closed davenice closed 4 years ago

davenice commented 4 years ago

Use wiremock to accept deployment request and return 200.

This has limitations - we only detect issues that are validated client-side because we don't actually get as far as the server.

davenice commented 4 years ago

Thanks Ben - I had a similar concern. The approach I looked at was whether I could do a text replace on those poms before invoking. But decided not to hold back on that basis!

I think the user property route is nice. I'll merge this PR and add a comment to the user property issue to fix this when that is done.