diff --git a/pom.xml b/pom.xml index 178744994..26c80476a 100644 --- a/pom.xml +++ b/pom.xml @@ -488,4 +488,60 @@ limitations under the License. + + + windows + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.2.2 + + + + buildDir + ${project.build.outputDirectory} + + + line.separator + \r\n + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.1.2 + + integration + + **/*Test.java + + false + + + buildDir + ${project.build.outputDirectory} + + + line.separator + \r\n + + + + + + + integration-test + verify + + + + + + + +