| 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. (IDEA 3 only) |
| maven.idea.project.multiproject.includes | Yes |
This is the list of file specifications to be
included when searching for projects to be processed
by the plugin.
Default value is ${maven.multiproject.includes} (see multiproject) It means that mutiproject setup is used when no value is provided. |
| maven.idea.project.multiproject.excludes | Yes |
This is the list of file specifications to be excluded
when idea:multiproject goal is executed
Default value is ${maven.multiproject.excludes} |
| 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.basedir} |