Fix test log folder location

It used to be in the current directory instead of target/.
This commit is contained in:
Aleksei Kornev 2014-08-20 19:42:55 +04:00
parent f85da00158
commit 53a73b3c5a

View file

@ -267,6 +267,14 @@
</goals>
<configuration>
<properties>
<property>
<name>project.build.directory</name>
<value>${project.build.directory}</value>
</property>
<property>
<name>project.build.outputDirectory</name>
<value>${project.build.outputDirectory}</value>
</property>
<property>
<name>execution.config.file.location</name>
<value>${execution.config.file.location}</value>
@ -343,4 +351,4 @@
</plugins>
</build>
</project>
</project>