diff --git a/src/site/fml/faq.fml b/src/site/markdown/faq.md similarity index 53% rename from src/site/fml/faq.fml rename to src/site/markdown/faq.md index e94afa96..6e21e6ad 100644 --- a/src/site/fml/faq.fml +++ b/src/site/markdown/faq.md @@ -1,4 +1,6 @@ - +--- +title: Frequently Asked Questions +--- + - - - - Can I use the install:install-file goal to install artifacts to my remote repository? - -

- No. You need to use - deploy:deploy-file instead. -

-
-
-
-
+# Frequently Asked Questions + +1. [Can I use the *install:install-file* goal to install artifacts to my remote repository?](#question) + + + +### Can I use the *install:install-file* goal to install artifacts to my remote repository? + +No. You need to use +[*deploy:deploy-file*](http://maven.apache.org/plugins/maven-deploy-plugin/) instead.