Skip to content

Commit 5b75642

Browse files
committed
Merge pull request #125 from hazendaz/master
[pom] Use project.build.directory instead of target
2 parents 8b4922c + 9b8a813 commit 5b75642

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)