plugin:updateRegistry

Full name:

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

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.
  • 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.
skipUpdatePluginRegistry boolean 2.8 Set this to "true" to skip updating the plugin registry.
Default value is: false.

Parameter Details

skip:

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

skipUpdatePluginRegistry:

Set this to "true" to skip updating the plugin registry.
  • Type: boolean
  • Since: 2.8
  • Required: No
  • Expression: ${maven.plugin.update.registry.skip}
  • Default: false