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 with parameters of type DependencyEntryModifier and TypeMethodDescriptionprotected 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. -
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.