diff options
-rw-r--r-- | docs/pom.xml | 4 |
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' --> |