We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587152e commit 89c13c6Copy full SHA for 89c13c6
src/main/assembly/tarball.xml
@@ -4,7 +4,7 @@
4
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
5
<id>tarball</id>
6
<formats>
7
- <format>tar.bz2</format>
+ <format>tar.xz</format>
8
</formats>
9
<fileSets>
10
<fileSet>
@@ -30,7 +30,7 @@
30
</fileSets>
31
<dependencySets>
32
<dependencySet>
33
- <outputDirectory>lib</outputDirectory>
+ <outputDirectory>lib</outputDirectory>
34
<unpack>false</unpack>
35
<scope>runtime</scope>
36
<excludes>
@@ -39,5 +39,5 @@
39
<exclude>org.apache.commons:commons-lang3</exclude>
40
</excludes>
41
</dependencySet>
42
- </dependencySets>
+ </dependencySets>
43
</assembly>
0 commit comments