Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withConfiguration (0.34 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/plugin/DefaultReportConfigurationExpander.java

                            XmlNode childDom = execution.getDelegate().getConfiguration();
                            childDom = XmlNode.merge(childDom, parentDom);
                            execution.update(execution.getDelegate().withConfiguration(childDom));
                        }
                    }
                }
            }
        }
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  2. compat/maven-model-builder/src/main/java/org/apache/maven/model/plugin/DefaultPluginConfigurationExpander.java

                        executionConfiguration = XmlNode.merge(executionConfiguration, pluginConfiguration);
                        execution.update(execution.getDelegate().withConfiguration(executionConfiguration));
                    }
                }
            }
        }
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top