Updating a multi-module maven project
Hi,
I opened a multi-module maven project with IDEA 7.0.3 which is checked out from SVN. When I do "Version Control -> Update project", I would expect all modules in my project to be updated. Instead the "Update Project" window offers me a list of all affected roots (one for each maven project), from which I may select exactly one. So it's impossible for me to make a complete SVN update of my project, I have to use the commandline for that purpose (since I don't want to update each maven project separately). Is there an option I missed, or is it just impossible to make a complete project update?
Please sign in to leave a comment.
Hello Martin,
This window is not for selecting the root to update: rather, it's for specifying
the update settings for each root. The action will affect all roots.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Ah, you're right, thanks! Perhaps it would help to mention this in the online help.