This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
commit 3bb3bb1c6af5f7258da9e28f161d3dfd5515653d Author: Martin Stockhammer <[email protected]> AuthorDate: Thu Oct 17 07:04:50 2019 +0200 Removing unused system property for tests --- redback-data-management/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/redback-data-management/pom.xml b/redback-data-management/pom.xml index 4e9259c..ca17497 100644 --- a/redback-data-management/pom.xml +++ b/redback-data-management/pom.xml @@ -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>
