Modules forget a group they belong to

Answered

I have a multi-module project (mixing different languages, frameworks and so on). The problem is, sometimes modules leave a group they belong to and go to project root hierarchy. This jump-out can take place, say, on restart or even on some project structure update, reindexing or other operations.

 

Can you, please, point me that configuration (or other) details can influence the behaviour?

Stable IDEA Ultimate is in use.

0
2 comments

IDE groups modules according their qualified names.

Do you use Maven/Gradle in project? Note that in this case IDE groups modules automatically according to their names in build.gradle or pom.xml file.

0

Aha, I see, have reorganized modules in accordance with your explanation. Thanks!

0

Please sign in to leave a comment.