Hi!

I'm trying to set up a project with several modules using the maven idea
plugin.
It seems as if the default module type is just an empty string, causing IDEA
not
to recognize them.

Changing the following line in module.jelly:

<j:set var="IDEA_TYPE" value=""/>

to

<j:set var="IDEA_TYPE" value="JAVA_MODULE"/>

Seems to fix the problem.

I'm using maven v1.0.2 and intellij version 5.

Regards,
Mattias Norlander

Reply via email to