Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.project |
Modifier and Type | Method and Description |
---|---|
List<License> |
Model.getLicenses()
Method getLicenses.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.addLicense(License license)
Method addLicense.
|
void |
Model.removeLicense(License license)
Method removeLicense.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setLicenses(List<License> licenses)
Set this element describes all of the licenses for this
project.
|
Modifier and Type | Method and Description |
---|---|
static License |
ModelUtils.cloneLicense(License src) |
Modifier and Type | Method and Description |
---|---|
void |
MavenProject.addLicense(License license) |
static License |
ModelUtils.cloneLicense(License src) |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.