Skip to content

Commit 89c13c6

Browse files
committed
Use XZ compression instead of BZ2
1 parent 587152e commit 89c13c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/assembly/tarball.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
55
<id>tarball</id>
66
<formats>
7-
<format>tar.bz2</format>
7+
<format>tar.xz</format>
88
</formats>
99
<fileSets>
1010
<fileSet>
@@ -30,7 +30,7 @@
3030
</fileSets>
3131
<dependencySets>
3232
<dependencySet>
33-
<outputDirectory>lib</outputDirectory>
33+
<outputDirectory>lib</outputDirectory>
3434
<unpack>false</unpack>
3535
<scope>runtime</scope>
3636
<excludes>
@@ -39,5 +39,5 @@
3939
<exclude>org.apache.commons:commons-lang3</exclude>
4040
</excludes>
4141
</dependencySet>
42-
</dependencySets>
42+
</dependencySets>
4343
</assembly>

0 commit comments

Comments
 (0)