Build Dockerfile with Java and maven with CodeArtifact dependency
I’m trying to build my project using Docker, it has some Java REST APIs, I’m using Maven and Spring Boot on a multiservice architecture. I have a “slave” module called “common-utilities”, it has all the generic entities and some Calendar utilities that I need and this module is used as dependency on all my other modules.