Removing unused system property for tests

This commit is contained in:
Martin Stockhammer 2019-10-17 07:04:50 +02:00
parent d34894de79
commit 3bb3bb1c6a
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@
<systemPropertyVariables>
<basedir>${basedir}</basedir>
<derby.system.home>${project.build.directory}/test-home</derby.system.home>
<plexus.home>${project.build.directory}/test-home</plexus.home>
<openjpa.Log>${openjpa.Log}</openjpa.Log>
</systemPropertyVariables>
</configuration>