diff --git a/pom.xml b/pom.xml index 25f0aec..4e81b48 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,8 @@ io.quarkus.platform 3.15.1 false + false + false 3.5.0 1.9.16 1.1.0 @@ -541,5 +543,46 @@ + + + ci-cd + + + env.CI + + + + true + false + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire-plugin.version} + + + + **/BasicIntegrityTest.java + **/adapter/http/**/*Test.java + **/integration/**/*Test.java + **/*IntegrationTest.java + **/*ResourceTest.java + **/*ControllerTest.java + + + + **/application/service/**/*Test.java + **/domain/core/entity/**/*Test.java + **/metier/**/*Test.java + **/SimpleTest.java + **/MigrationIntegrityTest.java + + + + + +