This commit is contained in:
Jeremie Bresson 2018-07-05 22:12:01 +02:00
parent 6095a0676c
commit 151017b672

View File

@ -120,9 +120,9 @@
<executions>
<execution>
<id>copy-resources</id>
<phase>package</phase>
<phase>process-resources</phase>
<goals>
<goal>process-resources</goal>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/ci</outputDirectory>