diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2810c88f0..9b4517a83 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
@@ -45,7 +45,11 @@ jobs:
- name: Build m2e-core
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
with:
- run: mvn clean verify --batch-mode -Pits -Dtycho.p2.baselineMode=failCommon -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true
+ run: >-
+ mvn clean verify --batch-mode -Pits
+ -Dtycho.p2.baselineMode=failCommon
+ -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true
+ -Dtycho.surefire.deleteWorkDir=true
- name: Upload Test Results
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
diff --git a/m2e-parent/pom.xml b/m2e-parent/pom.xml
index 39c72f894..8f4705fcf 100644
--- a/m2e-parent/pom.xml
+++ b/m2e-parent/pom.xml
@@ -239,6 +239,31 @@
+
+ windows
+
+
+ windows
+
+
+
+
+ true
+
+
+
+
+ org.eclipse.tycho
+ tycho-p2-plugin
+ ${tycho-version}
+
+ warn
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index 22be31246..af61929dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,6 +178,7 @@
tar.gz
tar.gz
+ tar.gz