From 462713080fb7c72c15d38d97192543b2b7d2930f Mon Sep 17 00:00:00 2001 From: brett Date: Fri, 10 Jun 2005 05:10:32 +0000 Subject: [PATCH] PR: MPIDEA-27, MPIDEA-11, MPIDEA-26, MPIDEA-28, MPIDEA-15 Submitted by: Geoffrey De Smet Reviewed by: Brett Porter plugin fixes roll up git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@189898 13f79535-47bb-0310-9956-ffa450edef68 --- idea/plugin.jelly | 11 +++- .../templates/v4/module.jelly | 60 +++++++++++++++++-- .../templates/v4/multiproject.jelly | 4 ++ idea/xdocs/changes.xml | 7 ++- 4 files changed, 73 insertions(+), 9 deletions(-) diff --git a/idea/plugin.jelly b/idea/plugin.jelly index b612c1dd..fb2f73c4 100644 --- a/idea/plugin.jelly +++ b/idea/plugin.jelly @@ -92,8 +92,11 @@ ERROR: This goal should be used only with IDEA 4 and above. - - + + + + + @@ -123,6 +126,10 @@ goals="idea:module" ignoreFailures="true"/> + + + + Creating ${basedir}/${pom.artifactId}.ipr ... diff --git a/idea/src/plugin-resources/templates/v4/module.jelly b/idea/src/plugin-resources/templates/v4/module.jelly index d2c55bd0..cc961ff0 100644 --- a/idea/src/plugin-resources/templates/v4/module.jelly +++ b/idea/src/plugin-resources/templates/v4/module.jelly @@ -38,7 +38,9 @@ - + + + @@ -80,7 +82,9 @@ - + + + @@ -123,17 +127,60 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + @@ -147,7 +194,8 @@ - + + diff --git a/idea/src/plugin-resources/templates/v4/multiproject.jelly b/idea/src/plugin-resources/templates/v4/multiproject.jelly index e85a2f1d..ea47bd0e 100644 --- a/idea/src/plugin-resources/templates/v4/multiproject.jelly +++ b/idea/src/plugin-resources/templates/v4/multiproject.jelly @@ -127,6 +127,10 @@ + + + + diff --git a/idea/xdocs/changes.xml b/idea/xdocs/changes.xml index cdbb075a..d0cd55f1 100644 --- a/idea/xdocs/changes.xml +++ b/idea/xdocs/changes.xml @@ -25,7 +25,12 @@ - exclude build output directory in module + v4/module.jelly generates incorrect references to $MODULE_DIR$ + Generate a module for the multiproject itself + idea:multiproject without idea:workspace so a local workspaces aren't lost + include maven project resources in module library + Add depencies on ejb or war modules + exclude build output directory in module set module to JAVA_MODULE for compatibility with both 4.5 and Irida.