Uses of Class
org.apache.maven.plugins.dependency.pom.DependencyEntry
Packages that use DependencyEntry
-
Uses of DependencyEntry in org.apache.maven.plugins.dependency
Methods in org.apache.maven.plugins.dependency that return DependencyEntryModifier and TypeMethodDescriptionprivate DependencyEntryAddDependencyMojo.resolveCoordinates()private DependencyEntryRemoveDependencyMojo.resolveCoordinates()Methods in org.apache.maven.plugins.dependency with parameters of type DependencyEntryModifier and TypeMethodDescriptionprivate voidAddDependencyMojo.addCrossPom(DependencyEntry coords, File childPomFile, File parentPomFile, boolean effectiveUseProperty, String effectivePropertyName) Cross-POM mode: adds a managed dependency (with optional property) to the parent POM, and a version-less dependency reference to the child POM.private voidAddDependencyMojo.addDependency(eu.maveniverse.domtrip.maven.PomEditor editor, File pomFile, String profileId, DependencyEntry coords, boolean managed) private voidAddDependencyMojo.addSinglePom(DependencyEntry coords, org.apache.maven.project.MavenProject targetProject, File pomFile, boolean targetManaged, boolean effectiveUseProperty, String effectivePropertyName) Single-POM mode: adds the dependency (optionally with a version property) to the current POM.(package private) StringAddDependencyMojo.Conventions.derivePropertyName(DependencyEntry coords) Derives a property name for the given dependency based on the detected pattern.protected static booleanAbstractDependencyMojo.existsInResolvedModel(org.apache.maven.project.MavenProject project, DependencyEntry coords, boolean managed) Checks whether the dependency exists in the project's declared (original) model after property interpolation, but before inheritance merging.private voidAddDependencyMojo.syncInMemoryModel(org.apache.maven.project.MavenProject targetProject, DependencyEntry coords, boolean targetManaged, boolean versionless) Syncs the in-memory Maven model after POM modifications. -
Uses of DependencyEntry in org.apache.maven.plugins.dependency.pom
Methods in org.apache.maven.plugins.dependency.pom that return DependencyEntryModifier and TypeMethodDescriptionstatic DependencyEntryParses a colon-separated coordinate string following Maven conventions.