Class ManifestConfig


  • public class ManifestConfig
    extends Object
    • Field Detail

      • addImplementationEntries

        @ConfigItem(defaultValue="true")
        public boolean addImplementationEntries
        If the Implementation information should be included in the runner jar's MANIFEST.MF.
      • 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 Detail

      • ManifestConfig

        public ManifestConfig()