ppalaga commented on issue #713: Revisit the Quarkus native image mojo options 
generated by create-extension
URL: https://github.com/apache/camel-quarkus/issues/713#issuecomment-586178528
 
 
   They actually recommend stopping to use the `native-image` mojo altogether 
replacing it with 
   
   ```
   <profiles>
       <profile>
           <id>native</id>
           <properties>
               <quarkus.package.type>native</quarkus.package.type>
           </properties>
       </profile>
   </profiles>
   ```
   
   Let me try whether it works for us. 
https://quarkus.io/guides/building-native-image#producing-a-native-executable

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


With regards,
Apache Git Services

Reply via email to