From bd45619a34105f5d95923252d1d091d37ae94981 Mon Sep 17 00:00:00 2001 From: Arjan Tijms Date: Wed, 11 Jan 2023 18:59:03 +0100 Subject: [PATCH] Add profile for Piranha to test with Signed-off-by: Arjan Tijms --- pom.xml | 469 +++++++++++++++++++++++++++++++++----------------------- 1 file changed, 275 insertions(+), 194 deletions(-) diff --git a/pom.xml b/pom.xml index 3d995fe..bf93b09 100644 --- a/pom.xml +++ b/pom.xml @@ -1,47 +1,48 @@ - 4.0.0 + 4.0.0 - org.example.kickoff - java-ee-kickoff-app - 1.0.0-SNAPSHOT - war + org.example.kickoff + java-ee-kickoff-app + 1.0.0-SNAPSHOT + war - Jakarta EE kickoff app - https://github.com/javaeekickoff/java-ee-kickoff-app + Jakarta EE kickoff app + https://github.com/javaeekickoff/java-ee-kickoff-app - - https://github.com/javaeekickoff/java-ee-kickoff-app - scm:git:git@github.com:javaeekickoff/java-ee-kickoff-app.git - scm:git:git@github.com:javaeekickoff/java-ee-kickoff-app.git - + + https://github.com/javaeekickoff/java-ee-kickoff-app + scm:git:git@github.com:javaeekickoff/java-ee-kickoff-app.git + scm:git:git@github.com:javaeekickoff/java-ee-kickoff-app.git + - - UTF-8 - UTF-8 - 11 - 11 - - 27.0.1.Final - 7.0.0 - + + UTF-8 + UTF-8 + 11 + 11 + + 27.0.1.Final + 7.0.0 + 23.1.0-SNAPSHOT + - - + + - - - org.jboss.arquillian - arquillian-bom - 1.7.0.Alpha13 - pom - import - - - - + + + org.jboss.arquillian + arquillian-bom + 1.7.0.Alpha13 + pom + import + + + + - + jakarta.platform jakarta.jakartaee-api @@ -49,78 +50,78 @@ provided - - - org.omnifaces - omnifaces - 4.0.1 - - - org.omnifaces - omnisettings - 0.2 - - - org.omnifaces - omniutils - 0.13 - - - org.omnifaces - omnipersistence - 0.20.J2 - - - org.omnifaces - optimusfaces - 0.16.J1 - - - org.primefaces - primefaces - 12.0.0 - jakarta - - - com.h2database - h2 - 2.1.214 - + + + org.omnifaces + omnifaces + 4.0.1 + + + org.omnifaces + omnisettings + 0.2 + + + org.omnifaces + omniutils + 0.13 + + + org.omnifaces + omnipersistence + 0.20.J3 + + + org.omnifaces + optimusfaces + 0.16.J1 + + + org.primefaces + primefaces + 12.0.0 + jakarta + + + com.h2database + h2 + 2.1.214 + - - - junit - junit - 4.13.2 - test - - - org.dbunit - dbunit - 2.7.3 - - - org.jboss.arquillian.junit - arquillian-junit-container - test - - - org.jboss.shrinkwrap.resolver - shrinkwrap-resolver-impl-maven-archive - test - + + + junit + junit + 4.13.2 + test + + + org.dbunit + dbunit + 2.7.3 + + + org.jboss.arquillian.junit + arquillian-junit-container + test + + + org.jboss.shrinkwrap.resolver + shrinkwrap-resolver-impl-maven-archive + test + org.seleniumhq.selenium selenium-java 4.7.2 test - + - - ${project.artifactId} - - + + ${project.artifactId} + + org.apache.maven.plugins maven-enforcer-plugin @@ -157,21 +158,21 @@ 3.3.2 - - org.apache.maven.plugins - maven-archetype-plugin - 3.2.1 - - archetype.properties - java,xml,xhtml - - - - + + org.apache.maven.plugins + maven-archetype-plugin + 3.2.1 + + archetype.properties + java,xml,xhtml + + + + - - - + + + glassfish true @@ -261,57 +262,137 @@ - + + + + + piranha + + + ${test.piranha.version} + false + + + + + + cloud.piranha.arquillian + piranha-arquillian-server + 23.1.0-SNAPSHOT + test + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.0.0-M7 + + + + integration-test + verify + + + + + + ${piranha.offline} + + + + + + + + + piranha-download + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + process-test-classes + + copy + + + ${session.executionRootDirectory}/target + ${session.executionRootDirectory}/target/dependency-maven-plugin-markers + + + cloud.piranha.micro.shrinkwrap + piranha-micro-shrinkwrap + 23.1.0-SNAPSHOT + + false + ${session.executionRootDirectory}/target + + + + + + + + + + - - - wildfly - - - - - org.wildfly.arquillian - wildfly-arquillian-container-managed - 5.0.0.Alpha6 - test - - - - - + + + wildfly + + + + + org.wildfly.arquillian + wildfly-arquillian-container-managed + 5.0.0.Alpha6 + test + + + + + - - org.apache.maven.plugins - maven-dependency-plugin - 3.3.0 - - - process-test-classes - - unpack - - - - - org.wildfly - wildfly-dist - ${test.wildfly.version} - zip - - - - - - - ${project.build.directory} - - - - + + org.apache.maven.plugins + maven-dependency-plugin + 3.3.0 + + + process-test-classes + + unpack + + + + + org.wildfly + wildfly-dist + ${test.wildfly.version} + zip + + + + + + + ${project.build.directory} + + + + org.wildfly.plugins wildfly-maven-plugin @@ -335,37 +416,37 @@ - - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M7 - - - ${project.build.directory}/wildfly-${test.wildfly.version} - - - - - org.apache.maven.plugins - maven-failsafe-plugin - 3.0.0-M7 - - - - integration-test - verify - - - - - - ${project.build.directory}/wildfly-${test.wildfly.version} - - - - - - - + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M7 + + + ${project.build.directory}/wildfly-${test.wildfly.version} + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.0.0-M7 + + + + integration-test + verify + + + + + + ${project.build.directory}/wildfly-${test.wildfly.version} + + + + + + +