diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml
index f6f2b944..7083ceb0 100644
--- a/.github/workflows/verify.yaml
+++ b/.github/workflows/verify.yaml
@@ -176,7 +176,6 @@ jobs:
fi
echo "Using VERSION=$VERSION"
echo "::set-env name=VERSION::$VERSION"
- mv ./mvnd-dist.zip/mvnd-dist-*.zip ./mvnd-dist.zip/mvnd-dist.zip
- name: Create Release
id: create_release
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 2767da95..bac5e0cb 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -30,10 +30,6 @@
jar
Maven Daemon
-
- ${os.arch}
-
-
org.jboss.fuse.mvnd
diff --git a/daemon/src/main/provisio/maven-distro.xml b/daemon/src/main/provisio/maven-distro.xml
index 991d36d4..fb383ded 100644
--- a/daemon/src/main/provisio/maven-distro.xml
+++ b/daemon/src/main/provisio/maven-distro.xml
@@ -17,28 +17,28 @@
-->
-
+
-
+
-
+
-
+
mvnd
mvnd.exe
-
+
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 2218ef4d..212a0b52 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -32,7 +32,7 @@
11
11
- ${project.basedir}/../daemon/target/maven-distro/mvnd-${project.version}-${os.detected.name}-${os.arch}
+ ${project.basedir}/../daemon/target/maven-distro/mvnd-${project.version}-${os.detected.name}-${os.detected.arch}