diff --git a/testsuite/deployments/openshift-jakarta-sample-standalone/pom.xml b/testsuite/deployments/openshift-jakarta-sample-standalone/pom.xml index 7f8e952c..a97013f5 100644 --- a/testsuite/deployments/openshift-jakarta-sample-standalone/pom.xml +++ b/testsuite/deployments/openshift-jakarta-sample-standalone/pom.xml @@ -160,7 +160,6 @@ ${maven-war-plugin.version} false - ROOT @@ -276,6 +275,82 @@ + + + ts.wildfly.target-distribution.eapxp + + + org.jboss.eap.plugins + eap-maven-plugin + 1.0.0.Final-redhat-00014 + + org.jboss.bom + jboss-eap-xp-microprofile + 5.0.0.GA-redhat-00009 + + org.jboss.eap.channels + eap-8.0 + 1.0.1.GA-redhat-00003 + + org.jboss.eap.channels + eap-xp-5.0 + 1.0.0.GA-redhat-00006 + + org.jboss.eap.xp:wildfly-galleon-pack:5.0.0.GA-redhat-00005 + + org.jboss.eap.cloud:eap-cloud-galleon-pack:1.0.0.Final-redhat-00008 + + + + + + ${wildfly-maven-plugin.groupId} + ${wildfly-maven-plugin.artifactId} + ${wildfly-maven-plugin.version} + + + + + ${wildfly.ee-channel.groupId} + ${wildfly.ee-channel.artifactId} + ${wildfly.ee-channel.version} + + + + + ${wildfly.xp-channel.groupId} + ${wildfly.xp-channel.artifactId} + ${wildfly.xp-channel.version} + + + + + + + ${wildfly.feature-pack.location} + + + ${wildfly.cloud-feature-pack.location} + + + + + true + + + + + + package + + + + + + + + diff --git a/testsuite/deployments/wildfly-shared/pom.xml b/testsuite/deployments/wildfly-shared/pom.xml index 22f1f3f1..ce42894a 100644 --- a/testsuite/deployments/wildfly-shared/pom.xml +++ b/testsuite/deployments/wildfly-shared/pom.xml @@ -194,7 +194,7 @@ - + ${wildfly.ee-feature-pack.location} @@ -264,19 +264,73 @@ ts.wildfly.target-distribution.eapxp + + org.jboss.eap.plugins + eap-maven-plugin + 1.0.0.Final-redhat-00014 - org.jboss.eap.xp - wildfly-microprofile - 5.0.0.GA-redhat-20240221 - + org.jboss.bom + jboss-eap-xp-microprofile + 5.0.0.GA-redhat-00009 + org.jboss.eap.channels - eap-8.0-plus-eap-xp-5.0 - 1.0.0.Final-redhat-00001 - org.jboss.eap.xp:wildfly-galleon-pack:5.0.0.GA-redhat-20240221 + eap-8.0 + 1.0.1.GA-redhat-00003 + + org.jboss.eap.channels + eap-xp-5.0 + 1.0.0.GA-redhat-00006 + + org.jboss.eap.xp:wildfly-galleon-pack:5.0.0.GA-redhat-00005 + org.jboss.eap.cloud:eap-cloud-galleon-pack:1.0.0.Final-redhat-00008 + + ${wildfly-maven-plugin.groupId} + ${wildfly-maven-plugin.artifactId} + ${wildfly-maven-plugin.version} + + + + + ${wildfly.ee-channel.groupId} + ${wildfly.ee-channel.artifactId} + ${wildfly.ee-channel.version} + + + + + ${wildfly.xp-channel.groupId} + ${wildfly.xp-channel.artifactId} + ${wildfly.xp-channel.version} + + + + + + + ${wildfly.feature-pack.location} + + + ${wildfly.cloud-feature-pack.location} + + + + + true + + + + + + package + + + + org.wildfly.plugins wildfly-jar-maven-plugin @@ -295,6 +349,13 @@ ${wildfly.ee-channel.version} + + + ${wildfly.xp-channel.groupId} + ${wildfly.xp-channel.artifactId} + ${wildfly.xp-channel.version} + +