mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-21 01:15:50 +00:00
ARTEMIS-2037 Adding 32 bits back on libaio
This commit is contained in:
parent
7119f10d62
commit
581ee5bc46
BIN
artemis-native/bin/libartemis-native-32.so
Executable file
BIN
artemis-native/bin/libartemis-native-32.so
Executable file
Binary file not shown.
@ -81,6 +81,24 @@
|
||||
<plugin>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>copy-resources-32</id>
|
||||
<phase>validate</phase>
|
||||
<goals>
|
||||
<goal>copy-resources</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputDirectory>${basedir}/target/output/lib/linux-i686/</outputDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>bin/</directory>
|
||||
<includes>
|
||||
<include>libartemis-native-32.so</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>copy-resources-64</id>
|
||||
<phase>validate</phase>
|
||||
|
Loading…
x
Reference in New Issue
Block a user