diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c5e76a2bb4..9636691b94 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 97b19ff71d..632f3676fd 100644 --- a/m2e-parent/pom.xml +++ b/m2e-parent/pom.xml @@ -244,6 +244,18 @@ + + windows + + + windows + + + + + true + +