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

Smssdoc #173

Closed vera-chan closed 3 years ago

vera-chan commented 3 years ago

Update the READMEs to include the SMSS scenario. I think this will address part of Issue 169

vera-chan commented 3 years ago

@tom-foyle Hi Tom, as Stew is away, I wonder whether you could review this issue as you were involved in the discussion before. This PR will partly address the issues in #169 but I couldn't find the source file of the generated doc (https://ibm.github.io/cics-bundle-maven/plugin-info.html). I wonder whether that needs to be updated in the code? Thanks.

tom-foyle commented 3 years ago

@tom-foyle Hi Tom, as Stew is away, I wonder whether you could review this issue as you were involved in the discussion before. This PR will partly address the issues in #169 but I couldn't find the source file of the generated doc (https://ibm.github.io/cics-bundle-maven/plugin-info.html). I wonder whether that needs to be updated in the code? Thanks.

Looks like that doc page is auto generated. You can change the parameter descriptions by changing the comments in here: https://github.com/IBM/cics-bundle-maven/blob/573f9e36b23d4c479d7927fe43218c9cb51e1151/cics-bundle-maven-plugin/src/main/java/com/ibm/cics/cbmp/BundleDeployMojo.java#L76

vera-chan commented 3 years ago

@tom-foyle Hi Tom, I just pushed another commit to this PR (1013c5d) to address your comments:

  1. remove "to turn it into an smss"
  2. update the description in bundledeploymojo.java to specify and are required for CICSPlex SM environments. Could you review? Thanks.
vera-chan commented 3 years ago

Force pushed again with signed-off commit