Procedure to modify and build containerproxy

Hi,

I imported the Containerproxy project in to my local eclipse and the plan is to modify the index.html to include our references and add context to that page. But when I try to build the project in eclipse, pom.xml is missing a lot of reference (keycloak, kerbos) and after adding them, I am getting a compile time error in [AbstractDockerBackend.java] file on line 74
builder.dockerCertificates(DockerCertificates.builder().dockerCertPath(Paths.get(confCertPath)).build().orNull());

error refernecing to com.google.common.base.Optional missing reference and fix in in the build path
Can you guys help

Thank you
Nandan

Hi @nandan_83,

Eclipse should be able to resolve the entire pom without any modifications. It contains one repository reference http://clojars.org/repo/ that, together with the central Maven repo, should be enough to resolve all dependencies.

Maybe there is a configuration or caching issue with your Maven installation?