Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPluginDescriptorV4 (0.07 sec)

  1. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java

            }
        }
    
        private volatile org.apache.maven.api.plugin.descriptor.PluginDescriptor pluginDescriptorV4;
    
        public org.apache.maven.api.plugin.descriptor.PluginDescriptor getPluginDescriptorV4() {
            if (pluginDescriptorV4 == null) {
                synchronized (this) {
                    if (pluginDescriptorV4 == null) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 16.2K bytes
    - Viewed (0)
Back to top