Enable configuration of jdkName/level on modules
-------------------------------------------------
Key: MIDEA-106
URL: http://jira.codehaus.org/browse/MIDEA-106
Project: Maven 2.x IDEA Plugin
Issue Type: New Feature
Reporter: Kristian Nordal
The jdkLevel and jdkName parameters are only used for the project, not
individual modules. If the idea plugin configuration is overriden in the
modules, those parameters are ignored, and only set at the project level.
Modules that use a different JDK must be manually configured in IDEA.
It would be nice to be able to define one default jdk for the project and
override it for specific modules.
I see that this line is added to the modules' *.iml files after manually
setting the module JDK:
<orderEntry type="jdk" jdkName="1.6" jdkType="JavaSDK" />
--
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