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

8.1 Quickstart READMEs have provisioning and bootable jar config XML snippet with Glow

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 8.1.0.Beta
    • None
    • Quickstarts
    • None

      The README of each quickstart that supports the standard server provisioning includes the following XML snippet 

       

      <profile>
                  <id>provisioned-server</id>
                  <activation>
                      <activeByDefault>true</activeByDefault>
                  </activation>
                  <build>
                      <plugins>
                          <plugin>
                              <groupId>org.wildfly.plugins</groupId>
                              <artifactId>wildfly-maven-plugin</artifactId>
                              <configuration>
                                  <discover-provisioning-info>
                                      <version>${version.server}</version>
                                  </discover-provisioning-info>
                                  <add-ons>...</add-ons>
                              </configuration>
                              <executions>
                                  <execution>
                                      <goals>
                                          <goal>package</goal>
                                      </goals>
                                  </execution>
                              </executions>
                          </plugin>
                          ...
                      </plugins>
                  </build>
              </profile>

       

      This should be replaced with non Glow content.

      The same issue applies to the bootable jar config XML snippet.

       

              emartins@redhat.com Eduardo Martins
              emartins@redhat.com Eduardo Martins
              Krystof Stekovic Krystof Stekovic
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: