public static class AbstractAddThirdPartyMojo.ExcludedLicenses extends StringToList
AbstractAddThirdPartyMojo.excludedLicenses parameter, from a simple string to split, or a list of string.
TODO-tchemit We should find a way to create a plexus convertor.
| Constructor and Description |
|---|
ExcludedLicenses()
Default constructor used when
AbstractAddThirdPartyMojo.excludedLicenses parameter is configured by a list. |
| Modifier and Type | Method and Description |
|---|---|
void |
setExcludedLicense(String excludeLicense)
Add a simple exclude License to the list.
|
addEntryToList, getDatapublic ExcludedLicenses()
AbstractAddThirdPartyMojo.excludedLicenses parameter is configured by a list.public void setExcludedLicense(String excludeLicense)
excludeLicense - the excludelicense to add.Copyright © 2010–2019 MojoHaus. All rights reserved.