Class DefaultDependencyManagementImporter
java.lang.Object
org.apache.maven.model.composition.DefaultDependencyManagementImporter
- All Implemented Interfaces:
- DependencyManagementImporter
@Named
@Singleton
@Deprecated(since="4.0.0")
public class DefaultDependencyManagementImporter
extends Object
implements DependencyManagementImporter
Deprecated.
Handles the import of dependency management from other models into the target model.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidimportManagement(Model target, List<? extends DependencyManagement> sources, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Imports the specified dependency management sections into the given target model.
- 
Constructor Details- 
DefaultDependencyManagementImporterpublic DefaultDependencyManagementImporter()Deprecated.
 
- 
- 
Method Details- 
importManagementpublic void importManagement(Model target, List<? extends DependencyManagement> sources, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Description copied from interface:DependencyManagementImporterImports the specified dependency management sections into the given target model.- Specified by:
- importManagementin interface- DependencyManagementImporter
- Parameters:
- target- The model into which to import the dependency management section, must not be- null.
- sources- The dependency management sections to import, may be- null.
- request- The model building request that holds further settings, must not be- null.
- problems- The container used to collect problems that were encountered, must not be- null.
 
 
- 
org.apache.maven.api.services.ModelBuilderinstead