From f6675f3e1221da26658e7c6e6d0b61636a84130e Mon Sep 17 00:00:00 2001 From: sharmakh <65189541+sharmakh@users.noreply.github.com> Date: Wed, 15 May 2024 11:55:33 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5e77f00..718058d0 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,7 @@ For instructions on how to specify the bundles directory and grant access to `de ### 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. +When you are using a bundle-war, bundle-ear, or bundle-osgi goal, the deploy goal must be configured with a cics-bundle classifier specifically. **How to resolve it?** Use the cics-bundle configuration option to select the bundle, in the case where you're deploying a bundle-war-built bundle. ## Contributing