You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Geir H. Pettersen (JIRA)" <ji...@codehaus.org> on 2005/10/05 15:10:11 UTC

[jira] Commented: (MPIDEA-39) Does not work with v5.0

    [ http://jira.codehaus.org/browse/MPIDEA-39?page=comments#action_47866 ] 

Geir H. Pettersen commented on MPIDEA-39:
-----------------------------------------

I found that the this can be fixed easily by adding the type of project in the iml file generated for the module:

For a java module the generated iml is:
<module version="4" relativePaths="false">
....

It should be:
<module version="4" relativePaths="false" type="JAVA_MODULE">

Some other types i have know are:

Web module:
type="J2EE_WEB_MODULE"

Ejb module:
type="J2EE_EJB_MODULE"

G.

> Does not work with v5.0
> -----------------------
>
>          Key: MPIDEA-39
>          URL: http://jira.codehaus.org/browse/MPIDEA-39
>      Project: maven-idea-plugin
>         Type: Bug
>     Reporter: Ross Mason
>      Fix For: 1.7

>
>
> The modules are imported ok but when looking at the module information, it's missing the libs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org