- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for usePluginRegistry (0.07 sec)
-
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/validation/DefaultSettingsValidator.java
@Override public void validate(Settings settings, SettingsProblemCollector problems) { if (settings.isUsePluginRegistry()) { addViolation(problems, Severity.WARNING, "usePluginRegistry", null, "is deprecated and has no effect."); } List<String> pluginGroups = settings.getPluginGroups(); if (pluginGroups != null) { for (int i = 0; i < pluginGroups.size(); i++) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 10.6K bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
</description> <type>boolean</type> <defaultValue>true</defaultValue> </field> <field> <name>usePluginRegistry</name> <version>1.0.0+</version> <description> Whether Maven should use the {@code plugin-registry.xml} file to manage plugin versions. </description>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0)