diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml deleted file mode 100644 index ae8ef277..00000000 --- a/src/site/fml/faq.fml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - What is a Mojo - -

- See the Maven FAQ: What is a Mojo. -

-
-
- - Why mvn help:active-profiles won't show the active profiles under Maven 2.1? - -

- See MPH-38 for more info. -

-
-
-
-
\ No newline at end of file diff --git a/src/site/markdown/faq.md b/src/site/markdown/faq.md new file mode 100644 index 00000000..28e13b76 --- /dev/null +++ b/src/site/markdown/faq.md @@ -0,0 +1,39 @@ +--- +title: Frequently Asked Questions +--- + + + + + +# Frequently Asked Questions + +1. [What is a Mojo](#What_is_a_Mojo) +2. [Why `mvn help:active-profiles` won't show the active profiles under Maven 2.1?](#Why_mvn_help.3Aactive-profiles_won.27t_show_the_active_profiles_under_Maven_2.1) + +### What is a Mojo + +See the Maven FAQ: [What is a Mojo](http://maven.apache.org/general.html#What_is_a_Mojo). + + + +### Why `mvn help:active-profiles` won't show the active profiles under Maven 2.1? + +See [MPH-38](https://issues.apache.org/jira/browse/MPH-38) for more info.