diff --git a/idea/xdocs/changes.xml b/idea/xdocs/changes.xml index 4b3705ec..13a2ad25 100644 --- a/idea/xdocs/changes.xml +++ b/idea/xdocs/changes.xml @@ -24,6 +24,10 @@ Michal Maczka + + Default to project version 4. + Use a multiproject dependency handle so that you can use multiproject properties in idea:multiproject. + Added idea:multiproject goal. Other goals were decomposed. diff --git a/idea/xdocs/goals.xml b/idea/xdocs/goals.xml index 5f2d881f..7ce63fcb 100644 --- a/idea/xdocs/goals.xml +++ b/idea/xdocs/goals.xml @@ -28,8 +28,13 @@ idea - Simply prerequisites the idea:generate-project - goal + Identical to the idea:idea goal. + + + + idea:idea + + Generate a project, workspace and module (IDEA 4 only) file for this project. @@ -41,14 +46,13 @@ idea:workspace - Generate IDEA .ipw project files + Generate IDEA .iws project files - idea:workspace + idea:module - Generate IDEA .ipw project files - (IDEA 4 only) + Generate IDEA .iml project files (IDEA 4 only) @@ -62,4 +66,4 @@ - \ No newline at end of file + diff --git a/idea/xdocs/properties.xml b/idea/xdocs/properties.xml index 74ad2a72..843af331 100644 --- a/idea/xdocs/properties.xml +++ b/idea/xdocs/properties.xml @@ -26,23 +26,30 @@ Michal Maczka -
+
+ + + + + - + - + - - + +
Property name Optional? Description
maven.idea.project.versionYes + The IDEA version to generate project files. Valid values are 3 or 4. IDEA 4 is the default. +
maven.cvs.client.exe Yes - Specifies the cvs path. + Specifies the cvs path. (IDEA 3 only)
maven.idea.project.multiproject.includesYetYes This is the list of file specifications to be included when searching for projects to be processed @@ -56,7 +63,7 @@
maven.idea.project.multiproject.excludesYetYes This is the list of file specifications to be excluded when idea:multiproject goal is executed @@ -65,12 +72,12 @@
maven.idea.project.multiproject.basdirNomaven.idea.project.multiproject.basedirYes This is the base directory that the plugin will use for idea:multiproject goal is executed
- Default value is ${maven.multiproject.basdir} + Default value is ${maven.multiproject.basedir}