Loading hierarchical Maven project in Idea

已回答

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

>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

请先登录再写评论。