dion 2003/08/28 23:26:23
Modified: xdocs changes.xml
xdocs/reference user-guide.xml
Log:
MAVEN-548. Move common reporting properties to defaults
Revision Changes Path
1.14 +5 -0 maven/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/xdocs/changes.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- changes.xml 20 Jun 2003 12:54:05 -0000 1.13
+++ changes.xml 29 Aug 2003 06:26:23 -0000 1.14
@@ -8,6 +8,11 @@
<body>
<release version="1.0RC1" date="in CVS">
+
+ <action dev='dion' type='fix'>
+ Move maven.docs.* and maven.gen.docs to defaults.properties instead of xdoc
plugin
+ </action>
+
<action dev="jvanzyl" type="add">
Added the new POM marshaller and unmarshaller based on the xpp3
xmlpull parser. This eliminates betwixt and friends from the POM
1.61 +42 -0 maven/xdocs/reference/user-guide.xml
Index: user-guide.xml
===================================================================
RCS file: /home/cvs/maven/xdocs/reference/user-guide.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- user-guide.xml 19 Aug 2003 05:49:14 -0000 1.60
+++ user-guide.xml 29 Aug 2003 06:26:23 -0000 1.61
@@ -628,6 +628,48 @@
</tr>
<tr>
+ <td>maven.docs.dest</td>
+ <td>
+ The output directory for the generated html from reports.
+ </td>
+ <td>${maven.build.dir}/docs</td>
+ </tr>
+
+ <tr>
+ <td>maven.docs.omitXmlDeclaration</td>
+ <td>
+ Whether generated documentation should have an xml declaration, e.g.
+ <source><?xml version="1.0"?></source>
+ </td>
+ <td>false</td>
+ </tr>
+
+ <tr>
+ <td>maven.docs.outputencoding</td>
+ <td>
+ The character encoding for generated documentation
+ </td>
+ <td>ISO-8859-1</td>
+ </tr>
+
+ <tr>
+ <td>maven.docs.src</td>
+ <td>
+ The directory for user supplied documentation.
+ </td>
+ <td>${basedir}/xdocs</td>
+ </tr>
+
+ <tr>
+ <td>maven.gen.docs</td>
+ <td>
+ The directory where generated xdocs that need to be transformed to
html
+ are placed.
+ </td>
+ <td>${maven.build.dir}/generated-xdocs</td>
+ </tr>
+
+ <tr>
<td>maven.home.local</td>
<td>
The directory on the local machine maven uses to write user
specific details
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]