You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "git-josip (via GitHub)" <gi...@apache.org> on 2023/07/24 08:05:27 UTC

[GitHub] [camel-karavan] git-josip commented on issue #827: when building project in Karavan - Timeout waiting to connect to the Maven daemon

git-josip commented on issue #827:
URL: https://github.com/apache/camel-karavan/issues/827#issuecomment-1647415789

   @mgubaidullin thanks. It is working in `3.21.0` version. 
   
   I had to do some manual changes in Tekton pipeline task which I am using as I am not sure how to update those. 
   
   I have done following: 
   - edit `karavan` pod and update image to `3.21.0` version. 
   - - `kubectl edit pods karavan-8597fb6897-k9942  -n karavan`
   - - `image: ghcr.io/apache/camel-karavan:3.21.0` 
   
   Also I have update Tekton task `karavan-task-dev-spring-boot` as I am using camel spring type. 
   -- ` kubectl edit  tasks karavan-task-dev-spring-boot -n karavan` 
   -- `image: ghcr.io/apache/camel-karavan-builder:3.21.0` 
   
   
   I have noticed `mvnd` is not used anymore, `mvn` is used so I have also changed the command in task from `/opt/maven/bin/mvn` to just plain `mvn` . 
   
   Maybe there is better way to update all of these. 
   
   


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