I forgot to mention, that it would also be nice to get rid of this content:

  <!--
   | Generated by Apache Maven Doxia Site Renderer 1.11.1 from some/path/my.adoc
   | Rendered using Apache Maven Fluido Skin 1.11.1
  -->

-- 
Alexander Kriegisch
https://scrum-master.de


Alexander Kriegisch schrieb am 22.02.2024 13:59 (GMT +07:00):

> Hello Maven community.
> 
> When generating Maven sites, I like to keep the diffs to previous
> version to the absolute minimum before committing changes to a
> published site. My commits should only contain content changes.
> Therefore, I already use this in my site.xml:
> 
>   <custom>
>     <fluidoSkin>
>       <skipGenerationDate>true</skipGenerationDate>
>     </fluidoSkin>
>   </custom>
> 
> Unfortunately, I found no way to suppress these generated tags on each
> single page:
> 
>   <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
>   <meta name="date" content="2024-02-22 13:52:19 +0700" />
> 
> They constitute about 90% of my commit diffs, making it look like all
> pages have changed in the commit log, even though maybe I just fixed a
> typo on a single page. How can I customise that behaviour?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to