MSCRIPTING-10: Fix page not founds
diff --git a/pom.xml b/pom.xml
index 6ba9f07..bd4f902 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
- <version>39</version>
+ <version>41</version>
<relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
</parent>
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 257c4d4..b576faa 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -25,4 +25,13 @@
xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd"
id="FAQ" title="Frequently Asked Questions">
+ <part id="general">
+ <faq id="General">
+ <question>General</question>
+ <answer>
+ <p>There are no specific questions that have been asked frequently yet.</p>
+ </answer>
+ </faq>
+
+ </part>
</faqs>
\ No newline at end of file