Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Khushboo-Sharma-110597 authored May 14, 2024
1 parent adb249f commit 2a6857c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <classifier> configuration option to select the bundle, in the case where you're deploying a bundle-war-built bundle
Use the <classifier>cics-bundle</classifier> configuration option, in the case where you're deploying a bundle built using the goals bundle-war, bundle-ear, or bundle-osgi.

## Contributing

Expand Down

0 comments on commit 2a6857c

Please sign in to comment.