diff --git a/integration-tests/application-server-integration-tests/pom.xml b/integration-tests/application-server-integration-tests/pom.xml index 5aef9fcdee..84b227fb90 100644 --- a/integration-tests/application-server-integration-tests/pom.xml +++ b/integration-tests/application-server-integration-tests/pom.xml @@ -25,15 +25,27 @@ ${project.groupId} - jsf-app + jsf-app-dependent ${project.version} - pom + war + + + ${project.groupId} + jsf-app-standalone + ${project.version} + war ${project.groupId} - cdi-app + cdi-app-dependent ${project.version} - pom + war + + + ${project.groupId} + cdi-app-standalone + ${project.version} + war ${project.groupId}