plugin:updateRegistry

Full name:

org.apache.maven.plugins:maven-plugin-plugin:3.5.2:updateRegistry

This plugin goal has been deprecated:

plugin registry has been removed from Maven 3, this goal will be removed in next release

Description:

Update the user plugin registry (if it's in use) to reflect the version we're installing.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Since version: 2.0.
  • Binds by default to the lifecycle phase: install.

Optional Parameters

Name Type Since Description
skip boolean 2.8 Set this to "true" to skip invoking any goals or reports of the plugin.
Default value is: false.
User property is: maven.plugin.skip.
skipUpdatePluginRegistry boolean 2.8 Set this to "true" to skip updating the plugin registry.
Default value is: false.
User property is: maven.plugin.update.registry.skip.

Parameter Details

skip:

Set this to "true" to skip invoking any goals or reports of the plugin.
  • Type: boolean
  • Since: 2.8
  • Required: No
  • User Property: maven.plugin.skip
  • Default: false

skipUpdatePluginRegistry:

Set this to "true" to skip updating the plugin registry.
  • Type: boolean
  • Since: 2.8
  • Required: No
  • User Property: maven.plugin.update.registry.skip
  • Default: false