tadayosi commented on issue #3356:
URL: https://github.com/apache/camel-k/issues/3356#issuecomment-1154909282

   In many cases, building kits on a k8s cluster takes time because it 
downloads jars externally every time. Hosting a maven repo manager like Nexus 
might mitigate the building time. While there's no good documentation for the 
technique, you could look at this in the meantime:
   https://camel.apache.org/camel-k/1.9.x/contributing/e2e.html#using-nexus
   
   I believe you could do
   ```
   kubectl apply -f 
https://raw.githubusercontent.com/apache/camel-k/main/e2e/support/files/nexus.yaml
   ```
   then you could use the nexus with this install command:
   ```
   kamel install 
--maven-repository=http://nexus.nexus/repository/maven-public/@id=nexus@mirrorOf=*
   ```


-- 
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-unsubscr...@camel.apache.org

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

Reply via email to