Fix small Maven warning

This commit is contained in:
Thijs Wiefferink 2016-06-25 22:20:21 +02:00
parent e0e6c39dae
commit 8af6e1d6f1

View File

@ -106,9 +106,9 @@
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<configuration>
<tasks>
<target>
<copy file="./target/${project.build.finalName}.jar" tofile="${copyResult}\${project.build.finalName}.jar"/>
</tasks>
</target>
</configuration>
<executions>
<execution>