Class AddDependencyMojo.Conventions
java.lang.Object
org.apache.maven.plugins.dependency.AddDependencyMojo.Conventions
- Enclosing class:
AddDependencyMojo
Holds the detected conventions for the project.
- Since:
- 3.11.0
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) File(package private) AddDependencyMojo.PropertyPattern(package private) boolean(package private) boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) StringderivePropertyName(DependencyEntry coords) Derives a property name for the given dependency based on the detected pattern.
-
Field Details
-
useManaged
boolean useManaged -
useProperty
boolean useProperty -
pattern
-
managedPomFile
File managedPomFile
-
-
Constructor Details
-
Conventions
Conventions()
-
-
Method Details
-
derivePropertyName
Derives a property name for the given dependency based on the detected pattern.
-