Loading hierarchical Maven project in Idea

Answered

Hi,

In Maven, the <modules> section can reside either directly under <project> tag (the root tag) or in one of the profiles. In my case, <modules> are specified inside a profile. Could that be the reason why Idea is not loading properly these modules?

Thanks,

Tiberiu

0
1 comment

>Could that be the reason why Idea is not loading properly these modules?

Yes, it could be if this profile is not used. You can see enabled in (used by) the IDE Maven profiles in the Maven tool window.

0

Please sign in to leave a comment.