diff --git a/applications/spring-shell/pom.xml b/applications/spring-shell/pom.xml index d1e012b1e..b83ea3e8e 100644 --- a/applications/spring-shell/pom.xml +++ b/applications/spring-shell/pom.xml @@ -144,39 +144,6 @@ - - org.apache.maven.plugins - maven-failsafe-plugin - 2.22.2 - - - - - **/*IT.java - **/*IntegrationTest.java - **/*ITCase.java - - false - integration - ${project.build.outputDirectory} - - - - integration-test - integration-test - - integration-test - - - - verify - verify - - verify - - - - diff --git a/pom.xml b/pom.xml index 4e86715c1..89770b3ef 100644 --- a/pom.xml +++ b/pom.xml @@ -339,6 +339,26 @@ 10 + + org.apache.maven.plugins + maven-failsafe-plugin + 2.22.2 + + integration + + **/*Test.java + + false + + + + + integration-test + verify + + + + io.spring.javaformat