aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pom.xml')
-rw-r--r--docs/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/pom.xml b/docs/pom.xml
index dcaae9f2d..b69a68108 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -29,6 +29,10 @@
<sourceDirectory>${project.basedir}</sourceDirectory>
<preserveDirectories>true</preserveDirectories>
<relativeBaseDir>true</relativeBaseDir>
+ <attributes>
+ <!-- Avoid "Last updated [timestamp]" footer on each page -->
+ <nofooter>true</nofooter>
+ </attributes>
<resources>
<resource>
<!-- Mandatory, even though identical to 'sourceDirectory' -->