This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/freemarker-site.git
The following commit(s) were added to refs/heads/master by this push:
new 383161e Removed docgen setting left from testing.
383161e is described below
commit 383161ee947bf7c85f111762b9ed0eab2c5d7fe7
Author: ddekany <[email protected]>
AuthorDate: Sun Feb 7 19:44:52 2021 +0100
Removed docgen setting left from testing.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 19fac60..e171e2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
<configuration>
<sourceDirectory>src/main/docgen</sourceDirectory>
<outputDirectory>${siteOutputDirectory}</outputDirectory>
- <offline>true</offline>
+ <offline>false</offline>
</configuration>
</plugin>
<plugin>