Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PluginDescriptorParsingException (0.69 sec)

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

                PluginDescriptorBuilder.StreamSupplier is, Plugin plugin, String descriptorLocation)
                throws PluginDescriptorParsingException {
            try {
                return builder.build(is, descriptorLocation);
            } catch (PlexusConfigurationException e) {
                throw new PluginDescriptorParsingException(plugin, descriptorLocation, e);
            }
        }
    
        public MojoDescriptor getMojoDescriptor(
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 14:13:36 GMT 2024
    - 42.5K bytes
    - Viewed (0)
Back to top