Thank @dmvolod for joining :+1: We're using `dep` as dependency management mechanism, that works differently from "go get" and actually the two used together lead to compilation errors when you have the same dep in the vendor dir and in the gopath. There's a issue in Jira for writing the "how to contribute" documentation, we definitely need to takle it.
So `dep ensure` should be the only way to download required dependencies. I don't know if we want to add to the standard build because it's tremendously slow. I think we should have a full-build command and a standard one that just compiles the executables in Makefile. Wdyt? [ Full content available at: https://github.com/apache/camel-k/pull/8 ] This message was relayed via gitbox.apache.org for [email protected]
