Uses of Class
org.apache.maven.model.Organization
-
Packages that use Organization Package Description org.apache.maven.model org.apache.maven.project -
-
Uses of Organization in org.apache.maven.model
Methods in org.apache.maven.model that return Organization Modifier and Type Method Description OrganizationModel. getOrganization()Get this element describes various attributes of the organization to which the project belongs.Methods in org.apache.maven.model with parameters of type Organization Modifier and Type Method Description voidModel. setOrganization(Organization organization)Set this element describes various attributes of the organization to which the project belongs. -
Uses of Organization in org.apache.maven.project
Methods in org.apache.maven.project that return Organization Modifier and Type Method Description static OrganizationModelUtils. cloneOrganization(Organization src)OrganizationMavenProject. getOrganization()Methods in org.apache.maven.project with parameters of type Organization Modifier and Type Method Description static OrganizationModelUtils. cloneOrganization(Organization src)voidMavenProject. setOrganization(Organization organization)
-