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

Docs improvement suggestion #169

Closed techcobweb closed 3 years ago

techcobweb commented 3 years ago

The docs for https://ibm.github.io/cics-bundle-maven/deploy-mojo.html need improving such that it's clear the and parameters should be omitted if the region is a stand-alone one.

----------------- conversation leading up to this issue being raised ------------------ So for a stand-alone region, with A CMCI-enabled Liberty JVM server, and a normal liberty JVM server, I still don’t know what value to put for the field. Or perhaps this isn’t a supported configuration ? Context: Trying to use the maven plug-ins to deploy a JCICSX sample. (edited)

Tom Foyle For a stand-alone region, you should remove the and fields, as they are not relevant.

David Knibb yep - because your single region (SMSS) is not part of a CICSplex.

Stew Francis If the doc doesn't make that clear, can you raise a defect so we can address that? Thanks Mike!

Mike Cobbett It could be clearer. A Required:No is the only hint I think. https://ibm.github.io/cics-bundle-maven/deploy-mojo.html

Stew Francis Yeah I agree. The doc there should say in which environments it's required, and which it isn't. If you could raise an issue against that repo, that'd be great