Class ManifestConfig

java.lang.Object
io.quarkus.deployment.pkg.ManifestConfig

public class ManifestConfig extends Object
  • Field Details

    • addImplementationEntries

      @ConfigItem(defaultValue="true") public boolean addImplementationEntries
      If the Implementation information should be included in the runner jar's MANIFEST.MF.
    • attributes

      @ConfigItem public Map<String,String> attributes
      Custom manifest attributes to be added to the main section of the MANIFEST.MF file. An example of the user defined property: quarkus.package.manifest.attributes."Entry-key1"=Value1 quarkus.package.manifest.attributes."Entry-key2"=Value2
    • manifestSections

      @ConfigItem public Map<String,Map<String,String>> manifestSections
      Custom manifest sections to be added to the MANIFEST.MF file. An example of the user defined property: quarkus.package.manifest.manifest-sections."Section-Name"."Entry-Key1"=Value1 quarkus.package.manifest.manifest-sections."Section-Name"."Entry-Key2"=Value2
  • Constructor Details

    • ManifestConfig

      public ManifestConfig()