diff --git a/cli/pom.xml b/cli/pom.xml index fe72229..c55ea69 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -94,6 +94,10 @@ windows + + native + true + @@ -102,6 +106,7 @@ maven-assembly-plugin + default-assembly package single @@ -124,6 +129,10 @@ unix + + native + true + @@ -132,6 +141,7 @@ maven-assembly-plugin + default-assembly package single @@ -154,6 +164,10 @@ mac + + native + true + @@ -162,6 +176,7 @@ maven-assembly-plugin + default-assembly package single diff --git a/cli/src/main/assembly/zip-linux.xml b/cli/src/main/assembly/zip-linux.xml index fb5bb98..fff53c4 100644 --- a/cli/src/main/assembly/zip-linux.xml +++ b/cli/src/main/assembly/zip-linux.xml @@ -17,7 +17,7 @@ ${project.build.directory}/${project.build.finalName}-runner /installer - starfix + starfix \ No newline at end of file