This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch MSCRIPTING-10 in repository https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git
commit 793c17bb2c9b38d9f73dd12b9ad9755e0f2987ab Author: Robert Scholte <rfscho...@apache.org> AuthorDate: Sun Nov 26 12:43:10 2023 +0100 MSCRIPTING-10: Fix page not founds --- pom.xml | 2 +- src/site/fml/faq.fml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ba9f07..bd4f902 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. <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 @@ under the License. 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