Class PluginConfiguration

    • Constructor Detail

      • PluginConfiguration

        public PluginConfiguration()
    • Method Detail

      • getPluginManagement

        public PluginManagement getPluginManagement()
        Get default plugin information to be made available for reference by projects derived from this one. This plugin configuration will not be resolved or bound to the lifecycle unless referenced. Any local configuration for a given plugin will override the plugin's entire definition here.
        Returns:
        PluginManagement
      • setPluginManagement

        public void setPluginManagement​(PluginManagement pluginManagement)
        Set default plugin information to be made available for reference by projects derived from this one. This plugin configuration will not be resolved or bound to the lifecycle unless referenced. Any local configuration for a given plugin will override the plugin's entire definition here.
        Parameters:
        pluginManagement - a pluginManagement object.