diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml deleted file mode 100644 index 7aff8aa..0000000 --- a/src/site/fml/faq.fml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - Why use antrun and not the Ant program itself? - -

Maven has benefits over Ant. You can use Maven as your project - management tool. Use its maven-antrun-plugin to build your Ant - projects.

-

If you want to migrate from Ant to Maven, use this plugin first. - Then convert your Ant expressions into their Maven counterparts one by - one.

-
-
-
-
diff --git a/src/site/markdown/faq.md b/src/site/markdown/faq.md new file mode 100644 index 0000000..171ff4a --- /dev/null +++ b/src/site/markdown/faq.md @@ -0,0 +1,36 @@ +--- +title: Frequently Asked Questions +--- + + + + + +# Frequently Asked Questions + +1. [Why use antrun and not the Ant program itself?](#Why_use_antrun_and_not_the_Ant_program_itself.3F) + +### Why use antrun and not the Ant program itself? + +Maven has benefits over Ant. You can use Maven as your project management tool. Use its maven-antrun-plugin to +build your Ant projects. + +If you want to migrate from Ant to Maven, use this plugin first. Then convert your Ant expressions into their +Maven counterparts one by one.