How to auto-update versions only for dependencies within multi-module/reactor build?
问题 When I run the following command for the root project, it checks for updates of ALL dependencies: mvn versions:use-latest-versions I want to limit versions update for only those dependencies which are reachable from the root : root/pom.xml ├── A/pom.xml │ └── D/pom.xml │ └── E/pom.xml ├── B/pom.xml └── C/pom.xml ├── F/pom.xml └── G/pom.xml The group and artifact ids of these dependencies are in the current reactor build (multi-module build). For example, I don not want to update external