I have a maven modular project with the following build order.
common
core
third-party
services
web-app
Each module has its own pom.xml and the build order is included in the parent pom. So when I make any changes to common
, should I only build common module or all the modules again to get the latest changes from common module?