Class AbstractAddThirdPartyMojo.ExcludedLicenses

java.lang.Object
org.codehaus.mojo.license.utils.StringToList
org.codehaus.mojo.license.AbstractAddThirdPartyMojo.ExcludedLicenses
Enclosing class:
AbstractAddThirdPartyMojo

public static class AbstractAddThirdPartyMojo.ExcludedLicenses extends StringToList
Class to fill the 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.

Since:
1.4
  • Constructor Details

  • Method Details

    • setExcludedLicense

      public void setExcludedLicense(String excludeLicense)
      Add a simple exclude License to the list.
      Parameters:
      excludeLicense - the excludelicense to add.