Uses of Class
org.apache.maven.model.Organization
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of Organization in org.apache.maven.model
Modifier and TypeMethodDescriptionOrganization.clone()
Method clone.Model.getOrganization()
Get this element describes various attributes of the organization to which the project belongs.Modifier and TypeMethodDescriptionvoid
Model.setOrganization
(Organization organization) Set this element describes various attributes of the organization to which the project belongs. -
Uses of Organization in org.apache.maven.model.merge
Modifier 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)