From fe895afb191591a8ad34a93ec73610e246cfb321 Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya <shinsuke@apache.org> Date: Thu, 28 Sep 2017 15:12:35 +0900 Subject: [PATCH] fix argLine option --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 021fb4043..9b25291c0 100644 --- a/pom.xml +++ b/pom.xml @@ -195,9 +195,7 @@ <includes> <include>${test.include.path}</include> </includes> - <configuration> - <argLine>${test.command.args}</argLine> - </configuration> + <argLine>${test.command.args}</argLine> </configuration> <dependencies> <dependency> -- GitLab