PR: MPIDEA-3

improved documentation


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115108 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-05-01 01:09:26 +00:00
parent c7a18dab16
commit b48554a2eb
3 changed files with 29 additions and 14 deletions

View File

@@ -24,6 +24,10 @@
<author email="michal.maczka@dimatic.com">Michal Maczka</author>
</properties>
<body>
<release version="1.4-SNAPSHOT" date="in CVS">
<action dev="brett" type="update">Default to project version 4.</action>
<action dev="brett" type="fix" issue="MPIDEA-4">Use a multiproject dependency handle so that you can use multiproject properties in idea:multiproject.</action>
</release>
<release version="1.3" date="2004-03-10">
<action dev="michal" type="add">Added idea:multiproject goal. Other goals were decomposed.</action>
</release>

View File

@@ -28,8 +28,13 @@
<goal>
<name>idea</name>
<description>
Simply prerequisites the <a href="#idea:generate-project">idea:generate-project</a>
goal
Identical to the <a href="#idea:idea">idea:idea</a> goal.
</description>
</goal>
<goal>
<name>idea:idea</name>
<description>
Generate a project, workspace and module (IDEA 4 only) file for this project.
</description>
</goal>
<goal>
@@ -41,14 +46,13 @@
<goal>
<name>idea:workspace</name>
<description>
Generate IDEA .ipw project files
Generate IDEA .iws project files
</description>
</goal>
<goal>
<name>idea:workspace</name>
<name>idea:module</name>
<description>
Generate IDEA .ipw project files
(IDEA 4 only)
Generate IDEA .iml project files (IDEA 4 only)
</description>
</goal>
@@ -62,4 +66,4 @@
</goal>
</goals>
</body>
</document>
</document>

View File

@@ -26,23 +26,30 @@
<author email="michal.amzcka@dimatics.com">Michal Maczka</author>
</properties>
<body>
<section name="Maven IDEA lugin Settings">
<section name="Maven IDEA Plugin Settings">
<table>
<tr>
<th>Property name</th>
<th>Optional?</th>
<th>Description</th>
</tr>
<tr>
<td>maven.idea.project.version</td>
<td>Yes</td>
<td>
The IDEA version to generate project files. Valid values are 3 or 4. IDEA 4 is the default.
</td>
</tr>
<tr>
<td>maven.cvs.client.exe</td>
<td>Yes</td>
<td>
Specifies the cvs path.
Specifies the cvs path. (IDEA 3 only)
</td>
</tr>
<tr>
<td>maven.idea.project.multiproject.includes</td>
<td>Yet</td>
<td>Yes</td>
<td>
This is the list of file specifications to be
included when searching for projects to be processed
@@ -56,7 +63,7 @@
<tr>
<td>maven.idea.project.multiproject.excludes</td>
<td>Yet</td>
<td>Yes</td>
<td>
This is the list of file specifications to be excluded
when <b>idea:multiproject</b> goal is executed
@@ -65,12 +72,12 @@
</td>
</tr>
<tr>
<td>maven.idea.project.multiproject.basdir</td>
<td>No</td>
<td>maven.idea.project.multiproject.basedir</td>
<td>Yes</td>
<td>
This is the base directory that the plugin will use for <b>idea:multiproject</b> goal is executed
<br/>
Default value is ${maven.multiproject.basdir}
Default value is ${maven.multiproject.basedir}
</td>
</tr>
</table>