On my team we have a common module (project C) used by 2 other projects:
Project A --> Project C
Project B --> Project C
We are all using maven 3. There is also a Artifactory server available to us.
I really don't want the hassle of updating Project A and B poms everytime there is an update to project C. I just want the latest version.
At the same time, I don't want to have to keep updating the pom for project C everytime there is a change there.
Is this possible?