ppalaga commented on issue #2293:
URL: https://github.com/apache/camel-quarkus/issues/2293#issuecomment-797492243


   There are two workarounds for the wrong ordering of `-jar` and `-cp` args by 
the `quarkus-openshift` extension:
   
   * Set `quarkus.package.type=uber-jar` will avoid adding the `-cp` arg. This 
works on Quarkus 1.12+ thanks to 
https://github.com/quarkusio/quarkus/pull/15076/files
   * Copy the generated resources from `target/kubernetes` to 
`src/main/kubernetes` and remove the `-cp` argument there.
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to