Author: vsiveton Date: Mon Feb 25 04:06:26 2008 New Revision: 630823 URL: http://svn.apache.org/viewvc?rev=630823&view=rev Log: o updated faq
Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/fml/faq.fml Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/site/fml/faq.fml?rev=630823&r1=630822&r2=630823&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-plugin/src/site/fml/faq.fml (original) +++ maven/plugin-tools/trunk/maven-plugin-plugin/src/site/fml/faq.fml Mon Feb 25 04:06:26 2008 @@ -22,11 +22,15 @@ <faqs id="FAQ" title="Frequently Asked Questions"> <part id="General"> <faq id="Where is the plugin-registry.xml"> - <question>Where is the plugin-registry.xml?</question> + <question>Where is the <i>plugin-registry.xml</i>?</question> <answer> <p> - 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 <i>plugin-registry.xml</i> file can be found in the Maven local repository, i.e. <i>${user.home}/.m2</i> + directory. It contains the list of the plugins installed in your repository including the last version + installed. + </p> + <p> + <b>Note</b>: <i>usePluginRegistry</i> should be set to <i>true</i> in you settings. </p> </answer> </faq>