squakez opened a new pull request #2309:
URL: https://github.com/apache/camel-k/pull/2309


   <!-- Description -->
   With this PR we are introducing a new parameter, `--build-property`, whose 
goal is to let the user specify any configuration needed at build time. For 
example:
   ```
   kamel run --build-property=quarkus.application.name=my-super-application ...
   ```
   Will provide the `quarkus.application.name` to the properties expected by 
the build tasks, setting, in this case, the name of the application as expected 
by `camel-quarkus`.
   
   Ref #2003
   
   <!--
   Enter your extended release note in the below block. If the PR requires
   additional action from users switching to the new release, include the string
   "action required". If no release note is required, write "NONE". 
   
   You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" 
to make sure
   the text is added to the right section of the release notes. 
   -->
   
   **Release Note**
   ```release-note
   feat(cmd): build-property flag
   ```
   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to