Don't include the footer.

Every time we generate, the "Last updated" value is different which
results in unnecessary changes. It's really a "last generated" value,
which isn't as valuable as an actual "last updated" date.
diff --git a/generated/faq.html b/generated/faq.html
index db86b88..dbbda46 100644
--- a/generated/faq.html
+++ b/generated/faq.html
@@ -251,10 +251,5 @@
 </div>
 </div>
 </div>
-<div id="footer">
-<div id="footer-text">
-Last updated 2017-12-08 11:35:16 EST
-</div>
-</div>
 </body>
 </html>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 2d3c61b..e70b6b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
 						<endpoint-url>http://www.eclipse.org/ee4j</endpoint-url>
 						<sourcedir>${project.build.sourceDirectory}</sourcedir>
 						<project-version>${project.version}</project-version>
+						<nofooter/>
 					</attributes>
 				</configuration>
 				<executions>