Skip to content

Commit 7a97e4d

Browse files
committed
keep as.sh/arthas-boot.jar in packaging result. #2900
1 parent 479f38b commit 7a97e4d

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

packaging/src/main/assembly/assembly.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
43
<id>bin</id>
54
<includeBaseDirectory>false</includeBaseDirectory>
65
<formats>
@@ -37,6 +36,10 @@
3736
<source>../boot/target/arthas-boot3-jar-with-dependencies.jar</source>
3837
<destName>arthas-boot3.jar</destName>
3938
</file>
39+
<file>
40+
<source>../boot/target/arthas-boot3-jar-with-dependencies.jar</source>
41+
<destName>arthas-boot.jar</destName>
42+
</file>
4043
<file>
4144
<source>../math-game/target/math-game.jar</source>
4245
<destName>math-game.jar</destName>
@@ -47,10 +50,23 @@
4750
<fileMode>0755</fileMode>
4851
<filtered>true</filtered>
4952
</file>
53+
<file>
54+
<source>../bin/install-local3.sh</source>
55+
<fileMode>0755</fileMode>
56+
<filtered>true</filtered>
57+
<destName>install-local.sh</destName>
58+
</file>
59+
5060
<file>
5161
<source>../bin/as3.sh </source>
5262
<fileMode>0755</fileMode>
5363
</file>
64+
<file>
65+
<source>../bin/as3.sh </source>
66+
<fileMode>0755</fileMode>
67+
<destName>as.sh</destName>
68+
</file>
69+
5470
<file>
5571
<source>../bin/as.bat</source>
5672
</file>

0 commit comments

Comments
 (0)