Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for toPlexusConfiguration (0.13 seconds)

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

                return new PluginDescriptor(pd);
            } else {
                XmlNode node = XmlService.read(xsr);
                PlexusConfiguration cfg = XmlPlexusConfiguration.toPlexusConfiguration(node);
                return build(source, cfg);
            }
        }
    
        private PluginDescriptor build(String source, PlexusConfiguration c) throws PlexusConfigurationException {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Mar 25 09:45:07 GMT 2025
    - 17.5K bytes
    - Click Count (0)
  2. impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java

                            .collect(Collectors.toList());
                    dom = XmlNode.newInstance(dom.name(), children);
                    PlexusConfiguration config = XmlPlexusConfiguration.toPlexusConfiguration(dom);
                    configProps.put("aether.transport.wagon.config." + server.getId(), config);
    
                    // Translate to proper resolver configuration properties as well (as Plexus XML above is Wagon specific
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Mar 19 13:42:58 GMT 2026
    - 25.8K bytes
    - Click Count (0)
Back to Top