Switch from BZ2 to XZ compression

This commit is contained in:
Klaus Reimer 2018-10-21 12:21:25 +02:00
parent 2ece25826f
commit 5f3cad266a
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>tarball</id>
<formats>
<format>tar.bz2</format>
<format>tar.xz</format>
</formats>
<fileSets>
<fileSet>
@ -30,9 +30,9 @@
</fileSets>
<dependencySets>
<dependencySet>
<outputDirectory>lib</outputDirectory>
<outputDirectory>lib</outputDirectory>
<unpack>false</unpack>
<scope>runtime</scope>
</dependencySet>
</dependencySets>
</dependencySets>
</assembly>