### Component None ### Is your enhancement related to a problem? Please describe Context: User using an openshift cluster to deploy his development app. 1. user types `mvn package oc:build oc:resource oc:apply` to deploy the application 2. user is making modifications 3. user types `mvn oc:build oc:resource oc:apply` to deploy the app (missing `package`) 4. user is not seeing any changes in the deploy app ### Describe the solution you'd like If the user forgets about running `mvn package` prior to `oc:build`, JKube should notify the user that he may have forgotten to run `mvn package` . ### Subtasks - [ ] webapp generator: https://github.com/eclipse/jkube/pull/2244 - [ ] investigate if it is possible to implement it in a more generic fashion - [ ] quarkus generator - [ ] ....