This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-help-plugin-2.0.2 in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit b524e0586744fbccf6dd4311cb604a4929d295ae Author: Maria Odea B. Ching <och...@apache.org> AuthorDate: Mon Jul 10 08:43:46 2006 +0000 Commented out FAQ page. git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin@420461 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/fml/faq.fml | 8 +++----- src/site/site.xml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 38e68a7..17be3dd 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -1,12 +1,10 @@ <?xml version="1.0"?> <faqs id="FAQ" title="Frequently Asked Questions"> <part id="General"> - <faq id="What is the Maven 2 Help Plugin"> - <question>What is the Maven 2 Help Plugin?</question> + <faq id="1"> + <question>1</question> <answer> - <p> - The Maven 2 Help Plugin can be used to get relative information about a particular project. You can use it - to get a description of a specific plugin, or get the effective settings or effective pom of the current project build. + <p> </p> </answer> </faq> diff --git a/src/site/site.xml b/src/site/site.xml index 5149594..2a9ef4d 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -36,7 +36,7 @@ <item name="Introduction" href="index.html"/> <item name="Goals" href="plugin-info.html"/> <item name="How To Use" href="usage.html"/> - <item name="FAQs" href="faq.html"/> + <!--item name="FAQs" href="faq.html"/--> </menu> <menu name="Examples"> -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.