| Package | Description |
|---|---|
| org.apache.maven.model | |
| org.apache.maven.project |
| Modifier and Type | Class and Description |
|---|---|
class |
Developer |
| Modifier and Type | Method and Description |
|---|---|
Contributor |
Contributor.clone() |
| Modifier and Type | Method and Description |
|---|---|
static List<Contributor> |
Contributor.contributorToApiV3(List<Contributor> list) |
List<Contributor> |
Model.getContributors() |
| Modifier and Type | Method and Description |
|---|---|
void |
Model.addContributor(Contributor contributor) |
void |
Model.removeContributor(Contributor contributor) |
| Modifier and Type | Method and Description |
|---|---|
static List<Contributor> |
Contributor.contributorToApiV4(List<Contributor> list) |
void |
Model.setContributors(List<Contributor> contributors) |
| Modifier and Type | Method and Description |
|---|---|
List<Contributor> |
MavenProject.getContributors() |
| Modifier and Type | Method and Description |
|---|---|
void |
MavenProject.addContributor(Contributor contributor) |
| Modifier and Type | Method and Description |
|---|---|
void |
MavenProject.setContributors(List<Contributor> contributors) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.