From f3dc5323f27603589e233c7397ee0e4dabee8045 Mon Sep 17 00:00:00 2001 From: sharmakh <65189541+sharmakh@users.noreply.github.com> Date: Tue, 14 May 2024 18:12:59 +0530 Subject: [PATCH] Update README.md update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 44e374b4..138aaf18 100644 --- a/README.md +++ b/README.md @@ -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 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).