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 07ab326ddae9487c4240e7ce3efee96fc52f0975 Author: Dennis Lundberg <denn...@apache.org> AuthorDate: Sun Nov 11 23:50:21 2007 +0000 o Add a proper FAQ. git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin@593994 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/fml/faq.fml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index e9153bc..e64201c 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -21,10 +21,12 @@ under the License. <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> -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.