Updated resources config

This commit is contained in:
Norbi Peti 2016-09-11 14:52:59 +02:00
parent 1c6e35fcec
commit 06f1c662a9

17
pom.xml
View file

@ -35,6 +35,23 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>copy</id>
<phase>package</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>target</outputDirectory>
<resources>
<resource>
<directory>resources</directory>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>