Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
sharmakh committed May 14, 2024
1 parent f153f79 commit f3dc532
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -351,6 +351,11 @@ The error occurs because the credential that deploys the bundle doesn't have acc
Contact your system administrator to make sure the `deploy_userid` configured for the CICS bundle deployment API has WRITE access to the bundles directory. The bundles directory is specified on the `com.ibm.cics.jvmserver.cmci.bundles.dir` option in the JVM profile of the CMCI JVM server.
For instructions on how to specify the bundles directory and grant access to `deploy_userid`, see [Configuring the CMCI JVM server for the CICS bundle deployment API](https://www.ibm.com/docs/en/cics-ts/5.6?topic=suc-configuring-cmci-jvm-server-cics-bundle-deployment-api) in CICS documentation.

### Failed to execute goal com.ibm.cics:cics-bundle-maven-plugin:1.0.1-SNAPSHOT:deploy (default) on project standalone-war: Some of the supplied parameters were invalid
**Why does it happen?**
When you are using a bundle-war, bundle-ear, or bundle-osgi goal, the deploy goal must be configured with cics-bundle classifier specifically.
**How to resolve it?**
Use the <classifier> configuration option to select the bundle, in the case where you're deploying a bundle-war-built bundle.
## Contributing

We welcome contributions! Find out how in our [contribution guide](CONTRIBUTING.md).
Expand Down

0 comments on commit f3dc532

Please sign in to comment.