I have added ${maven.multiModuleProjectDirectory} in my pom to mention the project as multimodule and show the path. In my pom, it shows unresolved dependency. As it is an unresolved dependency, it is not breaking the build.
My questions are :
- Is this safe to use this structure inside pom?
- What can I do to resolve the dependency?