This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


The following commit(s) were added to refs/heads/master by this push:
     new ee20d7c  [MSKINS-140] added document origin (Doxia source or report) 
in comments
ee20d7c is described below

commit ee20d7c5eeb9e0b68eb6f06b70d651ac7e5e62ce
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sun Dec 17 11:39:47 2017 +0100

    [MSKINS-140] added document origin (Doxia source or report) in comments
---
 src/main/resources/META-INF/maven/site.vm | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/META-INF/maven/site.vm 
b/src/main/resources/META-INF/maven/site.vm
index 29b4212..6bc5526 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -17,12 +17,17 @@
 ## under the License.
 #parse( "site-macros.vm" )
 <!--
-#* *##set ( $skipGenerationDate = false)
-#* *##if ( $decoration.custom.getChild( 'fluidoSkin' ) && 
$decoration.custom.getChild( 'fluidoSkin' ).getChild('skipGenerationDate')
-           && $decoration.custom.getChild( 'fluidoSkin' 
).getChild('skipGenerationDate').getValue()=='true')
-#*   *##set ( $skipGenerationDate = true)
+#* *##set ( $skipGenerationDate = false )
+#* *##if ( $decoration.custom.getChild( 'fluidoSkin' ) && 
$decoration.custom.getChild( 'fluidoSkin' ).getChild( 'skipGenerationDate' )
+           && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 
'skipGenerationDate' ).getValue() == 'true' )
+#*   *##set ( $skipGenerationDate = true )
 #* *##end
- | Generated by Apache Maven Doxia Site Renderer#if( $doxiaSiteRendererVersion 
) $doxiaSiteRendererVersion#end #if (!$skipGenerationDate)at 
$dateFormat.format( $currentDate ) #end
+ | Generated by Apache Maven Doxia Site Renderer#if( $doxiaSiteRendererVersion 
) $doxiaSiteRendererVersion#end##
+#if( $docRenderingContext && ( $docRenderingContext.generator || 
$docRenderingContext.doxiaSource ) ) from##
+#if( $docRenderingContext.generator ) $docRenderingContext.generator#end##
+#if( $docRenderingContext.doxiaSource ) 
$docRenderingContext.doxiaSourcePath#end##
+#end
+#if ( !$skipGenerationDate ) at $dateFormat.format( $currentDate ) #end
 
  | Rendered using Apache Maven Fluido Skin @project.version@
 -->

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <commits@maven.apache.org>'].

Reply via email to