jvanzyl 2003/02/14 06:52:48
Modified: xdocs/reference user-guide.xml
Log:
o How to display the publish date.
Revision Changes Path
1.39 +23 -1 jakarta-turbine-maven/xdocs/reference/user-guide.xml
Index: user-guide.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/reference/user-guide.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- user-guide.xml 13 Feb 2003 07:07:03 -0000 1.38
+++ user-guide.xml 14 Feb 2003 14:52:47 -0000 1.39
@@ -52,7 +52,7 @@
<li><a href="#JAR Resources">JAR Resources</a></li>
</ol>
</li>
- <li><a href="#Deploying">Deployment</a>
+ <li><a href="#Deploying">Deploying</a>
<br/>
<ol>
<li><a href="#Copying Dependency JARs">Copying Dependency
JARs</a></li>
@@ -66,6 +66,7 @@
<li><a href="#Colors">Colors</a></li>
<li><a href="#Stylesheets">Stylesheets</a></li>
<li><a href="#Reports">Reports</a></li>
+ <li><a href="#Displaying the Publish Date">Displaying the Publish
Date</a></li>
</ol>
</ol>
</p>
@@ -1292,6 +1293,27 @@
navigation bar which includes information about the project as
well as links to the numerous Maven-generated reports.
</p>
+ </subsection>
+ <subsection name="Displaying the Publish Date">
+ <p>
+ If you wish to display the date that the site was published add the
+ following to your project.properties file:
+ </p>
+
+<source><![CDATA[
+# ------------------------------------------------------------------------
+# P U B L I S H D A T E L O C A T I O N
+# ------------------------------------------------------------------------
+# options: bottom, left, right, navigation-top, navigation-bottom
+# ------------------------------------------------------------------------
+maven.xdoc.date = left
+
+# ------------------------------------------------------------------------
+# P R O J E C T V E R S I O N
+# ------------------------------------------------------------------------
+maven.xdoc.version = ${pom.currentVersion}
+]]></source>
+
</subsection>
</section>
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]