You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2018/12/29 10:48:34 UTC

[maven-site] branch master updated: usePluginRegistry not used anymore

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 366914a  usePluginRegistry not used anymore
366914a is described below

commit 366914a6e45c9bbd6943b2ab88ed3b796116756c
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sat Dec 29 20:48:30 2018 +1000

    usePluginRegistry not used anymore
---
 content/markdown/settings.md | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/content/markdown/settings.md b/content/markdown/settings.md
index af943f5..f05b8c3 100644
--- a/content/markdown/settings.md
+++ b/content/markdown/settings.md
@@ -54,7 +54,6 @@ Here is an overview of the top elements under `settings`:
                           https://maven.apache.org/xsd/settings-1.0.0.xsd">
       <localRepository/>
       <interactiveMode/>
-      <usePluginRegistry/>
       <offline/>
       <pluginGroups/>
       <servers/>
@@ -88,7 +87,6 @@ system that are active full-time.
                           https://maven.apache.org/xsd/settings-1.0.0.xsd">
       <localRepository>${user.home}/.m2/repository</localRepository>
       <interactiveMode>true</interactiveMode>
-      <usePluginRegistry>false</usePluginRegistry>
       <offline>false</offline>
       ...
     </settings>
@@ -100,11 +98,6 @@ system that are active full-time.
     common local repository.
 -   **interactiveMode**: `true` if Maven should attempt to interact with
     the user for input, `false` if not. Defaults to `true`.
--   **usePluginRegistry**: `true` if Maven should use the
-    `${user.home}/.m2/plugin-registry.xml` file to manage plugin
-    versions, defaults to `false`. *Note that for the current version of
-    Maven 2.0, the plugin-registry.xml file should not be depended upon.
-    Consider it dormant for now.*
 -   **offline**: `true` if this build system should operate in offline
     mode, defaults to `false`. This element is useful for build servers
     which cannot connect to a remote repository, either because of