Issue
I have a project with a parent aggregator module and 3 children modules. I don't know if this is a bug for me or just how Maven works, but I am currently unable to deploy one of my children modules without also deploying the respective parent. When I try to import the child module on another project of mine, Maven throws an error saying it can't resolve the parent. If I deploy both to my Nexus, it works perfectly. Do I always have to deploy both?
Solution
Yes.
You always need the parent POM as well.
Answered By - J Fabian Meier
Answer Checked By - Senaida (JavaFixing Volunteer)