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

XP6 quickstarts has hardcoded version of eap-8.1 manifest

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • None
    • EAP-XP-6.0.0.CR1
    • Productization, Quickstarts
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      There is this configuration of eap-maven-plugin for XP6 quickstarts

                      <plugin>
                          <groupId>org.jboss.eap.plugins</groupId>
                          <artifactId>eap-maven-plugin</artifactId>
                          <version>${version.plugin.eap}</version>
                          <configuration>
                              <channels>
                                  <channel>
                                      <manifest>
                                          <groupId>org.jboss.eap.channels</groupId>
                                          <artifactId>eap-8.1</artifactId>
                                          <version>1.0.0.GA-redhat-00002</version>
                                      </manifest>
                                  </channel>
                                  <channel>
                                      <manifest>
                                          <groupId>org.jboss.eap.channels</groupId>
                                          <artifactId>eap-xp-6.0</artifactId>
                                      </manifest>
                                  </channel>
                              </channels>
                          </configuration>
                      </plugin>
      

      We don't want the hardcoded value of eap-8.1 manifest in this configuration, we don't have it set for the eap-xp-6.0 manifest (correct) and also we don't have it set for eap-8.1 manifest in EAP 8.1 quickstarts.

              rh-ee-rnovelli Ruben Novelli
              jbliznak@redhat.com Jan Blizňák
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: