jeffjensen 06/08/04 20:25:42
Modified: tasks/xdocs properties.xml
Log:
Docs for new properties.
Revision Changes Path
1.2 +35 -3 maven-plugins/tasks/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/xdocs/properties.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- properties.xml 28 Oct 2003 21:27:34 -0000 1.1
+++ properties.xml 5 Aug 2006 03:25:42 -0000 1.2
@@ -4,13 +4,45 @@
<properties>
<title>Tasks Properties</title>
<author email="an...@aj...">Andy Jefferson</author>
+ <author email="jef...@so...">Jeff Jensen</author>
</properties>
<body>
<section name="Tasks Properties">
- <p>
- There are no properties for this plugin.
- </p>
+ <table>
+ <tr>
+ <th>Property</th>
+ <th>Default</th>
+ <th>Optional?</th>
+ <th>Description</th>
+ </tr>
+ <tr>
+ <td>maven.tasks.source.file</td>
+ <td>${maven.docs.src}/tasks.xml</td>
+ <td>Yes</td>
+ <td>
+ The path and name of the tasks source xml file.
+ This is the source file created by users.
+ </td>
+ </tr>
+ <tr>
+ <td>maven.tasks.report.file</td>
+<!--
+ <td>${maven.gen.docs}/tasks-report.xml</td>
+-->
+ <td>tasks-report.xml</td>
+ <td>Yes</td>
+ <td>
+ The name of the tasks report xml file.
+ This is the file generated by the Tasks plugin
+ that the XDoc plugin transforms into an HTML file.
+ <p>
+ Currently, the plugin fails when also specifying a location,
+ so only specify if file name when changing from the default.
+ </p>
+ </td>
+ </tr>
+ </table>
</section>
</body>
</document>
|