| Package | Description |
|---|---|
| org.apache.maven.model |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<License> |
Model.getLicenses() |
Method getLicenses.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Model.addLicense(License license) |
Method addLicense.
|
void |
Model.removeLicense(License license) |
Method removeLicense.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Model.setLicenses(java.util.List<License> licenses) |
Set this element describes all of the licenses for this
project.
|