IDEA-116701 ISE at com.intellij.psi.impl.PsiToDocumentSynchronizer.a

This commit is contained in:
Sergey Evdokimov
2013-11-19 19:58:16 +04:00
parent 2afc2a742f
commit d7a0fe63e4
@@ -147,6 +147,8 @@ public class MavenModuleBuilderHelper {
new WriteCommandAction.Simple(project, myCommandName) {
protected void run() throws Throwable {
PsiDocumentManager.getInstance(project).commitAllDocuments();
MavenDomProjectModel model = MavenDomUtil.getMavenDomProjectModel(project, pom);
if (model == null) return;