mirror of
https://gitee.com/arthas/arthas.git
synced 2024-11-29 10:47:57 +08:00
polish #2443
This commit is contained in:
parent
ed381886b4
commit
fc7bbfad9c
@ -60,6 +60,21 @@
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
<!-- linux other-arch-->
|
||||
<profile>
|
||||
<id>linux-${os.arch}</id>
|
||||
<activation>
|
||||
<os>
|
||||
<name>linux</name>
|
||||
<arch>!amd64</arch>
|
||||
</os>
|
||||
</activation>
|
||||
<properties>
|
||||
<os_name>linux</os_name>
|
||||
<lib_name>libArthasJniLibrary-${os.arch}.so</lib_name>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
<!-- windows -->
|
||||
<profile>
|
||||
<id>windows</id>
|
||||
@ -162,20 +177,6 @@
|
||||
</build>
|
||||
</profile>
|
||||
|
||||
<!-- linux other-arch-->
|
||||
<profile>
|
||||
<id>linux-${os.arch}</id>
|
||||
<activation>
|
||||
<os>
|
||||
<name>linux</name>
|
||||
<arch>!amd64</arch>
|
||||
</os>
|
||||
</activation>
|
||||
<properties>
|
||||
<os_name>linux</os_name>
|
||||
<lib_name>libArthasJniLibrary-${os.arch}.so</lib_name>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<build>
|
||||
|
@ -67,12 +67,5 @@
|
||||
<fileSet>
|
||||
<directory>../lib</directory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>../arthas-vmtool/target</directory>
|
||||
<outputDirectory>lib</outputDirectory>
|
||||
<includes>
|
||||
<include>libArthasJniLibrary*</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
|
Loading…
Reference in New Issue
Block a user