mirror of https://github.com/alibaba/arthas.git
polish #2443
This commit is contained in:
parent
ed381886b4
commit
fc7bbfad9c
|
@ -60,6 +60,21 @@
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</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 -->
|
<!-- windows -->
|
||||||
<profile>
|
<profile>
|
||||||
<id>windows</id>
|
<id>windows</id>
|
||||||
|
@ -162,20 +177,6 @@
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</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>
|
</profiles>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
|
@ -67,12 +67,5 @@
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>../lib</directory>
|
<directory>../lib</directory>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
|
||||||
<directory>../arthas-vmtool/target</directory>
|
|
||||||
<outputDirectory>lib</outputDirectory>
|
|
||||||
<includes>
|
|
||||||
<include>libArthasJniLibrary*</include>
|
|
||||||
</includes>
|
|
||||||
</fileSet>
|
|
||||||
</fileSets>
|
</fileSets>
|
||||||
</assembly>
|
</assembly>
|
||||||
|
|
Loading…
Reference in New Issue