Re: How to suppress meta tags 'generator', 'date' in Doxia Site Renderer?

2024-02-21 Thread Alexander Kriegisch
I forgot to mention, that it would also be nice to get rid of this content:

  

-- 
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:
> 
>   
> 
>   true
> 
>   
> 
> Unfortunately, I found no way to suppress these generated tags on each
> single page:
> 
>   
>   
> 
> 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



How to suppress meta tags 'generator', 'date' in Doxia Site Renderer?

2024-02-21 Thread Alexander Kriegisch
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:

  

  true

  

Unfortunately, I found no way to suppress these generated tags on each
single page:

  
  

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?

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

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