Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.project |
Modifier and Type | Method and Description |
---|---|
Organization |
Model.getOrganization()
Get this element describes various attributes of the
organization to which the
project belongs.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setOrganization(Organization organization)
Set this element describes various attributes of the
organization to which the
project belongs.
|
Modifier and Type | Method and Description |
---|---|
static Organization |
ModelUtils.cloneOrganization(Organization src) |
Organization |
MavenProject.getOrganization() |
Modifier and Type | Method and Description |
---|---|
static Organization |
ModelUtils.cloneOrganization(Organization src) |
void |
MavenProject.setOrganization(Organization organization) |
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.