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 @@
| Property name | Optional? | Description | ||
|---|---|---|---|---|
| maven.idea.project.version | +Yes | ++ 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.includes | -Yet | +Yes | 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.excludes | -Yet | +Yes | This is the list of file specifications to be excluded when idea:multiproject goal is executed @@ -65,12 +72,12 @@ | |
| maven.idea.project.multiproject.basdir | -No | +maven.idea.project.multiproject.basedir | +Yes |
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} |