squakez commented on issue #2520: URL: https://github.com/apache/camel-k/issues/2520#issuecomment-1084653010
I am working on something related to the build, and we may think to find an easy way to bundle the known basic set of dependencies. We can use a similar approach on what we do with local `make images-dev`, where we copy development artifacts. As an example, we can see the following list of dependencies downloaded from a fresh 1.8.2 installation: [1.8.2.log](https://github.com/apache/camel-k/files/8390214/1.8.2.log) against the list of dependencies downloaded in 1.9.0-SNAPSHOT (which I created via `make images-dev`): [1.9.0-SNAPSHOT.log](https://github.com/apache/camel-k/files/8390223/1.9.0-SNAPSHOT.log) There is half the number of dependencies needed to download. We may even go further by finding a way to calculate automatically the rest of needed dependencies (ie, the catalog and the related boms). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
