Package | Description |
---|---|
org.apache.maven.model.building | |
org.apache.maven.model.composition |
Modifier and Type | Method and Description |
---|---|
protected DependencyManagementImporter |
DefaultModelBuilderFactory.newDependencyManagementImporter() |
Modifier and Type | Method and Description |
---|---|
DefaultModelBuilder |
DefaultModelBuilder.setDependencyManagementImporter(DependencyManagementImporter dependencyManagementImporter)
Deprecated.
since Maven 4
|
DefaultModelBuilderFactory |
DefaultModelBuilderFactory.setDependencyManagementImporter(DependencyManagementImporter dependencyManagementImporter) |
Constructor and Description |
---|
DefaultModelBuilder(ModelProcessor modelProcessor,
ModelValidator modelValidator,
ModelNormalizer modelNormalizer,
ModelInterpolator modelInterpolator,
ModelPathTranslator modelPathTranslator,
ModelUrlNormalizer modelUrlNormalizer,
SuperPomProvider superPomProvider,
InheritanceAssembler inheritanceAssembler,
ProfileSelector profileSelector,
ProfileInjector profileInjector,
PluginManagementInjector pluginManagementInjector,
DependencyManagementInjector dependencyManagementInjector,
DependencyManagementImporter dependencyManagementImporter,
LifecycleBindingsInjector lifecycleBindingsInjector,
PluginConfigurationExpander pluginConfigurationExpander,
ReportConfigurationExpander reportConfigurationExpander,
ReportingConverter reportingConverter,
ProfileActivationFilePathInterpolator profileActivationFilePathInterpolator,
ModelVersionProcessor versionProcessor) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDependencyManagementImporter
Handles the import of dependency management from other models into the target model.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.