How to specify the relationship between child modules? I have a server module and a client. The second depends on the first. But when building an error occurs:
Failed to execute goal on project client: Could not resolve dependencies for project com.vladhuk:client:jar:0.9-SNAPSHOT: Could not find artifact com.vladhuk:server:jar:0.9-SNAPSHOT -> [Help 1] Searching the Internet, I found a solution only for those who connect dependencies from public repositories. In my case, these are just neighboring modules.