You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/15 08:45:06 UTC

[GitHub] [camel-k] johnpoth commented on issue #3341: How to deal with `SNAPSHOT` dependencies?

johnpoth commented on issue #3341:
URL: https://github.com/apache/camel-k/issues/3341#issuecomment-1156178278

   > maybe should we provide some flag to `kamel rebuild` that also forces removing a relevant kit?
   
   Agreed. Although it would be cool not to have to specify an extra flag to rebuild the integration when using `kamel rebuild` (i.e `kamel rebuild` should always rebuild the integration and not reuse an existing `integrationkit`).
   
   Implementation wise, we could maybe add something to `Integration.Status` like `Integration.Status.ForceRebuild` that would be used when [checking](https://github.com/apache/camel-k/blob/main/pkg/controller/integration/build_kit.go#L132) for existing IntegrationKits.
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org