Uses of Class
org.apache.maven.model.Organization
Packages that use Organization
Package
Description
POM merger.
-
Uses of Organization in org.apache.maven.model
Methods in org.apache.maven.model that return OrganizationMethods in org.apache.maven.model that return types with arguments of type OrganizationModifier and TypeMethodDescriptionstatic List<Organization>
Organization.organizationToApiV3
(List<Organization> list) Methods in org.apache.maven.model with parameters of type OrganizationMethod parameters in org.apache.maven.model with type arguments of type OrganizationModifier and TypeMethodDescriptionstatic List<Organization>
Organization.organizationToApiV4
(List<Organization> list) -
Uses of Organization in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type OrganizationModifier and TypeMethodDescriptionprotected void
ModelMerger.mergeOrganization
(Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeOrganization_Name
(Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeOrganization_Url
(Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) -
Uses of Organization in org.apache.maven.project
Methods in org.apache.maven.project that return OrganizationMethods in org.apache.maven.project with parameters of type Organization