diff --git a/main/ant-kit/assembly.xml b/main/ant-kit/assembly.xml index a7cc9f35f..1b6cf69c1 100644 --- a/main/ant-kit/assembly.xml +++ b/main/ant-kit/assembly.xml @@ -1,25 +1,26 @@ + tarball + false tar.gz - true - cryptomator_${project.version} target/libs + + *.jar + libs - target/bundlefiles - bundlefiles + target + + build.xml + + false + . - - - target/build.xml - false - - \ No newline at end of file diff --git a/main/ant-kit/pom.xml b/main/ant-kit/pom.xml index f106181e8..c694cedc2 100644 --- a/main/ant-kit/pom.xml +++ b/main/ant-kit/pom.xml @@ -67,7 +67,7 @@ - + org.apache.maven.plugins maven-assembly-plugin @@ -81,8 +81,11 @@ - assembly.xml - cryptomator_${project.version} + + assembly.xml + + false + antkit