Interface MavenPomMailingListSpec


public interface MavenPomMailingListSpec
Allows to add mailing lists to a Maven publication.
Since:
4.8
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Creates, configures and adds a mailing list to the publication.
  • Method Details

    • mailingList

      void mailingList(Action<? super MavenPomMailingList> action)
      Creates, configures and adds a mailing list to the publication.