From 5c611f40eb24e55e351c4efa4ab594c445e110e7 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sun, 5 May 2019 16:25:31 +0200 Subject: [PATCH] #431 - fixed pom --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9c2e817b1..028d4e0b3 100644 --- a/pom.xml +++ b/pom.xml @@ -280,7 +280,7 @@ <argLine>-Dfile.encoding=UTF-8</argLine> <systemPropertyVariables> - <test>true</test> + <testProfile>true</testProfile> </systemPropertyVariables> </configuration> </plugin> -- GitLab