-
Bug
-
Resolution: Done
-
Major
-
None
-
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.