mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
Fix test log folder location
It used to be in the current directory instead of target/.
This commit is contained in:
parent
f85da00158
commit
53a73b3c5a
1 changed files with 9 additions and 1 deletions
|
@ -267,6 +267,14 @@
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<properties>
|
<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>
|
<property>
|
||||||
<name>execution.config.file.location</name>
|
<name>execution.config.file.location</name>
|
||||||
<value>${execution.config.file.location}</value>
|
<value>${execution.config.file.location}</value>
|
||||||
|
@ -343,4 +351,4 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue