Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getChildCount (0.09 sec)

  1. maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java

                        throw new ComponentConfigurationException(configuration, msg, e);
                    }
                }
    
                if (value == null && (config == null || config.getChildCount() <= 0)) {
                    invalidParameters.add(parameter);
                }
            }
    
            if (!invalidParameters.isEmpty()) {
                throw new PluginParameterException(mojoDescriptor, invalidParameters);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 46.5K bytes
    - Viewed (0)
Back to top