-
Bug
-
Resolution: Done
-
Critical
-
None
-
EAP-XP-6.0.0.CR1
-
None
-
False
-
-
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.