Class AbstractAddThirdPartyMojo.IncludedLicenses

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

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

    • setIncludedLicense

      public void setIncludedLicense(String includeLicense)
      Add a simple a include license to the list.
      Parameters:
      includeLicense - the include license to add.