o updated faq
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@630823 13f79535-47bb-0310-9956-ffa450edef68master
parent
a1b75b7ad8
commit
73eadb39bb
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue