This hint is especially useful if you have two Maven projects — a parent project and a child project depending on it — on which you want to develop concurrently. The directory structure will look like this: The most important part in the child project’s POM is assigning the parent project to the subfolder parent instead of using an installed artifact: What we have now, is a combination of two proj