diff --git a/idea/plugin.jelly b/idea/plugin.jelly
index fb2f73c4..9bd26aab 100644
--- a/idea/plugin.jelly
+++ b/idea/plugin.jelly
@@ -117,6 +117,17 @@
+
+
+
+
-
-
@@ -113,9 +111,9 @@
-
-
-
+
+
+
@@ -138,7 +136,12 @@
-
+
+
+
+
+
+
@@ -174,27 +177,41 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${testPlugin.getDependency('junit').getVersion()}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/idea/src/plugin-resources/templates/v4/multiproject.jelly b/idea/src/plugin-resources/templates/v4/multiproject.jelly
index ea47bd0e..56a57a59 100644
--- a/idea/src/plugin-resources/templates/v4/multiproject.jelly
+++ b/idea/src/plugin-resources/templates/v4/multiproject.jelly
@@ -17,10 +17,24 @@
*/
-->
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/idea/src/plugin-resources/templates/v4/project.jelly b/idea/src/plugin-resources/templates/v4/project.jelly
index e3bde7df..a3ca595d 100644
--- a/idea/src/plugin-resources/templates/v4/project.jelly
+++ b/idea/src/plugin-resources/templates/v4/project.jelly
@@ -17,10 +17,24 @@
*/
-->
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/idea/xdocs/changes.xml b/idea/xdocs/changes.xml
index 3eda9948..db64b142 100644
--- a/idea/xdocs/changes.xml
+++ b/idea/xdocs/changes.xml
@@ -25,6 +25,9 @@
+ Make projects within the reactor set IDEA module dependencies, but keep all others as JAR dependencies
+ Add a property for specifying generated source directories to include in the module
+ Set source level properties based on the compile source levelDeployment descriptor for ejb.jar hard-codedv4/module.jelly generates incorrect references to $MODULE_DIR$Generate a module for the multiproject itself
diff --git a/idea/xdocs/properties.xml b/idea/xdocs/properties.xml
index a7a63b71..4ec15ac7 100644
--- a/idea/xdocs/properties.xml
+++ b/idea/xdocs/properties.xml
@@ -80,6 +80,13 @@
Default value is ${maven.multiproject.basedir}
+
+
maven.idea.generated.source
+
Yes
+
+ Comma separated list of directories under target containing generated source to be included in the idea module. Common examples would be xmlbeans or xdoclet generated code.
+