From 73eadb39bb3ebbff553caae03cec291af2e7142d Mon Sep 17 00:00:00 2001 From: Vincent Siveton Date: Mon, 25 Feb 2008 12:06:26 +0000 Subject: [PATCH] o updated faq git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@630823 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/src/site/fml/faq.fml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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.