From 37b168b3a300101728c76d579c617c09be399696 Mon Sep 17 00:00:00 2001 From: Adriano Machado <60320+ammachado@users.noreply.github.com> Date: Wed, 22 Nov 2023 09:20:23 -0500 Subject: [PATCH] Add Windows build profile --- pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) 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 + + + + + + + +