|
|
|
@ -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>
|
|
|
|
|