Skip to content

Commit 54b8569

Browse files
committed
[pom] Use ${project.build.directory} rather than directly using target
1 parent e23f2fb commit 54b8569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
<systemProperties>
261261
<property>
262262
<name>derby.stream.error.file</name>
263-
<value>target/derby.log</value>
263+
<value>${project.build.directory}/derby.log</value>
264264
</property>
265265
</systemProperties>
266266
</configuration>

0 commit comments

Comments
 (0)