You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/12/28 18:50:08 UTC

svn commit: r1721959 - /maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/src/site/apt/velocity-context.apt.vm

Author: hboutemy
Date: Mon Dec 28 17:50:08 2015
New Revision: 1721959

URL: http://svn.apache.org/viewvc?rev=1721959&view=rev
Log:
[DOXIASITETOOLS-101] Added ISO date format to site rendering context

Modified:
    maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/src/site/apt/velocity-context.apt.vm

Modified: maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/src/site/apt/velocity-context.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/src/site/apt/velocity-context.apt.vm?rev=1721959&r1=1721958&r2=1721959&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/src/site/apt/velocity-context.apt.vm (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/src/site/apt/velocity-context.apt.vm Mon Dec 28 17:50:08 2015
@@ -39,7 +39,9 @@ Doxia Site Renderer Velocity Context
 *-----------------------+-------------------------------------------------------+
 | <<<decoration>>>      | <<<decoration.name>>> = <<<$decoration.name>>>
 *-----------------------+-------------------------------------------------------+
-| <<<currentDate>>>     | = <<<$currentDate>>>, <<<dateFormat.format(currentDate)>>> = <<<$dateFormat.format(${currentDate})>>>
+| <<<currentDate>>>     | = <<<$currentDate>>>
+|                       | <<<dateFormat.format(currentDate)>>> = <<<$dateFormat.format($currentDate)>>>
+|                       | <<<isoDateFormat.format(currentDate)>>> = <<<$isoDateFormat.format($currentDate)>>>
 *-----------------------+-------------------------------------------------------+
 | <<<currentFileName>>> | = <<<$currentFileName>>>
 *-----------------------+-------------------------------------------------------+
@@ -49,6 +51,8 @@ Doxia Site Renderer Velocity Context
 *-----------------------+-------------------------------------------------------+
 | <<<doxiaSiteRendererVersion>>> | = <<<$doxiaSiteRendererVersion>>>
 *-----------------------+-------------------------------------------------------+
+| <<<isoDateFormat>>>   | = <<<$isoDateFormat>>>
+*-----------------------+-------------------------------------------------------+
 | <<<locale>>>          | = <<<$locale>>>
 *-----------------------+-------------------------------------------------------+
 | <<<publishDate>>>     | = <<<$publishDate>>>