I'm building a web server using Java Spring Boot, and using swagger-codegen to generate the rest client for other projects to consume.
I want to test the rest-client in my integration tests, however including a maven project / jar that exists in my target
directory (after the initial build), in my project's POM seems to be impossible.
Is it possible to build these tests with this new dependency?