diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b847227b5e..f424b69f97 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 45
diff --git a/m2e-parent/pom.xml b/m2e-parent/pom.xml
index 7566173c58..1f9cfe9dde 100644
--- a/m2e-parent/pom.xml
+++ b/m2e-parent/pom.xml
@@ -247,6 +247,18 @@
+
+ windows
+
+
+ windows
+
+
+
+
+ true
+
+