Author: dennisl Date: Sun Nov 11 15:50:21 2007 New Revision: 593994 URL: http://svn.apache.org/viewvc?rev=593994&view=rev Log: o Add a proper FAQ.
Modified: maven/plugins/trunk/maven-help-plugin/src/site/fml/faq.fml Modified: maven/plugins/trunk/maven-help-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/site/fml/faq.fml?rev=593994&r1=593993&r2=593994&view=diff ============================================================================== --- maven/plugins/trunk/maven-help-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-help-plugin/src/site/fml/faq.fml Sun Nov 11 15:50:21 2007 @@ -21,10 +21,12 @@ <faqs id="FAQ" title="Frequently Asked Questions"> <part id="General"> - <faq id="1"> - <question>1</question> + <faq id="Why aren't profiles from the parent pom included?"> + <question>Why aren't profiles from the parent pom included?</question> <answer> - <p> + <p> + As of version 2.0.2 they are. + See <a href="http://jira.codehaus.org/browse/MPH-16">MPH-16</a> for more info. </p> </answer> </faq>