ARTEMIS-896 removing 32 bit lib
This commit is contained in:
parent
2ddf5d63cb
commit
a3490cad22
|
@ -62,24 +62,6 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
<executions>
|
<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>
|
<execution>
|
||||||
<id>copy-resources-64</id>
|
<id>copy-resources-64</id>
|
||||||
<phase>validate</phase>
|
<phase>validate</phase>
|
||||||
|
|
Loading…
Reference in New Issue