Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.project |
Modifier and Type | Class and Description |
---|---|
class |
Developer
Information about one of the committers on this project.
|
Modifier and Type | Method and Description |
---|---|
List<Contributor> |
Model.getContributors()
Method getContributors.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.addContributor(Contributor contributor)
Method addContributor.
|
void |
Model.removeContributor(Contributor contributor)
Method removeContributor.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setContributors(List<Contributor> contributors)
Set describes the contributors to a project that are not yet
committers.
|
Modifier and Type | Method and Description |
---|---|
static Contributor |
ModelUtils.cloneContributor(Contributor src) |
Modifier and Type | Method and Description |
---|---|
void |
MavenProject.addContributor(Contributor contributor) |
static Contributor |
ModelUtils.cloneContributor(Contributor src) |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.