diff --git a/maven-plugin-plugin/src/site/fml/faq.fml b/maven-plugin-plugin/src/site/fml/faq.fml index 10303fb..bc3d53f 100644 --- a/maven-plugin-plugin/src/site/fml/faq.fml +++ b/maven-plugin-plugin/src/site/fml/faq.fml @@ -22,11 +22,15 @@ - Where is the plugin-registry.xml? + Where is the plugin-registry.xml?

- The plugin-registry.xml file can be found in the M2 repository, inside the .m2 directory. It contains the - list of the plugins installed in your repository including the last version installed. + The plugin-registry.xml file can be found in the Maven local repository, i.e. ${user.home}/.m2 + directory. It contains the list of the plugins installed in your repository including the last version + installed. +

+

+ Note: usePluginRegistry should be set to true in you settings.