Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-27587

(8.0.z) [GUI installer] The generated installer-channels.yaml doesn't use a channel name from installation-manager's profiles.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 8.0 Update 5
    • 8.0 Update 3
    • Installer
    • None

      Steps to reproduce:

      1. Install EAP 8 using GUI installer, follow default steps/values
      2. Open ${EAP_HOME}/.installation/installer-channels.yaml

      Expected:

      ---
      schemaVersion: "2.0.0"
      name: "eap-8.0"
      repositories:
        - id: "jboss-eap-8.0-product-repository"
          url: "https://maven.repository.redhat.com/ga/"
      manifest:
        maven:
          groupId: "org.jboss.eap.channels"
          artifactId: "eap-8.0"
      resolve-if-no-stream: "none"
      

      Actual

      ---
      schemaVersion: "2.0.0"
      name: "channel-0"
      description: ""
      repositories:
        - id: "jboss-eap-8.0-product-repository"
          url: "https://maven.repository.redhat.com/ga/"
      manifest:
        maven:
          groupId: "org.jboss.eap.channels"
          artifactId: "eap-8.0"
      resolve-if-no-stream: "none"
      

            spyrkob Bartosz Spyrko-Smietanko
            spyrkob Bartosz Spyrko-Smietanko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: