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

Build samples as part of build #89

Closed sophiegreen closed 5 years ago

sophiegreen commented 5 years ago

Continuing from #69 , the samples delivered should be built as part of the main build, to ensure that samples are updated when we break them. This will likely require a wiremock server set up for them to hit during the deploy step.

davenice commented 5 years ago

Samples are building but not running the deploy step. Need to look at using wiremock or similar like in the integration tests.