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

Deploying: "null/null" appearing in an info message when running mvn #172

Open techcobweb opened 3 years ago

techcobweb commented 3 years ago

When deploying an app into a region which isn't part of a sysplex, I get this:

Deploying bundle to http://winmvs2c.hursley.ibm.com:22566 into region null/null

OK, I've not specified the <region> or <cicsplex> tag in the pom.xml, but messages with null inside look wrong. The cdsgroup is always there, perhaps deploying to that ? with an optional region/cicsplex in the message would be better ?