summaryrefslogtreecommitdiffstats
path: root/engine-d-standalone/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'engine-d-standalone/pom.xml')
-rw-r--r--engine-d-standalone/pom.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/engine-d-standalone/pom.xml b/engine-d-standalone/pom.xml
index 84a3970..bfa5ac6 100644
--- a/engine-d-standalone/pom.xml
+++ b/engine-d-standalone/pom.xml
@@ -69,6 +69,23 @@
</configuration>
</execution>
<execution>
+ <id>copy-lib-${linux64id}</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${linux64outputdir}/lib</outputDirectory>
+ <resources>
+ <resource>
+ <directory>${project.parent.basedir}/engine-d/target/lib</directory>
+ <filtering>false</filtering>
+ </resource>
+ </resources>
+ <overwrite>true</overwrite>
+ </configuration>
+ </execution>
+ <execution>
<id>copy-resources-${win64id}</id>
<phase>process-resources</phase>
<goals>
@@ -96,6 +113,23 @@
</configuration>
</execution>
<execution>
+ <id>copy-lib-${win64id}</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${win64outputdir}/lib</outputDirectory>
+ <resources>
+ <resource>
+ <directory>${project.parent.basedir}/engine-d/target/lib</directory>
+ <filtering>false</filtering>
+ </resource>
+ </resources>
+ <overwrite>true</overwrite>
+ </configuration>
+ </execution>
+ <execution>
<id>copy-dockerfile</id>
<phase>process-resources</phase>
<goals>