java - How do I rebuild/make .iml files in maven multi-module project in Intellij 13.1.4 -
i'm working in multi-module maven project in intellij. there snapshot update in module required update in few poms. click "re-import maven projects" maven plugins tool full build.
however, time .iml files associated changed poms weren't being updated. wasn't until did "build->rebuild project" .iml files updated. know how update .iml files part of build configuration?
note: before rebuilding project, know mvn @ least picked on change because local .m2 repo had latest snapshot.
edit #1: so, true if add maven runtime dependency in module. won't pick change unless rebuild project.
Comments
Post a Comment