From dcae62250adc157c25dc27c3de0d353c2d452977 Mon Sep 17 00:00:00 2001 From: Wayne Beaton <wayne.beaton@eclipse-foundation.org> Date: Tue, 11 Dec 2018 11:10:46 -0500 Subject: [PATCH] Generate as body text only. By not generating the header and footer, we make it easier for the content to be included in another webpage. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 09233c5..1f3484f 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,6 @@ </goals> <configuration> <sourceDocumentName>eclipse_development_process.adoc</sourceDocumentName> - <headerFooter>false</headerFooter> <attributes> </attributes> </configuration> -- GitLab