Skip to content

Commit 9b8a813

Browse files
committed
[pom] Use project.build.directory instead of target
1 parent 8b4922c commit 9b8a813

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
@@ -268,7 +268,7 @@
268268
<systemProperties>
269269
<property>
270270
<name>derby.stream.error.file</name>
271-
<value>target/derby.log</value>
271+
<value>${project.build.directory}/derby.log</value>
272272
</property>
273273
</systemProperties>
274274
</configuration>

0 commit comments

Comments
 (0)