diff --git a/README.md b/README.md index 44234edc..2be8df53 100644 --- a/README.md +++ b/README.md @@ -353,9 +353,9 @@ 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?** -Bundle-war goal default to it being cics-bundle, but the deploy goal doesn't default to cics-bundle +When you are using a bundle-war, bundle-ear, or bundle-osgi goal, the deploy goal must be configured to deploy the 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 +Use the cics-bundle configuration option, in the case where you're deploying a bundle built using the goals bundle-war, bundle-ear, or bundle-osgi. ## Contributing