public void setManifestSections()

in src/main/java/org/apache/maven/archiver/MavenArchiveConfiguration.java [268:270]


    public void setManifestSections(List<ManifestSection> manifestSections) {
        this.manifestSections = manifestSections;
    }